Skip to content

Commit

Permalink
sysutils/ec2-scripts: Update to 1.12
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cperciva committed Jun 14, 2023
1 parent 63d02ce commit 0c63326
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions sysutils/ec2-scripts/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ec2-scripts
PORTVERSION= 1.11
PORTVERSION= 1.12
CATEGORIES= sysutils

MAINTAINER= cperciva@FreeBSD.org
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 0c63326

Please sign in to comment.