summaryrefslogtreecommitdiffstats
path: root/package/network/services/uhttpd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-05-09 11:17:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-05-09 11:17:42 +0000
commitbddbcdfc1a8d5678d0d78ec4290e658420a73bcc (patch)
tree3f5ba5cd669f6d66fac992334dc7c7c186e50cf1 /package/network/services/uhttpd
parent9a22b006decd0db298e062c6a3a539886ddb8bbd (diff)
downloadmaster-31e0f0ae-bddbcdfc1a8d5678d0d78ec4290e658420a73bcc.tar.gz
master-31e0f0ae-bddbcdfc1a8d5678d0d78ec4290e658420a73bcc.tar.bz2
master-31e0f0ae-bddbcdfc1a8d5678d0d78ec4290e658420a73bcc.zip
uhttpd: update to the latest version, fixes cgi path handling issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40743
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 0f1f4271f8..d8bcf12bf5 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:=2014-03-22
+PKG_VERSION:=2014-04-08
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:=31b459cb1d0ba3280cbc3fc06ce6fab903c07da6
+PKG_SOURCE_VERSION:=a0c33bdbc4873210598acdccb292ff77fb6bf624
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>