mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Bump-up libmicrohttpd to 0.9.72 (#464)
This commit is contained in:
@ -9,9 +9,9 @@ class MicroHttpd(Dependency):
|
|||||||
name = "libmicrohttpd"
|
name = "libmicrohttpd"
|
||||||
|
|
||||||
class Source(ReleaseDownload):
|
class Source(ReleaseDownload):
|
||||||
archive = Remotefile('libmicrohttpd-0.9.71.tar.gz',
|
archive = Remotefile('libmicrohttpd-0.9.72.tar.gz',
|
||||||
'e8f445e85faf727b89e9f9590daea4473ae00ead38b237cf1eda55172b89b182',
|
'0ae825f8e0d7f41201fd44a0df1cf454c1cb0bc50fe9d59c26552260264c2ff8',
|
||||||
'https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.71.tar.gz')
|
'https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.72.tar.gz')
|
||||||
|
|
||||||
class Builder(MakeBuilder):
|
class Builder(MakeBuilder):
|
||||||
configure_option = "--disable-https --without-libgcrypt --without-libcurl --disable-doc --disable-examples"
|
configure_option = "--disable-https --without-libgcrypt --without-libcurl --disable-doc --disable-examples"
|
||||||
|
@ -39,7 +39,7 @@ release_versions = {
|
|||||||
|
|
||||||
# This is the "version" of the whole base_deps_versions dict.
|
# This is the "version" of the whole base_deps_versions dict.
|
||||||
# Change this when you change base_deps_versions.
|
# Change this when you change base_deps_versions.
|
||||||
base_deps_meta_version = '69'
|
base_deps_meta_version = '70'
|
||||||
|
|
||||||
base_deps_versions = {
|
base_deps_versions = {
|
||||||
'zlib' : '1.2.8',
|
'zlib' : '1.2.8',
|
||||||
@ -50,7 +50,7 @@ base_deps_versions = {
|
|||||||
'xapian-core' : '1.4.14',
|
'xapian-core' : '1.4.14',
|
||||||
'mustache' : '4.1',
|
'mustache' : '4.1',
|
||||||
'pugixml' : '1.2',
|
'pugixml' : '1.2',
|
||||||
'libmicrohttpd' : '0.9.71',
|
'libmicrohttpd' : '0.9.72',
|
||||||
'gumbo' : '0.10.1',
|
'gumbo' : '0.10.1',
|
||||||
'icu4c' : '58.2',
|
'icu4c' : '58.2',
|
||||||
'libaria2' : '1.33.1',
|
'libaria2' : '1.33.1',
|
||||||
|
Reference in New Issue
Block a user