From: Richard Kroegel Date: Thu, 1 Jan 2026 13:53:07 +0000 (+0100) Subject: crowdsec-firewall-bouncer: fix version in binary X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=444f79ce48f01d9b145bfbaac424a740dfe28e33;p=openwrt-packages.git crowdsec-firewall-bouncer: fix version in binary Package version string was changed in upstream and binary did not report any build info anymore. Signed-off-by: Richard Kroegel --- diff --git a/net/crowdsec-firewall-bouncer/Makefile b/net/crowdsec-firewall-bouncer/Makefile index fb7cbc870..af6ae991a 100644 --- a/net/crowdsec-firewall-bouncer/Makefile +++ b/net/crowdsec-firewall-bouncer/Makefile @@ -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