summaryrefslogtreecommitdiffstats
path: root/package/network/services/uhttpd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-30 13:16:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-05-30 13:16:38 +0000
commit02fe12c00d062e5f0e7837abb22e6a8e303c34c0 (patch)
treed7998394feab66e7f5143fd3c5c65bf001402d18 /package/network/services/uhttpd
parenteeb7fdc13e52c112c31498da42abf519b83de818 (diff)
downloadmaster-31e0f0ae-02fe12c00d062e5f0e7837abb22e6a8e303c34c0.tar.gz
master-31e0f0ae-02fe12c00d062e5f0e7837abb22e6a8e303c34c0.tar.bz2
master-31e0f0ae-02fe12c00d062e5f0e7837abb22e6a8e303c34c0.zip
uhttpd: update again to fix a ubus plugin crash bug
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36770
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 022346d8d3..618debb2a7 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-30
+PKG_VERSION:=2013-05-30.1
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:=0e2cb17889eb981f836f50d7947e5344f9d9f103
+PKG_SOURCE_VERSION:=18ce3a61dea1d5db4f58e767f4c78123a7bd1667
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>