diff options
| author | Hauke Mehrtens | 2026-06-15 23:39:41 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-06-18 00:09:12 +0000 |
| commit | ff52e19f968e2eaeb8cd221b465be5dcdd6a397b (patch) | |
| tree | 92f10ca7b643d42b07e9aff214da4340597e6521 | |
| parent | 2dbcdf18142893c1daef3a9ec8737cfe341ffda3 (diff) | |
| download | openwrt-ff52e19f968e2eaeb8cd221b465be5dcdd6a397b.tar.gz | |
uhttpd: update to Git HEAD (2026-06-16)
ae015e099986 client: reject unhandled Transfer-Encoding values
b78f51847879 client: close connection on invalid chunk length
7b1bec45826b ubus: close connection on POST body parse error
Link: https://github.com/openwrt/uhttpd/security/advisories/GHSA-mcfg-c4r7-pjpf
Link: https://github.com/openwrt/uhttpd/security/advisories/GHSA-p55c-rmhc-qfm5
Link: https://github.com/openwrt/uhttpd/security/advisories/GHSA-wgwp-64hh-f52p
(cherry picked from commit ecbb5f6e9f6ffe871aa63dc8b1548278ffc5d385)
Link: https://github.com/openwrt/openwrt/pull/23816
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/network/services/uhttpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index 61a856a3b8..915baa07ab 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -9,9 +9,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git -PKG_SOURCE_DATE:=2026-05-21 -PKG_SOURCE_VERSION:=1b624f8f814ed568608d756512892416e0431d77 -PKG_MIRROR_HASH:=7fb56c4aa2e67a8d6d90e0cbb91f8108a363d0242bb62a8880c41ad4c10ff5ff +PKG_SOURCE_DATE:=2026-06-16 +PKG_SOURCE_VERSION:=7b1bec45826bd78c8afc993435bdc0f1df2fe399 +PKG_MIRROR_HASH:=ee52821b04cc78f46875e9870b6ed41670606d6b90fb31b31312666c4ed809dd PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=ISC |