Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2026 21:02:51 +0000
From:      Yusuf Yaman <nxjoseph@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Manuel Sabban <manuel@crowdsec.net>
Subject:   git: 75aaf55344f1 - main - security/crowdsec: Security update 1.7.7 => 1.7.8
Message-ID:  <6a03957b.273bc.11ae591c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nxjoseph:

URL: https://cgit.FreeBSD.org/ports/commit/?id=75aaf55344f17a9aa78807152a07020e23aa9dc5

commit 75aaf55344f17a9aa78807152a07020e23aa9dc5
Author:     Manuel Sabban <manuel@crowdsec.net>
AuthorDate: 2026-05-12 20:30:05 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-05-12 21:02:37 +0000

    security/crowdsec: Security update 1.7.7 => 1.7.8
    
    This release contains fixes for two vulnerabilities
    that are scheduled for public disclosure shortly.
    
    Changelog:
    * Use Go 1.26 explicitly.
    https://github.com/crowdsecurity/crowdsec/releases/tag/v1.7.8
    
    PR:             295238
    Reported by:    Manuel Sabban <manuel@crowdsec.net> (maintainer)
    Approved by:    osa, vvd (Mentors, implicit)
    MFH:            2026Q2
---
 security/crowdsec/Makefile |  7 +++----
 security/crowdsec/distinfo | 10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile
index f8d6fedca378..f7cca66cab3e 100644
--- a/security/crowdsec/Makefile
+++ b/security/crowdsec/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	crowdsec
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.7.7
-PORTREVISION=	1
+DISTVERSION=	1.7.8
 CATEGORIES=	security
 
 MAINTAINER=	manuel@crowdsec.net
@@ -14,8 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libabsl_base.so:devel/abseil \
 		libre2.so:devel/re2
 
-USES=		go:modules pkgconfig
-_COMMIT=	027974f2
+USES=		go:1.26+,modules pkgconfig
+_COMMIT=	6322745
 _BUILD_DATE=	$$(date -u "+%F_%T")
 USE_RC_SUBR=	crowdsec
 
diff --git a/security/crowdsec/distinfo b/security/crowdsec/distinfo
index 44d29b0301ab..aaca5ca0a510 100644
--- a/security/crowdsec/distinfo
+++ b/security/crowdsec/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1775987653
-SHA256 (go/security_crowdsec/crowdsec-v1.7.7/v1.7.7.mod) = c773e2522a35ea3b6617dfda13957e77493478ef4ff27c6389f96df1b157d834
-SIZE (go/security_crowdsec/crowdsec-v1.7.7/v1.7.7.mod) = 12338
-SHA256 (go/security_crowdsec/crowdsec-v1.7.7/v1.7.7.zip) = 8756cd19644c9a575b6a7b7fbc095c83ad2d393555c7c9dba85e9b931437ab3c
-SIZE (go/security_crowdsec/crowdsec-v1.7.7/v1.7.7.zip) = 1950258
+TIMESTAMP = 1778589736
+SHA256 (go/security_crowdsec/crowdsec-v1.7.8/v1.7.8.mod) = c2e1ddf24e8fab104cc519470c63581160372d1e3a38b5e8875ebdb91f88c748
+SIZE (go/security_crowdsec/crowdsec-v1.7.8/v1.7.8.mod) = 13302
+SHA256 (go/security_crowdsec/crowdsec-v1.7.8/v1.7.8.zip) = 80bbf81e8574a24a19ea237f27b2fad939db49fe15a261d4da65f778ab6cdf22
+SIZE (go/security_crowdsec/crowdsec-v1.7.8/v1.7.8.zip) = 1986248


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a03957b.273bc.11ae591c>