View | Details | Raw Unified | Return to bug 283255
Collapse All | Expand All

(-)b/security/crowdsec/Makefile (-5 / +4 lines)
Lines 1-7 Link Here
1
PORTNAME=	crowdsec
1
PORTNAME=	crowdsec
2
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.6.3
3
DISTVERSION=	1.6.4
4
PORTREVISION=	3
5
CATEGORIES=	security
4
CATEGORIES=	security
6
5
7
MAINTAINER=	marco@crowdsec.net
6
MAINTAINER=	marco@crowdsec.net
Lines 14-21 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
14
LIB_DEPENDS=	libabsl_base.so:devel/abseil \
13
LIB_DEPENDS=	libabsl_base.so:devel/abseil \
15
		libre2.so:devel/re2
14
		libre2.so:devel/re2
16
15
17
USES=		go:1.22,modules pkgconfig
16
USES=		go:1.23,modules pkgconfig
18
_COMMIT=	4851945a
17
_COMMIT=	523164f6
19
_BUILD_DATE=	$$(date -u "+%F_%T")
18
_BUILD_DATE=	$$(date -u "+%F_%T")
20
USE_RC_SUBR=	crowdsec
19
USE_RC_SUBR=	crowdsec
21
20
Lines 31-37 GO_TARGET= ./cmd/crowdsec \ Link Here
31
GO_BUILDFLAGS=	-v -trimpath -tags netgo,osusergo,sqlite_omit_load_extension,re2_cgo \
30
GO_BUILDFLAGS=	-v -trimpath -tags netgo,osusergo,sqlite_omit_load_extension,re2_cgo \
32
		-ldflags="\
31
		-ldflags="\
33
		-a -s -w \
32
		-a -s -w \
34
		-X github.com/crowdsecurity/go-cs-lib/version.Version=${DISTVERSIONPREFIX}${DISTVERSION} \
33
		-X github.com/crowdsecurity/go-cs-lib/version.Version=${DISTVERSIONPREFIX}${PKGVERSION} \
35
		-X github.com/crowdsecurity/go-cs-lib/version.BuildDate=${_BUILD_DATE} \
34
		-X github.com/crowdsecurity/go-cs-lib/version.BuildDate=${_BUILD_DATE} \
36
		-X github.com/crowdsecurity/go-cs-lib/version.Tag=${_COMMIT} \
35
		-X github.com/crowdsecurity/go-cs-lib/version.Tag=${_COMMIT} \
37
		-X ${GO_MODULE}/pkg/cwversion.Codename=alphaga \
36
		-X ${GO_MODULE}/pkg/cwversion.Codename=alphaga \
(-)b/security/crowdsec/distinfo (-6 / +5 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1725967354
1
TIMESTAMP = 1732708457
2
SHA256 (go/security_crowdsec/crowdsec-v1.6.3/v1.6.3.mod) = d47b370bc889d0484778cfbfc610b4254d6724455fb57f1fc6b3cb080d2343cd
2
SHA256 (go/security_crowdsec/crowdsec-v1.6.4/v1.6.4.mod) = 8494881f2c033d1becdbdc2be4230740874f0dca703f26a60f1e2108ca7419a1
3
SIZE (go/security_crowdsec/crowdsec-v1.6.3/v1.6.3.mod) = 10157
3
SIZE (go/security_crowdsec/crowdsec-v1.6.4/v1.6.4.mod) = 10240
4
SHA256 (go/security_crowdsec/crowdsec-v1.6.3/v1.6.3.zip) = 9be326fa2feb5efc612a23c7309e4b6e3ca697876dbde1555c7e578f099c3eac
4
SHA256 (go/security_crowdsec/crowdsec-v1.6.4/v1.6.4.zip) = 075555e9ebb93d45dcfd144069fcbdfb791935965be265034880f4d335292755
5
SIZE (go/security_crowdsec/crowdsec-v1.6.3/v1.6.3.zip) = 1581062
5
SIZE (go/security_crowdsec/crowdsec-v1.6.4/v1.6.4.zip) = 1570635
6
- 

Return to bug 283255