summaryrefslogtreecommitdiffstats
path: root/package/network/services/uhttpd
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-10-30 13:13:21 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-10-30 13:13:21 +0000
commit73c75e0dd862a8898bcf377aa265574c6a7f3c81 (patch)
tree270a3ae735c3fd86654071c6e49038f4759c1dda /package/network/services/uhttpd
parentc3d04d4630d44edcce999cc271333893fc88acf2 (diff)
downloadmaster-31e0f0ae-73c75e0dd862a8898bcf377aa265574c6a7f3c81.tar.gz
master-31e0f0ae-73c75e0dd862a8898bcf377aa265574c6a7f3c81.tar.bz2
master-31e0f0ae-73c75e0dd862a8898bcf377aa265574c6a7f3c81.zip
uhttpd: update to latest git head, improves handling of invalid requests
SVN-Revision: 34010
Diffstat (limited to 'package/network/services/uhttpd')
-rw-r--r--package/network/services/uhttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index 62b2257147..64ea5f202f 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:=2012-10-19
+PKG_VERSION:=2012-10-30
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/uhttpd.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=610ed7cc236ff4cb08ace8df8ae0bede18bf38c5
+PKG_SOURCE_VERSION:=e57bf6d8bfa465a50eea2c30269acdfe751a46fd
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>