From 515f8489cc77bfbd0e9925599713a3f4843e6e3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kerma=20G=C3=A9rald?= Date: Sun, 12 Dec 2021 18:04:38 +0100 Subject: [PATCH] crowdsec-firewall-bouncer: update to 0.0.18 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Update to upstream release 0.0.18 Signed-off-by: Kerma Gérald --- net/crowdsec-firewall-bouncer/Makefile | 6 +++--- .../patches/001-fix_config_iptables_chains.patch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/crowdsec-firewall-bouncer/Makefile b/net/crowdsec-firewall-bouncer/Makefile index 407232944e..6727d92d20 100644 --- a/net/crowdsec-firewall-bouncer/Makefile +++ b/net/crowdsec-firewall-bouncer/Makefile @@ -6,14 +6,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=crowdsec-firewall-bouncer -PKG_VERSION:=0.0.16 +PKG_VERSION:=0.0.18 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/crowdsecurity/cs-firewall-bouncer +PKG_MIRROR_HASH:=2fb7ddb226f6a99c46826706da25f7cdbcd7615468129e7b07f8ac4edf0366f9 PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_SOURCE_DATE:=20211117 -PKG_MIRROR_HASH:=769a01bcee0ac27627fc00a59259ca09f89f382fc228c7bb24dc5d7df8ae9a12 +PKG_SOURCE_DATE:=20211210 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE diff --git a/net/crowdsec-firewall-bouncer/patches/001-fix_config_iptables_chains.patch b/net/crowdsec-firewall-bouncer/patches/001-fix_config_iptables_chains.patch index d139401468..f129ad89f1 100644 --- a/net/crowdsec-firewall-bouncer/patches/001-fix_config_iptables_chains.patch +++ b/net/crowdsec-firewall-bouncer/patches/001-fix_config_iptables_chains.patch @@ -1,6 +1,6 @@ --- a/config/crowdsec-firewall-bouncer.yaml +++ b/config/crowdsec-firewall-bouncer.yaml -@@ -15,5 +15,5 @@ deny_log: false +@@ -20,5 +20,5 @@ supported_decisions_types: #if present, insert rule in those chains iptables_chains: - INPUT -- 2.30.2