[Buildroot] [git commit] package/uhttpd: bump version, fix cmake 4 compatibility
Thomas Petazzoni via buildroot <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/88c353351ad4dd0fda97d1a7e2e683db012759d6 branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master This bump includes upstream commit https://git.openwrt.org/?p=project/uhttpd.git;a=commitdiff;h=ebb92e6b339b88bbc6b76501b6603c52d4887ba1 which fixes cmake 4 builds. No backports necessary because the cmake 4 bump commit e46695bbe4ab583f39f9448f3ef3e044efa28808 is not present in any older branches. Updated hash of header file which is used as license file due to upstream commits: https://github.com/openwrt/uhttpd/commits/master/uhttpd.h Disabled new configure option UCODE_SUPPORT which was added by upstream commit: https://git.openwrt.org/?p=project/uhttpd.git;a=commitdiff;h=3ceccd02d86bf4d6609f46d8b30963cc52034cc2 Fixes: https://autobuild.buildroot.net/results/cc2/cc265d34aed684b88032edd04ca0fc88186ec676/ Signed-off-by: Bernd Kuhls <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]> --- package/uhttpd/uhttpd.hash | 4 ++-- package/uhttpd/uhttpd.mk | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/uhttpd/uhttpd.hash b/package/uhttpd/uhttpd.hash index e84d2dc3ed..015a04af5a 100644 --- a/package/uhttpd/uhttpd.hash +++ b/package/uhttpd/uhttpd.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 397aa4bccc4acb06031270d4a549fb266fec3950a88fe3523f0d7de74caff010 uhttpd-15346de8d3ba422002496526ee24c62a3601ab8c-git4.tar.gz -sha256 ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d uhttpd.h +sha256 5835ced5fd67358b95c07d41a3e2a5991719048f99b5d43bf191287524d8fabe uhttpd-506e24987b97fbc866005bfb71316bd63601a1ef-git4.tar.gz +sha256 b98de120bce554de7d205fbc5734c2b72973e55ce36ef6403510c4583cbe2e14 uhttpd.h diff --git a/package/uhttpd/uhttpd.mk b/package/uhttpd/uhttpd.mk index f4fcccfa67..2adf409487 100644 --- a/package/uhttpd/uhttpd.mk +++ b/package/uhttpd/uhttpd.mk @@ -4,12 +4,13 @@ # ################################################################################ -UHTTPD_VERSION = 15346de8d3ba422002496526ee24c62a3601ab8c +UHTTPD_VERSION = 506e24987b97fbc866005bfb71316bd63601a1ef UHTTPD_SITE = https://git.openwrt.org/project/uhttpd.git UHTTPD_SITE_METHOD = git UHTTPD_LICENSE = ISC UHTTPD_LICENSE_FILES = uhttpd.h UHTTPD_DEPENDENCIES = libubox json-c +UHTTPD_CONF_OPTS += -DUCODE_SUPPORT=OFF ifeq ($(BR2_PACKAGE_LIBXCRYPT),y) UHTTPD_DEPENDENCIES += libxcrypt _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot