Author: hauke Date: 2015-11-22 22:21:09 +0100 (Sun, 22 Nov 2015) New Revision: 47600
Modified: trunk/package/system/ubox/Makefile Log: ubox: update ubox to version 2015-11-22 This version fixes a potential uncontrolled format string problem. This makes it possible to activate the format security check. Signed-off-by: Hauke Mehrtens <[email protected]> Modified: trunk/package/system/ubox/Makefile =================================================================== --- trunk/package/system/ubox/Makefile 2015-11-22 21:20:45 UTC (rev 47599) +++ trunk/package/system/ubox/Makefile 2015-11-22 21:21:09 UTC (rev 47600) @@ -1,16 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubox -PKG_VERSION:=2015-07-14 +PKG_VERSION:=2015-11-22 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/ubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=907d046c8929fb74e5a3502a9498198695e62ad8 +PKG_SOURCE_VERSION:=c086167a0154745c677f8730a336ea9cf7d71031 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 -PKG_CHECK_FORMAT_SECURITY:=0 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:= _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
