summaryrefslogtreecommitdiffstats
path: root/package/network/services/uhttpd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-23 10:50:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-05-23 10:50:42 +0000
commit75bb3138aacb6fefcc182045707c0dbb57ddec47 (patch)
tree0ba3687646405c893b1ec73acd931d40bf17bdd9 /package/network/services/uhttpd
parent4402cdc066f13d776444e34523adc0e2e5663b64 (diff)
downloadmaster-31e0f0ae-75bb3138aacb6fefcc182045707c0dbb57ddec47.tar.gz
master-31e0f0ae-75bb3138aacb6fefcc182045707c0dbb57ddec47.tar.bz2
master-31e0f0ae-75bb3138aacb6fefcc182045707c0dbb57ddec47.zip
uhttpd: update to latest version, fixes #13564, #13560, improves error handling as pointed out in #13537
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36696
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 4b12727c89..957adbf1a4 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-05-16
+PKG_VERSION:=2013-05-23
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:=7a6811b705d6cca54b1367459fa19bb6d1234c45
+PKG_SOURCE_VERSION:=7aea691dfe1fb730ba40841e8c98e0541e1f2801
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>