From 7e88bf14a23edb6fd1e89126c374317ac9058511 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Wed, 1 Mar 2023 10:10:15 +0100 Subject: [PATCH] Bumpup libmicrohttpd to 0.9.76 --- kiwixbuild/dependencies/libmicrohttpd.py | 6 +++--- kiwixbuild/versions.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kiwixbuild/dependencies/libmicrohttpd.py b/kiwixbuild/dependencies/libmicrohttpd.py index aae55b1..9ebe666 100644 --- a/kiwixbuild/dependencies/libmicrohttpd.py +++ b/kiwixbuild/dependencies/libmicrohttpd.py @@ -9,9 +9,9 @@ class MicroHttpd(Dependency): name = "libmicrohttpd" class Source(ReleaseDownload): - archive = Remotefile('libmicrohttpd-0.9.72.tar.gz', - '0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8', - 'https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.72.tar.gz') + archive = Remotefile('libmicrohttpd-0.9.76.tar.gz', + 'f0b1547b5a42a6c0f724e8e1c1cb5ce9c4c35fb495e7d780b9930d35011ceb4c', + 'https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.76.tar.gz') class Builder(MakeBuilder): configure_option = "--disable-https --without-libgcrypt --without-libcurl --disable-doc --disable-examples" diff --git a/kiwixbuild/versions.py b/kiwixbuild/versions.py index 1dcefd5..70ac5b4 100644 --- a/kiwixbuild/versions.py +++ b/kiwixbuild/versions.py @@ -39,7 +39,7 @@ release_versions = { # This is the "version" of the whole base_deps_versions dict. # Change this when you change base_deps_versions. -base_deps_meta_version = '79' +base_deps_meta_version = '80' base_deps_versions = { 'zlib' : '1.2.12', @@ -50,7 +50,7 @@ base_deps_versions = { 'xapian-core' : '1.4.18', 'mustache' : '4.1', 'pugixml' : '1.2', - 'libmicrohttpd' : '0.9.72', + 'libmicrohttpd' : '0.9.76', 'gumbo' : '0.10.1', 'icu4c' : '58.2', 'libaria2' : '1.36.0',