Skip to content

Commit

Permalink
security/crowdsec: Update to 1.5.5
Browse files Browse the repository at this point in the history
PR:			274710
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D42396
  • Loading branch information
mmetc authored and Tectu committed Nov 1, 2023
1 parent ee4f355 commit 6e73670
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions security/crowdsec/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= crowdsec
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.4
DISTVERSION= 1.5.5
CATEGORIES= security

MAINTAINER= marco@crowdsec.net
Expand All @@ -10,10 +10,11 @@ WWW= https://github.com/crowdsecurity/crowdsec
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libre2.so:devel/re2
LIB_DEPENDS= libabsl_base.so:devel/abseil \
libre2.so:devel/re2

USES= go:modules pkgconfig
_COMMIT= e4dcdd25
USES= go:1.21,modules pkgconfig
_COMMIT= d2d788c5
_BUILD_DATE= $$(date -u "+%F_%T")
USE_RC_SUBR= crowdsec

Expand Down
10 changes: 5 additions & 5 deletions security/crowdsec/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1695208926
SHA256 (go/security_crowdsec/crowdsec-v1.5.4/v1.5.4.mod) = b4d34c91a97d103a5fb6b4bac159a861af0d9851e43c824f33eefe66cd009a97
SIZE (go/security_crowdsec/crowdsec-v1.5.4/v1.5.4.mod) = 9499
SHA256 (go/security_crowdsec/crowdsec-v1.5.4/v1.5.4.zip) = d0419bc5de391784327e898e0f1dca215742c184f32b6de3a6dc87e839758191
SIZE (go/security_crowdsec/crowdsec-v1.5.4/v1.5.4.zip) = 1340437
TIMESTAMP = 1698136810
SHA256 (go/security_crowdsec/crowdsec-v1.5.5/v1.5.5.mod) = a3047c2f98e4c26c4d8dff645893e3a19ff6e10ef00bc2dafcbe68a3e4415d19
SIZE (go/security_crowdsec/crowdsec-v1.5.5/v1.5.5.mod) = 9647
SHA256 (go/security_crowdsec/crowdsec-v1.5.5/v1.5.5.zip) = 0013a4e3201fe3d71a62b13df09fb32a05906ce29029a7257be8cb850bc41ed5
SIZE (go/security_crowdsec/crowdsec-v1.5.5/v1.5.5.zip) = 1345499

0 comments on commit 6e73670

Please sign in to comment.