diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-24 22:03:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-24 22:03:34 +0000 |
commit | f5b3f741cefd6e58ce9f9c90e327b5c8a2ce6c3b (patch) | |
tree | 7a773b11c67c6eb80002a1e85d79679c4eb000e7 /package/uhttpd/Makefile | |
parent | 61e492d3163e23e500f4d984980242b050f2bbcb (diff) | |
download | upstream-f5b3f741cefd6e58ce9f9c90e327b5c8a2ce6c3b.tar.gz upstream-f5b3f741cefd6e58ce9f9c90e327b5c8a2ce6c3b.tar.bz2 upstream-f5b3f741cefd6e58ce9f9c90e327b5c8a2ce6c3b.zip |
uhttpd: allow lowercase http header fields (#8513)
SVN-Revision: 24823
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 b639c007b2..a0b7d24ebf 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=19 +PKG_RELEASE:=20 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DEPENDS := libcyassl liblua |