summaryrefslogtreecommitdiff
path: root/package/network/services/uhttpd/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-22 19:38:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-22 19:38:48 +0000
commitabd13cd85b1f1c6699e4b3d2bb268bb7b860f01e (patch)
treeaa28f3e9d504ea167ebee503b79de87da7c423f1 /package/network/services/uhttpd/Makefile
parent8a17353e75f15626a6b87676490f4effcb1cc473 (diff)
downloadmtk-20170518-abd13cd85b1f1c6699e4b3d2bb268bb7b860f01e.zip
mtk-20170518-abd13cd85b1f1c6699e4b3d2bb268bb7b860f01e.tar.gz
mtk-20170518-abd13cd85b1f1c6699e4b3d2bb268bb7b860f01e.tar.bz2
uhttpd: update to latest version, improves cgi path handling
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40005
Diffstat (limited to 'package/network/services/uhttpd/Makefile')
-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 b62a9b1..0f1f427 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-21
+PKG_VERSION:=2014-03-22
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:=d6366570bf706f3970b7f106a1ccd49b584559cf
+PKG_SOURCE_VERSION:=31b459cb1d0ba3280cbc3fc06ce6fab903c07da6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>