Author: nbd
Date: 2014-06-30 10:19:48 +0200 (Mon, 30 Jun 2014)
New Revision: 41411

Modified:
   trunk/package/libs/gettext-full/Makefile
   trunk/package/network/utils/comgt/Makefile
   trunk/package/network/utils/iperf/Makefile
   trunk/package/network/utils/linux-atm/Makefile
   trunk/package/network/utils/xtables-addons/Makefile
   trunk/package/system/fstools/Makefile
   trunk/package/system/mountd/Makefile
   trunk/package/system/ubox/Makefile
   trunk/package/utils/busybox/Makefile
   trunk/package/utils/px5g-standalone/Makefile
   trunk/package/utils/xfsprogs/Makefile
Log:
build: disable the PKG_CHECK_FORMAT_SECURITY check for the failing packages

The idea is to gradually fix the packages

Signed-off-by: Etienne CHAMPETIER <[email protected]>

Modified: trunk/package/libs/gettext-full/Makefile
===================================================================
--- trunk/package/libs/gettext-full/Makefile    2014-06-30 08:19:44 UTC (rev 
41410)
+++ trunk/package/libs/gettext-full/Makefile    2014-06-30 08:19:48 UTC (rev 
41411)
@@ -23,6 +23,7 @@
 PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=0
 PKG_BUILD_DEPENDS:=gettext-full/host
+PKG_CHECK_FORMAT_SECURITY:=0
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/host-build.mk

Modified: trunk/package/network/utils/comgt/Makefile
===================================================================
--- trunk/package/network/utils/comgt/Makefile  2014-06-30 08:19:44 UTC (rev 
41410)
+++ trunk/package/network/utils/comgt/Makefile  2014-06-30 08:19:48 UTC (rev 
41411)
@@ -18,6 +18,7 @@
 PKG_MAINTAINER:=Felix Fietkau <[email protected]>
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).$(PKG_VERSION)
+PKG_CHECK_FORMAT_SECURITY:=0
 
 include $(INCLUDE_DIR)/package.mk
 

Modified: trunk/package/network/utils/iperf/Makefile
===================================================================
--- trunk/package/network/utils/iperf/Makefile  2014-06-30 08:19:44 UTC (rev 
41410)
+++ trunk/package/network/utils/iperf/Makefile  2014-06-30 08:19:48 UTC (rev 
41411)
@@ -19,6 +19,7 @@
 PKG_MAINTAINER:=Felix Fietkau <[email protected]>
 
 PKG_BUILD_PARALLEL:=1
+PKG_CHECK_FORMAT_SECURITY:=0
 
 include $(INCLUDE_DIR)/uclibc++.mk
 include $(INCLUDE_DIR)/package.mk

Modified: trunk/package/network/utils/linux-atm/Makefile
===================================================================
--- trunk/package/network/utils/linux-atm/Makefile      2014-06-30 08:19:44 UTC 
(rev 41410)
+++ trunk/package/network/utils/linux-atm/Makefile      2014-06-30 08:19:48 UTC 
(rev 41411)
@@ -18,6 +18,7 @@
 
 PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=1
+PKG_CHECK_FORMAT_SECURITY:=0
 
 include $(INCLUDE_DIR)/package.mk
 

Modified: trunk/package/network/utils/xtables-addons/Makefile
===================================================================
--- trunk/package/network/utils/xtables-addons/Makefile 2014-06-30 08:19:44 UTC 
(rev 41410)
+++ trunk/package/network/utils/xtables-addons/Makefile 2014-06-30 08:19:48 UTC 
(rev 41411)
@@ -25,6 +25,7 @@
 PKG_BUILD_DEPENDS:=iptables
 PKG_INSTALL:=1
 PKG_BUILD_PARALLEL:=1
+PKG_CHECK_FORMAT_SECURITY:=0
 
 PKG_MAINTAINER:=Jo-Philipp Wich <[email protected]>
 

Modified: trunk/package/system/fstools/Makefile
===================================================================
--- trunk/package/system/fstools/Makefile       2014-06-30 08:19:44 UTC (rev 
41410)
+++ trunk/package/system/fstools/Makefile       2014-06-30 08:19:48 UTC (rev 
41411)
@@ -18,6 +18,7 @@
 PKG_SOURCE_VERSION:=e0430f5c62f367e5a8e02755412977b02c3fc45e
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 CMAKE_INSTALL:=1
+PKG_CHECK_FORMAT_SECURITY:=0
 
 PKG_LICENSE:=GPLv2
 PKG_LICENSE_FILES:=

Modified: trunk/package/system/mountd/Makefile
===================================================================
--- trunk/package/system/mountd/Makefile        2014-06-30 08:19:44 UTC (rev 
41410)
+++ trunk/package/system/mountd/Makefile        2014-06-30 08:19:48 UTC (rev 
41411)
@@ -11,6 +11,7 @@
 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources
 PKG_MD5SUM:=b77253ee4321d24d200fffc4f7ca3d15
 PKG_MAINTAINER:=John Crispin <[email protected]>
+PKG_CHECK_FORMAT_SECURITY:=0
 
 include $(INCLUDE_DIR)/package.mk
 

Modified: trunk/package/system/ubox/Makefile
===================================================================
--- trunk/package/system/ubox/Makefile  2014-06-30 08:19:44 UTC (rev 41410)
+++ trunk/package/system/ubox/Makefile  2014-06-30 08:19:48 UTC (rev 41411)
@@ -10,6 +10,7 @@
 PKG_SOURCE_VERSION:=1c2a9c1cbe9d18bf342edfa617eff319c1d3ce3a
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 CMAKE_INSTALL:=1
+PKG_CHECK_FORMAT_SECURITY:=0
 
 PKG_LICENSE:=GPLv2
 PKG_LICENSE_FILES:=

Modified: trunk/package/utils/busybox/Makefile
===================================================================
--- trunk/package/utils/busybox/Makefile        2014-06-30 08:19:44 UTC (rev 
41410)
+++ trunk/package/utils/busybox/Makefile        2014-06-30 08:19:48 UTC (rev 
41411)
@@ -19,6 +19,7 @@
 
 PKG_BUILD_DEPENDS:=BUSYBOX_USE_LIBRPC:librpc
 PKG_BUILD_PARALLEL:=1
+PKG_CHECK_FORMAT_SECURITY:=0
 
 PKG_LICENSE:=GPLv2 BSD-4c
 PKG_LICENSE_FILES:=LICENSE archival/libarchive/bz/LICENSE

Modified: trunk/package/utils/px5g-standalone/Makefile
===================================================================
--- trunk/package/utils/px5g-standalone/Makefile        2014-06-30 08:19:44 UTC 
(rev 41410)
+++ trunk/package/utils/px5g-standalone/Makefile        2014-06-30 08:19:48 UTC 
(rev 41411)
@@ -11,6 +11,7 @@
 PKG_RELEASE:=1
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
+PKG_CHECK_FORMAT_SECURITY:=0
 
 include $(INCLUDE_DIR)/package.mk
 

Modified: trunk/package/utils/xfsprogs/Makefile
===================================================================
--- trunk/package/utils/xfsprogs/Makefile       2014-06-30 08:19:44 UTC (rev 
41410)
+++ trunk/package/utils/xfsprogs/Makefile       2014-06-30 08:19:48 UTC (rev 
41411)
@@ -16,6 +16,7 @@
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_INSTALL:=1
 PKG_FIXUP:=autoreconf
+PKG_CHECK_FORMAT_SECURITY:=0
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/nls.mk
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to