From: Hauke Mehrtens Date: Thu, 3 Jul 2025 19:37:39 +0000 (+0200) Subject: uhttpd: update to Git HEAD (2025-07-06) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efb4200ba569d6ff79ec58a3c44cd8769ba40fdc;p=thirdparty%2Fopenwrt.git uhttpd: update to Git HEAD (2025-07-06) b3e3c05 client: don't send stray EOF chunk on connection timeout fad0d05 proc: inhibit chunked transfer encoding on existing TEs or known length 3d6f01b file: prevent writes beyond end of uh_buf on enumerating directories c7294e7 client: reject requests with multiple content-lengths and/or TEs 7e64e8b client: Allow sending content in DONE state uhttpd commit 3d6f01b fixes: CVE-2025-32108 Link: https://github.com/openwrt/openwrt/pull/19290 Signed-off-by: Hauke Mehrtens --- diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index 50acfe6639c..6d02d6dc1ae 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=4 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git -PKG_SOURCE_DATE:=2023-06-25 -PKG_SOURCE_VERSION:=34a8a74dbdec3c0de38abc1b08f6a73c51263792 -PKG_MIRROR_HASH:=0603019dabb89b1b207d0f7916616c95ce8194a7ff9fd71f0ddd845dd2de944e +PKG_SOURCE_DATE:=2025-07-06 +PKG_SOURCE_VERSION:=7e64e8bad2415cec0a6d9770ec379db54273c7a7 +PKG_MIRROR_HASH:=61a7ad046f31f229f6a8620b890e448c5df397391edb5f7bd2a84446486eaff4 PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=ISC