Author: hauke Date: 2015-11-22 15:56:17 +0100 (Sun, 22 Nov 2015) New Revision: 47587
Modified: trunk/package/system/usign/Makefile Log: usign: Revert r47582 "usign: activate format-security checks" I accidentally deactivated it. This should be set to active it in any case independently what was set in the user config. Signed-off-by: Hauke Mehrtens <[email protected]> Modified: trunk/package/system/usign/Makefile =================================================================== --- trunk/package/system/usign/Makefile 2015-11-22 14:18:40 UTC (rev 47586) +++ trunk/package/system/usign/Makefile 2015-11-22 14:56:17 UTC (rev 47587) @@ -10,6 +10,7 @@ PKG_SOURCE_VERSION:=cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 +PKG_CHECK_FORMAT_SECURITY:=1 PKG_USE_MIPS16:=0 PKG_LICENSE:=ISC _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
