diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-25 20:43:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-25 20:43:17 +0000 |
commit | fe829c5a7532372ee3038172db12d7809f4f4647 (patch) | |
tree | a9e1ac0685dff135f712b64f2f1a12690a732854 /package | |
parent | ccdb918a4e4696668e65e04bf5f33c59ea8ca372 (diff) | |
download | upstream-fe829c5a7532372ee3038172db12d7809f4f4647.tar.gz upstream-fe829c5a7532372ee3038172db12d7809f4f4647.tar.bz2 upstream-fe829c5a7532372ee3038172db12d7809f4f4647.zip |
uhttpd: fix another remaining relro issue in the Lua plugin
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44143 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/network/services/uhttpd/Makefile | 4 |
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 |