Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2026 15:00:08 +0000
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 66ffbf27f670 - main - security/aws-iam-authenticator: Update to 0.7.12
Message-ID:  <69c003f8.1d768.9ee471c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by danilo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=66ffbf27f670838947dd6fce6c306f5b30012917

commit 66ffbf27f670838947dd6fce6c306f5b30012917
Author:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
AuthorDate: 2026-03-22 14:18:00 +0000
Commit:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
CommitDate: 2026-03-22 14:59:54 +0000

    security/aws-iam-authenticator: Update to 0.7.12
    
    - Use Go 1.26+
    - Set GOWORK=off so go mod vendor works
    
    Changelog:
    https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/tag/v0.7.12
---
 security/aws-iam-authenticator/Makefile |  8 +++++---
 security/aws-iam-authenticator/distinfo | 10 +++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/security/aws-iam-authenticator/Makefile b/security/aws-iam-authenticator/Makefile
index 8982acb20d0d..9f9d05e91a98 100644
--- a/security/aws-iam-authenticator/Makefile
+++ b/security/aws-iam-authenticator/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	aws-iam-authenticator
-PORTVERSION=	0.7.11
+PORTVERSION=	0.7.12
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	danilo@FreeBSD.org
@@ -10,7 +9,10 @@ WWW=		https://github.com/kubernetes-sigs/aws-iam-authenticator
 
 LICENSE=	APACHE20
 
-USES=		go:1.25+,modules
+USES=		go:1.26+,modules
+
+# Exit "workspace mode" so "go mod vendor" can be used
+MAKE_ENV=	GOWORK=off
 
 GO_MODULE=	github.com/kubernetes-sigs/${PORTNAME}
 GO_TARGET=	./cmd/${PORTNAME}
diff --git a/security/aws-iam-authenticator/distinfo b/security/aws-iam-authenticator/distinfo
index 36805db69465..054cb262b7db 100644
--- a/security/aws-iam-authenticator/distinfo
+++ b/security/aws-iam-authenticator/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1771675740
-SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.11/v0.7.11.mod) = 4692df20e98749eebc0e486e5dbffc2bae8756da43dc6b23c9f82bb4fd136921
-SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.11/v0.7.11.mod) = 4735
-SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.11/v0.7.11.zip) = af93faa13a3765498a7258efd7e45c43ab9482329812aa45e9338adedf4e30fa
-SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.11/v0.7.11.zip) = 233440
+TIMESTAMP = 1774188361
+SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.12/v0.7.12.mod) = d5430d9161bc285bcc321c31104ead200aa446b263debd0788fbd3e401f62c81
+SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.12/v0.7.12.mod) = 5347
+SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.12/v0.7.12.zip) = a4da4ea6c8b383b7b08400d2629daa1e597769dc01366c975ff12863b10df36f
+SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.12/v0.7.12.zip) = 240393


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c003f8.1d768.9ee471c>