diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-10-04 23:04:51 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-10-04 23:09:59 +0200 |
commit | 2a90d308c73f3f254e93fe3c55d4e40eaabc06e3 (patch) | |
tree | 82aa9e01dc0a39e56ae662e8018341b18bd7d386 /package/network/services/uhttpd/Makefile | |
parent | a48519f79043db9e89f2c5eb94d3f3d13ae8b2c7 (diff) | |
download | upstream-2a90d308c73f3f254e93fe3c55d4e40eaabc06e3.tar.gz upstream-2a90d308c73f3f254e93fe3c55d4e40eaabc06e3.tar.bz2 upstream-2a90d308c73f3f254e93fe3c55d4e40eaabc06e3.zip |
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@mein.io>
Diffstat (limited to 'package/network/services/uhttpd/Makefile')
-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 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@nbd.name> PKG_LICENSE:=ISC |