aboutsummaryrefslogtreecommitdiff
path: root/net/banip
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2022-05-27 21:23:56 +0200
committerDirk Brenken <dev@brenken.org>2022-05-27 21:23:56 +0200
commita2f02572726d4659cd3f5e28387094b263dc6b74 (patch)
tree063683063a5e0a4ea5a174cef7beaf1ef7f8b131 /net/banip
parent0b5eb86718d1c228cef92d6c370666965fdb441d (diff)
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 <dev@brenken.org>
Diffstat (limited to 'net/banip')
-rw-r--r--net/banip/Makefile4
1 files 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 <dev@brenken.org>
@@ -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