diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-07-11 09:59:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-07-11 09:59:05 +0000 |
commit | 482c57ba79f2a11241e6d40ec5402d2533e36edd (patch) | |
tree | bd24be15992858ab053c3e661703f1f5d59b50af /package/uhttpd/Makefile | |
parent | 05cf8f8a39e25b4b5637ff177ad8828681ed58a2 (diff) | |
download | upstream-482c57ba79f2a11241e6d40ec5402d2533e36edd.tar.gz upstream-482c57ba79f2a11241e6d40ec5402d2533e36edd.tar.bz2 upstream-482c57ba79f2a11241e6d40ec5402d2533e36edd.zip |
[package] uhttpd: retry parsing the CGI header until the buffer space is exhausted
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32662 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 89ca4b69e8..cefd30bb8c 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=38 +PKG_RELEASE:=39 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |