From 1c14eb6d8ced8bc49825bc109984a8b6715c1a08 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Sun, 16 Jul 2023 07:32:24 +0200 Subject: banip: release 0.9.0-1 * supports allowing / blocking of certain VLAN forwards in segregated network environments, set 'ban_vlanallow', ''ban_vlanblock' accordingly * simplified the code/JSON to generate/parse the banIP status * enclose nft related devices in quotation marks , e.g. to handle devices which starts with a number '10g-1' * made the new vlan options available to LuCI (separate commit) Signed-off-by: Dirk Brenken --- net/banip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/banip/Makefile') diff --git a/net/banip/Makefile b/net/banip/Makefile index a9900dbdf..fbcfd9791 100644 --- a/net/banip/Makefile +++ b/net/banip/Makefile @@ -5,8 +5,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=banip -PKG_VERSION:=0.8.9 -PKG_RELEASE:=4 +PKG_VERSION:=0.9.0 +PKG_RELEASE:=1 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken -- cgit v1.2.3