[openwrt/openwrt] uhttpd: update to Git HEAD (2025-07-06)

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 15 13:07:01 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/efb4200ba569d6ff79ec58a3c44cd8769ba40fdc

commit efb4200ba569d6ff79ec58a3c44cd8769ba40fdc
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Thu Jul 3 21:37:39 2025 +0200

    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 <hauke at hauke-m.de>
---
 package/network/services/uhttpd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index 50acfe6639..6d02d6dc1a 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 <nbd at nbd.name>
 PKG_LICENSE:=ISC
 




More information about the lede-commits mailing list