summaryrefslogtreecommitdiffstats
path: root/package/network/services/uhttpd
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-25 20:43:17 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-01-25 20:43:17 +0000
commita7c27877e202ea1bfcc517ed1a0695c9bb3a9d47 (patch)
tree023ab99a1cbb1395b628b661d4faeddd3e482d04 /package/network/services/uhttpd
parentf2508ab43774de8d6fb86d258f106e872d1f1ef4 (diff)
downloadmaster-31e0f0ae-a7c27877e202ea1bfcc517ed1a0695c9bb3a9d47.tar.gz
master-31e0f0ae-a7c27877e202ea1bfcc517ed1a0695c9bb3a9d47.tar.bz2
master-31e0f0ae-a7c27877e202ea1bfcc517ed1a0695c9bb3a9d47.zip
uhttpd: fix another remaining relro issue in the Lua plugin
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44143
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 1bb0084392..5a9078733a 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:=2015-01-25.1
+PKG_VERSION:=2015-01-25.2
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:=d404cd06b657cdcd97555362abec7966e339fd6d
+PKG_SOURCE_VERSION:=db79faae848e9ca5ed1c5b62cdd9d01650687fff
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
PKG_LICENSE:=ISC