git: e5d3d3c0cb5a - main - security/crowdsec: update to 1.0.13
Sofian Brabez
sbz at FreeBSD.org
Tue May 4 15:00:29 UTC 2021
The branch main has been updated by sbz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e5d3d3c0cb5a372ceb0209d41d2c8b5603f48f96
commit e5d3d3c0cb5a372ceb0209d41d2c8b5603f48f96
Author: Sofian Brabez <sbz at FreeBSD.org>
AuthorDate: 2021-05-04 08:20:10 +0000
Commit: Sofian Brabez <sbz at FreeBSD.org>
CommitDate: 2021-05-04 14:46:30 +0000
security/crowdsec: update to 1.0.13
---
security/crowdsec/Makefile | 5 +++--
security/crowdsec/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile
index 7a8d578b0d9d..df0fb1ec1e06 100644
--- a/security/crowdsec/Makefile
+++ b/security/crowdsec/Makefile
@@ -1,5 +1,5 @@
PORTNAME= crowdsec
-PORTVERSION= 1.0.9
+PORTVERSION= 1.0.13
DISTVERSIONPREFIX= v
CATEGORIES= security
@@ -14,7 +14,8 @@ USES= go:modules
GO_MODULE= github.com/crowdsecurity/crowdsec
GO_BUILDFLAGS= -ldflags "-s -w \
- -X github.com/crowdsecurity/crowdsec/pkg/cwversion.Version=${PORTVERSION}"
+ -X github.com/crowdsecurity/crowdsec/pkg/cwversion.Version=v${PORTVERSION}\
+ -X github.com/crowdsecurity/crowdsec/pkg/cwversion.System=freebsd"
GO_TARGET= ./cmd/crowdsec \
./cmd/crowdsec-cli
diff --git a/security/crowdsec/distinfo b/security/crowdsec/distinfo
index 68cb2eb08739..aa4793d1a6c3 100644
--- a/security/crowdsec/distinfo
+++ b/security/crowdsec/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1616585825
-SHA256 (go/security_crowdsec/crowdsec-v1.0.9/v1.0.9.mod) = b95c6a35287b10ff019c2c3391bad1d0759415cf53cb7c0bfe7b154e479f6531
-SIZE (go/security_crowdsec/crowdsec-v1.0.9/v1.0.9.mod) = 3322
-SHA256 (go/security_crowdsec/crowdsec-v1.0.9/v1.0.9.zip) = 0b61f7e5ed162796d14636243ffcc8c8e336a3a3ee7891115141447c7626e8f7
-SIZE (go/security_crowdsec/crowdsec-v1.0.9/v1.0.9.zip) = 29314582
+TIMESTAMP = 1620115762
+SHA256 (go/security_crowdsec/crowdsec-v1.0.13/v1.0.13.mod) = e751afda0503bcfe8589775002b1fc1bd7271d603d56aa47d18ed5b3187e15c6
+SIZE (go/security_crowdsec/crowdsec-v1.0.13/v1.0.13.mod) = 3203
+SHA256 (go/security_crowdsec/crowdsec-v1.0.13/v1.0.13.zip) = 6f94f690ef87d7cfd3befe28129fd3a3014b50d81f78259d364f2ede8605a25a
+SIZE (go/security_crowdsec/crowdsec-v1.0.13/v1.0.13.zip) = 41998630
More information about the dev-commits-ports-all
mailing list