* [Buildroot] [PATCH/next v2 1/1] package/uhttpd: bump version, fix cmake 4 compatibility
@ 2026-05-27 18:50 Bernd Kuhls
2026-08-20 20:41 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2026-05-27 18:50 UTC (permalink / raw)
To: buildroot
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 <bernd@kuhls.net>
---
v2: added result of Gitlab pipeline
https://gitlab.com/bkuhls/buildroot/-/pipelines/2556954129
Please note that this pipeline also tested
https://patchwork.ozlabs.org/project/buildroot/patch/20260110110051.4158329-1-bernd@kuhls.net/
where ustream-ssl was enabled as optional dependency.
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
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH/next v2 1/1] package/uhttpd: bump version, fix cmake 4 compatibility
2026-05-27 18:50 [Buildroot] [PATCH/next v2 1/1] package/uhttpd: bump version, fix cmake 4 compatibility Bernd Kuhls
@ 2026-08-20 20:41 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-08-20 20:41 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
On Wed, May 27, 2026 at 08:50:07PM +0200, Bernd Kuhls wrote:
> 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 <bernd@kuhls.net>
Applied to master (because it fixes a build issue), thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-20 20:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-27 18:50 [Buildroot] [PATCH/next v2 1/1] package/uhttpd: bump version, fix cmake 4 compatibility Bernd Kuhls
2026-08-20 20:41 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox