Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2023 18:25:50 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0c63326cefaa - main - sysutils/ec2-scripts: Update to 1.12
Message-ID:  <202306141825.35EIPoxw093491@gitrepo.freebsd.org>

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

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

commit 0c63326cefaadc6681339fff52246538de809aed
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2023-06-14 18:23:44 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2023-06-14 18:25:23 +0000

    sysutils/ec2-scripts: Update to 1.12
    
    This makes the "fetch user SSH key" and "process user-data" scripts
    support IMDSv2 via the net/aws-ec2-imdsv2-get utiltiy rather than
    making HTTP requests to the IMDS directly.
    
    Sponsored by:   https://www.patreon.com/cperciva
---
 sysutils/ec2-scripts/Makefile | 5 +++--
 sysutils/ec2-scripts/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/sysutils/ec2-scripts/Makefile b/sysutils/ec2-scripts/Makefile
index 887f77a8e006..9d654b4eab5a 100644
--- a/sysutils/ec2-scripts/Makefile
+++ b/sysutils/ec2-scripts/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ec2-scripts
-PORTVERSION=	1.11
+PORTVERSION=	1.12
 CATEGORIES=	sysutils
 
 MAINTAINER=	cperciva@FreeBSD.org
@@ -9,7 +9,8 @@ WWW=		https://www.daemonology.net/freebsd-on-ec2/
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-RUN_DEPENDS=	${LOCALBASE}/sbin/ebsnvme-id:sysutils/ebsnvme-id
+RUN_DEPENDS=	${LOCALBASE}/sbin/ebsnvme-id:sysutils/ebsnvme-id \
+		${LOCALBASE}/bin/aws-ec2-imdsv2-get:net/aws-ec2-imdsv2-get
 
 USE_GITHUB=	YES
 GH_ACCOUNT=	cperciva
diff --git a/sysutils/ec2-scripts/distinfo b/sysutils/ec2-scripts/distinfo
index a96421f7bbd5..8652f9ce2832 100644
--- a/sysutils/ec2-scripts/distinfo
+++ b/sysutils/ec2-scripts/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654664226
-SHA256 (cperciva-ec2-scripts-1.11_GH0.tar.gz) = cb4fae570ab9841fd5ace57ec38de677a8a8521f2237e76e8296ae632b9d5df2
-SIZE (cperciva-ec2-scripts-1.11_GH0.tar.gz) = 5952
+TIMESTAMP = 1686766876
+SHA256 (cperciva-ec2-scripts-1.12_GH0.tar.gz) = fb862a5d325ea005d3ed3bdb7836169c5a97c37867439bb3f1084cabc7028886
+SIZE (cperciva-ec2-scripts-1.12_GH0.tar.gz) = 5967



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