summaryrefslogtreecommitdiffstats
path: root/package/network/services/uhttpd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-22 09:28:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-22 09:28:55 +0000
commit166ea3832b010c488da2cb64310a8ab59df5f44b (patch)
tree5a13f64b2bcd9318104027ddb88fadd5aac6797c /package/network/services/uhttpd
parentbc1d72c7bf0f0c7de874f489c05b9304a1de1f7e (diff)
downloadmaster-31e0f0ae-166ea3832b010c488da2cb64310a8ab59df5f44b.tar.gz
master-31e0f0ae-166ea3832b010c488da2cb64310a8ab59df5f44b.tar.bz2
master-31e0f0ae-166ea3832b010c488da2cb64310a8ab59df5f44b.zip
uhttpd: fix connection hangs
SVN-Revision: 35290
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 d9050bd630..b8d844b77d 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-01-21
+PKG_VERSION:=2013-01-22
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:=7bd66ddacb6b87a927b7846a44c02c0df7988c71
+PKG_SOURCE_VERSION:=1ee2a91ec1717f406c905a4ce6ae7d7104b8ebd9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>