diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-11-21 21:52:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-11-21 21:52:24 +0000 |
commit | 6d79816d87925f164757a48cfac8f1c707b8d799 (patch) | |
tree | 928836cc34cf8188d90e291ca53adfed867a3916 | |
parent | e73e2e4ca0f2ae7df5371820d78092fa0b4241e6 (diff) | |
download | upstream-6d79816d87925f164757a48cfac8f1c707b8d799.tar.gz upstream-6d79816d87925f164757a48cfac8f1c707b8d799.tar.bz2 upstream-6d79816d87925f164757a48cfac8f1c707b8d799.zip |
uhttpd: update to the latest version, fixes crashes in the ubus plugin
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38888 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 46a39a1718..053b1527dc 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-11-11 +PKG_VERSION:=2013-11-21 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:=881d6102cf1f7bc6b54ab395c5e4addbfe1ed34c +PKG_SOURCE_VERSION:=cd66639800ee2882a0867ec54868502eb9b893d8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> |