diff options
author | Adrian Panella <ianchi74@outlook.com> | 2017-09-12 13:29:09 -0500 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-10-03 13:03:27 +0200 |
commit | d0bf257c46aae0b0d2567c10d6c28c3b2d857f08 (patch) | |
tree | 1aa08ad3ecd6c280f04e6666ce8c645bb49adea2 /package/network/services/uhttpd/Makefile | |
parent | 783465d783b17a66b37e6dd7db732244e30e6913 (diff) | |
download | upstream-d0bf257c46aae0b0d2567c10d6c28c3b2d857f08.tar.gz upstream-d0bf257c46aae0b0d2567c10d6c28c3b2d857f08.tar.bz2 upstream-d0bf257c46aae0b0d2567c10d6c28c3b2d857f08.zip |
uhttp: update to latest version
3fd58e9 2017-08-19 uhttpd: add manifest support
88c0b4b 2017-07-09 file: fix basic auth regression
99957f6 2017-07-02 file: remove unused "auth" member from struct
path_info
c0a569d 2017-07-02 proc: expose HTTP_AUTH_USER and HTTP_AUTH_PASS
ad93be7 2017-07-02 auth: store parsed username and password
fa51d7f 2017-07-02 proc: do not declare empty process variables
a8bf9c0 2017-01-26 uhttpd: Add TCP_FASTOPEN support
e6cfc91 2016-10-25 lua: ensure that PATH_INFO starts with a slash
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
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 39e8894ebc..609c9df007 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=$(LEDE_GIT)/project/uhttpd.git -PKG_SOURCE_DATE:=2016-10-25 -PKG_SOURCE_VERSION:=1628fa4b34aa143187353f81e8001b9a15286bda -PKG_MIRROR_HASH:=2ac4ba8dc0b349d72174aac9ff693a73a214295a9890fe3d2a8eedcad54d06e3 +PKG_SOURCE_DATE:=2017-08-19 +PKG_SOURCE_VERSION:=3fd58e9b6da7d9e1a4710dbeefc2d289baea09fb +PKG_MIRROR_HASH:=69bba3b04c5e1975b99dee4fc47672ebf5ab282f115249a46be0fe0b961eb34b PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=ISC |