[Buildroot] [git commit] package/libuhttpd: bump to version 3.9.0
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-01-27 20:59:31
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=e76d9868c940f2d19968077b97e79c49376aa464 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Fix build without dlopen thanks to https://github.com/zhaojh329/libuhttpd/commit/117ae812a4eb114f46f4d9dfd395618c74836710 https://github.com/zhaojh329/libuhttpd/releases/tag/v3.9.0 Fixes: - http://autobuild.buildroot.org/results/3d14502c87ecee5b1eeeec3f85b8d6b659d61bbc Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> --- package/libuhttpd/libuhttpd.hash | 2 +- package/libuhttpd/libuhttpd.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libuhttpd/libuhttpd.hash b/package/libuhttpd/libuhttpd.hash
index 98ae64bf70..68f1f21733 100644
--- a/package/libuhttpd/libuhttpd.hash
+++ b/package/libuhttpd/libuhttpd.hash@@ -1,3 +1,3 @@ # Locally calculated -sha256 cdf97020be8ef73e74f12e0703e0f871ebd26c641ce2cb31f67c90a79483c372 libuhttpd-3.8.0.tar.gz +sha256 9939cd5f9aaad2c118bc04417fb2d21994fb1cdca7fff475a0930a1374635af0 libuhttpd-3.9.0.tar.gz sha256 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55 LICENSE
diff --git a/package/libuhttpd/libuhttpd.mk b/package/libuhttpd/libuhttpd.mk
index 60f0455ddd..a90fe666a8 100644
--- a/package/libuhttpd/libuhttpd.mk
+++ b/package/libuhttpd/libuhttpd.mk@@ -4,7 +4,7 @@ # ################################################################################ -LIBUHTTPD_VERSION = 3.8.0 +LIBUHTTPD_VERSION = 3.9.0 LIBUHTTPD_SITE = https://github.com/zhaojh329/libuhttpd/releases/download/v$(LIBUHTTPD_VERSION) LIBUHTTPD_LICENSE = MIT LIBUHTTPD_LICENSE_FILES = LICENSE