[openwrt/openwrt] uhttpd: update to latest Git HEAD

LEDE Commits lede-commits at lists.infradead.org
Mon Dec 26 08:24:51 PST 2022


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/cdce4a0bfaadde58d43a47084fbd26080ff85385

commit cdce4a0bfaadde58d43a47084fbd26080ff85385
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Dec 26 13:58:47 2022 +0100

    uhttpd: update to latest Git HEAD
    
    2397755 client: fix incorrectly emitting HTTP 413 for certain content lengths
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit 73dca49f355fe10d1d5e629b0df584b03a1849b3)
---
 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 36331857fb..55ca3f6818 100644
--- a/package/network/services/uhttpd/Makefile
+++ b/package/network/services/uhttpd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git
-PKG_SOURCE_DATE:=2022-08-12
-PKG_SOURCE_VERSION:=e3395cd90bed9b7b9fc319e79528fedcc0d947fe
-PKG_MIRROR_HASH:=14e9df9f85c406b8abbb14427e5f678383782500c549d842c0481cd954fc4ea3
+PKG_SOURCE_DATE:=2022-10-31
+PKG_SOURCE_VERSION:=23977554d9694d025eada50a5547e99ee1be7838
+PKG_MIRROR_HASH:=e546fd57d0d0be6a51e2aeb5797febe8c89d2bba61b26c930ecb0616d5f6ace9
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_LICENSE:=ISC
 




More information about the lede-commits mailing list