aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/uhttpd/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-03-15 13:43:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-03-15 13:43:55 +0000
commit84069f85348d9d8efbb559db6b87e2e270a21594 (patch)
tree13bb9858a84980b102a5e4c0fd8237b44c6e01de /package/network/services/uhttpd/Makefile
parentfe24afe37fcc95b915489a3ca9fa970513e6ee1c (diff)
downloadupstream-84069f85348d9d8efbb559db6b87e2e270a21594.tar.gz
upstream-84069f85348d9d8efbb559db6b87e2e270a21594.tar.bz2
upstream-84069f85348d9d8efbb559db6b87e2e270a21594.zip
uhttpd: update to latest version, fixes an occasional crash on CGI scripts
SVN-Revision: 36034
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 f03ecc4398..d54c0ad3d9 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-01-22
+PKG_VERSION:=2013-03-15
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:=14e3971c37e6feb0ec5eda0988e07d8a786ba9f9
+PKG_SOURCE_VERSION:=3675d407ecf4908a231eb6bde6bb6408f20a9e81
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>