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 <firecu...@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@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel