Author: jow Date: 2015-01-25 21:43:17 +0100 (Sun, 25 Jan 2015) New Revision: 44143
Modified: trunk/package/network/services/uhttpd/Makefile Log: uhttpd: fix another remaining relro issue in the Lua plugin Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/package/network/services/uhttpd/Makefile =================================================================== --- trunk/package/network/services/uhttpd/Makefile 2015-01-25 20:03:26 UTC (rev 44142) +++ trunk/package/network/services/uhttpd/Makefile 2015-01-25 20:43:17 UTC (rev 44143) @@ -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 <[email protected]> PKG_LICENSE:=ISC _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
