summaryrefslogtreecommitdiffstats
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
commit8faa8a64207d9c820b97225ba704247796088c87 (patch)
tree462b0839c24b10cf99bf5ed2c50829aae8deeea8
parent3d2ace5d7180920e3adfb66ba2354738e95ca434 (diff)
downloadmaster-31e0f0ae-8faa8a64207d9c820b97225ba704247796088c87.tar.gz
master-31e0f0ae-8faa8a64207d9c820b97225ba704247796088c87.tar.bz2
master-31e0f0ae-8faa8a64207d9c820b97225ba704247796088c87.zip
uhttpd: update to latest version, fixes issues with POST and keep-alive (#13940)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37556
-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>