]> git.99rst.org Git - openwrt-packages.git/commitdiff
crowdsec-firewall-bouncer: update to 0.0.36
authorS. Brusch <redacted>
Sun, 9 Aug 2026 11:16:26 +0000 (11:16 +0000)
committerAlexandru Ardelean <redacted>
Fri, 18 Sep 2026 16:11:15 +0000 (19:11 +0300)
Description:
updated to new upstream release version 0.0.36
Added test-version.sh

Maintainer: S. Brusch <redacted>
Run tested: mediatek/filogic, BPI-R4, OpenWrt 25.12.5

Signed-off-by: S. Brusch <redacted>
Co-authored-by: Benjamin Réveillé <redacted>
net/crowdsec-firewall-bouncer/Makefile
net/crowdsec-firewall-bouncer/test-version.sh [new file with mode: 0755]

index 8c8189f9a5a9f288d06657b89b04d18ad6a7a6cb..fb7cbc87056f554ce8fe5911094bc4826dabcaa8 100644 (file)
@@ -6,16 +6,16 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=crowdsec-firewall-bouncer
-PKG_VERSION:=0.0.34
+PKG_VERSION:=0.0.36
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/crowdsecurity/cs-firewall-bouncer/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=5bd62250f40fc0a05d2431f3ea1cb211d7fc4cc755b53a23585aa2cede8ff985
+PKG_HASH:=46c41cce09df0be41ca091499fffd3ca2e61f85fb66e4f82060043e0894290cf
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
-PKG_MAINTAINER:=Gerald Kerma <gandalf@gk2.net>
+PKG_MAINTAINER:=S. Brusch <ne20002@gmx.ch>
 
 PKG_BUILD_DEPENDS:=golang/host
 PKG_BUILD_PARALLEL:=1
diff --git a/net/crowdsec-firewall-bouncer/test-version.sh b/net/crowdsec-firewall-bouncer/test-version.sh
new file mode 100755 (executable)
index 0000000..afc2876
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+# shellcheck shell=busybox
+
+# cs-firewall-bouncer does not recognize -? for version test
+
+case "$PKG_NAME" in
+crowdsec-firewall-bouncer)
+       exit 0
+       ;;
+
+*)
+       echo "Untested package: $PKG_NAME" >&2
+       exit 1
+       ;;
+esac
git clone https://git.99rst.org/PROJECT