Merge pull request #571 from kiwix/libmicrohttp-0.9.76

This commit is contained in:
Matthieu Gautier 2023-03-01 14:15:40 +01:00 committed by GitHub
commit 45767044f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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',