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

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 4 17:12:22 EDT 2020


jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2a90d308c73f3f254e93fe3c55d4e40eaabc06e3

commit 2a90d308c73f3f254e93fe3c55d4e40eaabc06e3
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Sun Oct 4 23:04:51 2020 +0200

    uhttpd: update to latest Git HEAD
    
    14a3cb4 ubus: fix legacy empty reply format
    0f38b03 client: fix spurious keepalive connection timeouts
    88ba2fa client: really close connection on timeout
    c186212 ubus: support GET method with CORS requests
    
    Fixes: FS#3369
    Fixes: https://github.com/openwrt/luci/issues/4467
    Fixes: https://github.com/openwrt/luci/issues/4470
    Fixes: https://github.com/openwrt/luci/issues/4479
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 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 174c46b8f0..dbade36b0a 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:=2020-09-18
-PKG_SOURCE_VERSION:=47c34bd6ad49cae408b8d7c150c6f9f324aaddf5
-PKG_MIRROR_HASH:=31ee0eca69577380842588abc442526c23b2c20df13e79738843b8b417f99d17
+PKG_SOURCE_DATE:=2020-10-04
+PKG_SOURCE_VERSION:=14a3cb42047bd0c0f8d5713332b9b4516a505607
+PKG_MIRROR_HASH:=10db75dcc3f42543028ccda1a32454cf8684108a5117befa466b6775fc71948c
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_LICENSE:=ISC
 



More information about the lede-commits mailing list