aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/uhttpd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-26 10:03:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-26 10:03:07 +0000
commit6a732cad77ea773d743574259856db4014cef65a (patch)
tree18fb5076661a16f6e2ab2f6f582c8292c7bad5bc /package/network/services/uhttpd
parent6fe49b24d1d5c6147b69a2ad8b5216605f92ec8d (diff)
downloadmaster-187ad058-6a732cad77ea773d743574259856db4014cef65a.tar.gz
master-187ad058-6a732cad77ea773d743574259856db4014cef65a.tar.bz2
master-187ad058-6a732cad77ea773d743574259856db4014cef65a.zip
uhttpd: update to latest version, fixes issues with POST and keep-alive (#13940)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37556 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 966bee69c6..556d9a8e0f 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-06-01
+PKG_VERSION:=2013-07-26
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:=87c52f8461fa74733572f4efc53bc30a64ca8575
+PKG_SOURCE_VERSION:=135afd6343e524cb4fb0e6579cc3447531a401fa
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>