]> git.99rst.org Git - openwrt-packages.git/commitdiff
crowdsec-firewall-bouncer: fix version in binary
authorRichard Kroegel <redacted>
Thu, 1 Jan 2026 13:53:07 +0000 (14:53 +0100)
committerAlexandru Ardelean <redacted>
Sun, 20 Sep 2026 10:46:41 +0000 (13:46 +0300)
Package version string was changed in upstream and binary did not report
any build info anymore.

Signed-off-by: Richard Kroegel <redacted>
net/crowdsec-firewall-bouncer/Makefile

index fb7cbc87056f554ce8fe5911094bc4826dabcaa8..af6ae991aff9c80911fc1a8fb22f28c3de7e61da 100644 (file)
@@ -25,7 +25,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/cs-firewall-bouncer-$(PKG_VERSION)
 CSFB_BUILD_VERSION?=v$(PKG_VERSION)
 CSFB_BUILD_TIMESTAMP:=$(shell date +%F"_"%T)
 CSFB_BUILD_TAG:=openwrt-$(PKG_VERSION)-$(PKG_RELEASE)
-CSFB_VERSION_PKG:=github.com/crowdsecurity/cs-firewall-bouncer/pkg/version
+CSFB_VERSION_PKG:=github.com/crowdsecurity/go-cs-lib/version
 
 GO_PKG:=github.com/crowdsecurity/cs-firewall-bouncer
 GO_PKG_INSTALL_ALL:=1
git clone https://git.99rst.org/PROJECT