[OpenWrt-Devel] [PATCH] Mark libnet-1.1.x as broken

Matthew M. Dean fireculex at gmail.com
Thu Dec 4 22:46:57 EST 2014


libnet-1.1.x fails to compile with -Werror=format-security. Instead of
adding PKG_CHECK_FORMAT_SECURITY and ignoring potential security
vulnerabilities and marked fixed, it should be marked as broken.

Signed-off-by: Matthew M. Dean <fireculex at gmail.com>

 diff --git a/libs/libnet-1.1.x/Makefile b/libs/libnet-1.1.x/Makefile
index a4d2dff..2cd670c 100644
--- a/libs/libnet-1.1.x/Makefile
+++ b/libs/libnet-1.1.x/Makefile
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/libnet1
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=+libpcap
+  DEPENDS:=+libpcap @BROKEN
   TITLE:=Low-level packet creation library (v1.1.x)
   URL:=http://www.packetfactory.net/libnet/
 endef
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list