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 | 0000ce2271077c3d233d8498f7963ad78502a1f2 (patch) | |
tree | fc835f87cc9cc43cf5f8a28643c446f3e40bf729 /package/uhttpd/Makefile | |
parent | b94d9eb3026ca7ebc47a7e529943cb904a782070 (diff) | |
download | upstream-0000ce2271077c3d233d8498f7963ad78502a1f2.tar.gz upstream-0000ce2271077c3d233d8498f7963ad78502a1f2.tar.bz2 upstream-0000ce2271077c3d233d8498f7963ad78502a1f2.zip |
uhttpd: retry parsing the CGI header until the buffer space is exhausted
SVN-Revision: 32662
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 := \ |