aboutsummaryrefslogtreecommitdiffstats
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
commitfbfc90de7d7e27ffc7520734bcec0a233cb44836 (patch)
treeff02e90083a64fa41ee6af52c304f1c9e95201e3 /package/network/services/uhttpd
parentd7496d57dfb279a90faf8539ce48151b3f2154e2 (diff)
downloadupstream-fbfc90de7d7e27ffc7520734bcec0a233cb44836.tar.gz
upstream-fbfc90de7d7e27ffc7520734bcec0a233cb44836.tar.bz2
upstream-fbfc90de7d7e27ffc7520734bcec0a233cb44836.zip
uhttpd: fix connection hangs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35290 3c298f89-4303-0410-b956-a3cf2f4a3e73
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>