From a5a0c94cc1eb2bf3404b5399478a63d29b0dcd93 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Fri, 27 May 2022 21:23:56 +0200 Subject: [PATCH] banip: mark as broken banIP 0.7.x is not compatible with new nft firewall (default in master and 22.03). Mark the package as BROKEN for now. Signed-off-by: Dirk Brenken (cherry picked from commit a2f02572726d4659cd3f5e28387094b263dc6b74) --- net/banip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/banip/Makefile b/net/banip/Makefile index 109b96bca..7da810862 100644 --- a/net/banip/Makefile +++ b/net/banip/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=banip PKG_VERSION:=0.7.10 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken @@ -17,7 +17,7 @@ define Package/banip SECTION:=net CATEGORY:=Network TITLE:=Ban incoming and outgoing ip adresses via ipsets - DEPENDS:=+jshn +jsonfilter +ip +ipset +iptables +ca-bundle + DEPENDS:=+jshn +jsonfilter +ip +ipset +iptables +ca-bundle @BROKEN PKGARCH:=all endef