diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-30 14:05:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-30 14:05:40 +0000 |
commit | be3f7c4383ff7291bfbba12c6cc6104c53acb281 (patch) | |
tree | caee1dbbe5d1176fd3173f39477d567346930f0a /package/network/services/uhttpd/Makefile | |
parent | 7b915e400f18b8d8db55799de51be7f97cae2c42 (diff) | |
download | upstream-be3f7c4383ff7291bfbba12c6cc6104c53acb281.tar.gz upstream-be3f7c4383ff7291bfbba12c6cc6104c53acb281.tar.bz2 upstream-be3f7c4383ff7291bfbba12c6cc6104c53acb281.zip |
uhttpd: inhibit chunked transfer encoding for static file responses
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45850 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/uhttpd/Makefile')
-rw-r--r-- | package/network/services/uhttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index 4d4df57eff..3fa0ab3aae 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_VERSION:=2015-03-30 +PKG_VERSION:=2015-05-30 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/uhttpd2.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=b9178b9357798ae23a5724333cc6572d14f23958 +PKG_SOURCE_VERSION:=618493e378e2239f0d30902e47adfa134e649fdc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> PKG_LICENSE:=ISC |