diff options
author | Dirk Brenken <dev@brenken.org> | 2023-03-06 14:19:27 +0100 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2023-03-06 14:21:52 +0100 |
commit | 0b37036e5afa5be384e577531b4e9ba26c3512a1 (patch) | |
tree | b6e3cef5fea937761633f5952ec4f4c9383df9a1 /net/banip/Makefile | |
parent | e6ded435709838ce70b0572d647c0b0800ec71ef (diff) |
banip: update 0.8.1-3
* finalized the LuCI frontend preparation (this is the minmal version to use the forthcoming LuCI frontend)
* added a Set survey, to list all elements of a certain set
* changed the default logterm for asterisk
* update the readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/banip/Makefile')
-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 a75867df3..1979ede35 100644 --- a/net/banip/Makefile +++ b/net/banip/Makefile @@ -1,5 +1,5 @@ # -# banIP - ban incoming and outgoing ip adresses/subnets via sets in nftables +# banIP - ban incoming and outgoing ip addresses/subnets via sets in nftables # Copyright (c) 2018-2023 Dirk Brenken (dev@brenken.org) # This is free software, licensed under the GNU General Public License v3. # @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=banip PKG_VERSION:=0.8.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org> |