summaryrefslogtreecommitdiff
path: root/package/network/services/uhttpd/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-04-17 11:34:39 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-04-17 11:34:39 +0000
commite66a4af8c313820491bad4c13487996e317fa724 (patch)
tree5faf305d84f594e3bb61e186af0543dee38e5e1c /package/network/services/uhttpd/Makefile
parenta530f692a417852d00a26b77cb5006e0668e575a (diff)
downloadmtk-20170518-e66a4af8c313820491bad4c13487996e317fa724.zip
mtk-20170518-e66a4af8c313820491bad4c13487996e317fa724.tar.gz
mtk-20170518-e66a4af8c313820491bad4c13487996e317fa724.tar.bz2
uhttpd: update to git head, fixes regression when parsing IPv6 listen arguments
SVN-Revision: 36348
Diffstat (limited to 'package/network/services/uhttpd/Makefile')
-rw-r--r--package/network/services/uhttpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile
index 6165ac3..be51835 100644
--- a/package/network/services/uhttpd/Makefile
+++ b/package/network/services/uhttpd/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2010-2012 Jo-Philipp Wich <jow@openwrt.org>
+# Copyright (C) 2010-2013 Jo-Philipp Wich <jow@openwrt.org>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=uhttpd
-PKG_VERSION:=2013-04-15
+PKG_VERSION:=2013-04-17
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:=9d83bd3c524c4bbeb8e6583155dd7df9e8a1b5d3
+PKG_SOURCE_VERSION:=d518cb32327492ad73c4583bb69d1d678410a631
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>