diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-18 22:30:20 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-18 22:30:20 +0000 |
commit | 12bbe8b2af41a95514a40fc7acc604d1e906ae7e (patch) | |
tree | 5ec5c28ad0dcca6ae00fef709e7383e64a08858d /package/uhttpd/Makefile | |
parent | b81588bd0866017338b35434afa0232fd9df6ba7 (diff) | |
download | upstream-12bbe8b2af41a95514a40fc7acc604d1e906ae7e.tar.gz upstream-12bbe8b2af41a95514a40fc7acc604d1e906ae7e.tar.bz2 upstream-12bbe8b2af41a95514a40fc7acc604d1e906ae7e.zip |
uhttpd: fix possible CGI header line parsing beyound the empty line, thanks Linus Luessing for spotting it
SVN-Revision: 28254
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 5fa12fc8bc..4f29284883 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=26 +PKG_RELEASE:=27 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |