summaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-09 13:47:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-09 13:47:40 +0000
commit6de020d24128e74657b07b350d9213736c40242c (patch)
tree6c90533621087b669fe2977c79cfe604e1e1e795 /package/network
parentd2675afeccc759c025a559e815c6e69ea2255b64 (diff)
downloadmaster-31e0f0ae-6de020d24128e74657b07b350d9213736c40242c.tar.gz
master-31e0f0ae-6de020d24128e74657b07b350d9213736c40242c.tar.bz2
master-31e0f0ae-6de020d24128e74657b07b350d9213736c40242c.zip
uhttpd: update to the latest version, fixes musl compile issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41057
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 d8bcf12bf5..1e4ed896c4 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:=2014-04-08
+PKG_VERSION:=2014-06-08
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:=a0c33bdbc4873210598acdccb292ff77fb6bf624
+PKG_SOURCE_VERSION:=dabd7dea6445aaa0e5b8d9add1872fa7393b3a85
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>