Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2024 09:55:13 GMT
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: f79ba4ccfdf4 - main - security/aws-iam-authenticator: Update to 0.6.29
Message-ID:  <202412190955.4BJ9tDt8075482@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danilo:

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

commit f79ba4ccfdf4a33f2a8875531e04e03a96a483b1
Author:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
AuthorDate: 2024-12-17 09:53:00 +0000
Commit:     Danilo Egea Gondolfo <danilo@FreeBSD.org>
CommitDate: 2024-12-19 09:53:02 +0000

    security/aws-iam-authenticator: Update to 0.6.29
    
    - Use Go 1.23
    
    Changelogs:
    https://github.com/kubernetes-sigs/aws-iam-authenticator/releases
---
 security/aws-iam-authenticator/Makefile |  5 ++---
 security/aws-iam-authenticator/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/security/aws-iam-authenticator/Makefile b/security/aws-iam-authenticator/Makefile
index e588991ff354..e276aff83dfc 100644
--- a/security/aws-iam-authenticator/Makefile
+++ b/security/aws-iam-authenticator/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	aws-iam-authenticator
-PORTVERSION=	0.6.27
+PORTVERSION=	0.6.29
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	danilo@FreeBSD.org
@@ -10,7 +9,7 @@ WWW=		https://github.com/kubernetes-sigs/aws-iam-authenticator
 
 LICENSE=	APACHE20
 
-USES=		go:1.22,modules
+USES=		go:1.23,modules
 
 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 b7987bef90ab..80c50e6863ee 100644
--- a/security/aws-iam-authenticator/distinfo
+++ b/security/aws-iam-authenticator/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1726835160
-SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.27/v0.6.27.mod) = b34b0f845d71ec4a0d7c1c82ca240f74c62947daeecca3fb891961b26570e27d
-SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.27/v0.6.27.mod) = 3633
-SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.27/v0.6.27.zip) = 9d6d4b908aae124decd1c6d76ddb00cc723a92fe694f2b75a316fb43677fc3f7
-SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.27/v0.6.27.zip) = 225354
+TIMESTAMP = 1734428609
+SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.29/v0.6.29.mod) = 599d3ce828600f54d244171bf8f5e76f53185bb23b92ebee67533765b32476c4
+SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.29/v0.6.29.mod) = 3651
+SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.29/v0.6.29.zip) = 707ca96582c2c14078bf4cd956ccdf4e2eee071102cd607aa7abcfffd6c81023
+SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.6.29/v0.6.29.zip) = 229197



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412190955.4BJ9tDt8075482>