diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-05-30 13:16:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-05-30 13:16:38 +0000 |
commit | 1d886ef03c24449c7bd14f0c55d978b065845514 (patch) | |
tree | 62afc016c52168c98a2cd99f52a5a0ef91b4c22a /package/network | |
parent | 25681e5dbd54b4b7eedc3dfed74c0ac5c0d7aeff (diff) | |
download | master-187ad058-1d886ef03c24449c7bd14f0c55d978b065845514.tar.gz master-187ad058-1d886ef03c24449c7bd14f0c55d978b065845514.tar.bz2 master-187ad058-1d886ef03c24449c7bd14f0c55d978b065845514.zip |
uhttpd: update again to fix a ubus plugin crash bug
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36770 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/services/uhttpd/Makefile | 4 |
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> |