diff options
author | Dirk Brenken <dev@brenken.org> | 2022-05-27 21:23:56 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2022-05-27 21:23:56 +0200 |
commit | a2f02572726d4659cd3f5e28387094b263dc6b74 (patch) | |
tree | 063683063a5e0a4ea5a174cef7beaf1ef7f8b131 /net/banip | |
parent | 0b5eb86718d1c228cef92d6c370666965fdb441d (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/Makefile | 4 |
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 |