summaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-30 10:44:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-05-30 10:44:20 +0000
commiteeb7fdc13e52c112c31498da42abf519b83de818 (patch)
tree9b926afe9fdc6d590c9985af9b2b497b6b364193 /package/network
parent5b19028c5c07224174cbb86ac267cff981e87655 (diff)
downloadmaster-31e0f0ae-eeb7fdc13e52c112c31498da42abf519b83de818.tar.gz
master-31e0f0ae-eeb7fdc13e52c112c31498da42abf519b83de818.tar.bz2
master-31e0f0ae-eeb7fdc13e52c112c31498da42abf519b83de818.zip
uhttpd: update to latest version, fixes script timeout for ubus requests
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36767
Diffstat (limited to 'package/network')
-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 957adbf1a4..022346d8d3 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-23
+PKG_VERSION:=2013-05-30
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:=7aea691dfe1fb730ba40841e8c98e0541e1f2801
+PKG_SOURCE_VERSION:=0e2cb17889eb981f836f50d7947e5344f9d9f103
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>