summaryrefslogtreecommitdiffstats
path: root/package/network/services/uhttpd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-21 20:49:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-21 20:49:56 +0000
commit9138e8015e12e84446e6d1bf69cfd83232b6ef04 (patch)
treeae08724d5668865ab650f28a2c41f3c511bf77af /package/network/services/uhttpd
parentb5542f6aeddc89252df3db96721bf63b6d145778 (diff)
downloadmaster-31e0f0ae-9138e8015e12e84446e6d1bf69cfd83232b6ef04.tar.gz
master-31e0f0ae-9138e8015e12e84446e6d1bf69cfd83232b6ef04.tar.bz2
master-31e0f0ae-9138e8015e12e84446e6d1bf69cfd83232b6ef04.zip
uhttpd: update to latest version, fixes HEAD requests to CGI scripts
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40003
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 053b1527dc..b62a9b1f19 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:=2013-11-21
+PKG_VERSION:=2014-03-21
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/uhttpd2.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=cd66639800ee2882a0867ec54868502eb9b893d8
+PKG_SOURCE_VERSION:=d6366570bf706f3970b7f106a1ccd49b584559cf
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>