diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-18 00:04:52 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-18 00:04:52 +0000 |
commit | cbdeb30a1b82bb0d1492a86b46aad468f0a86acf (patch) | |
tree | cfc084396c1d434a0c8d41e9b638b91f55bcc7f5 /package/uhttpd/Makefile | |
parent | af0ecdebfdd43aa46bf624d5fa67a868e2f14857 (diff) | |
download | mtk-20170518-cbdeb30a1b82bb0d1492a86b46aad468f0a86acf.zip mtk-20170518-cbdeb30a1b82bb0d1492a86b46aad468f0a86acf.tar.gz mtk-20170518-cbdeb30a1b82bb0d1492a86b46aad468f0a86acf.tar.bz2 |
uhttpd: - fix parsing of interpreter entries in the config file, fixes serving of static files as .cgi with X-Wrt - better cope with connection aborts, especially during header transfer - fix return value checking of TLS reads and writes, solves some blocking issues
SVN-Revision: 22692
Diffstat (limited to 'package/uhttpd/Makefile')
-rw-r--r-- | package/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index de9eee9..1227174 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=15 +PKG_RELEASE:=16 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DEPENDS := libcyassl liblua |