Date: Wed, 1 Aug 2018 22:06:23 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476203 - head/net/bsdec2-image-upload Message-ID: <201808012206.w71M6Noj026244@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cperciva Date: Wed Aug 1 22:06:23 2018 New Revision: 476203 URL: https://svnweb.freebsd.org/changeset/ports/476203 Log: Update to version 1.2.1. This brings two changes: 1. A new --publicsnap option which marks the EBS snapshot for the AMI's root disk as being public. 2. When sending an SNS notification about new AMIs, the SNS region is extracted from the Topic ARN rather than using the same region as was used for uploading the AMI. Modified: head/net/bsdec2-image-upload/Makefile head/net/bsdec2-image-upload/distinfo Modified: head/net/bsdec2-image-upload/Makefile ============================================================================== --- head/net/bsdec2-image-upload/Makefile Wed Aug 1 21:53:17 2018 (r476202) +++ head/net/bsdec2-image-upload/Makefile Wed Aug 1 22:06:23 2018 (r476203) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bsdec2-image-upload -PORTVERSION= 1.2 +PORTVERSION= 1.2.1 CATEGORIES= net MASTER_SITES= http://freebsd-ec2-dist.s3.amazonaws.com/ Modified: head/net/bsdec2-image-upload/distinfo ============================================================================== --- head/net/bsdec2-image-upload/distinfo Wed Aug 1 21:53:17 2018 (r476202) +++ head/net/bsdec2-image-upload/distinfo Wed Aug 1 22:06:23 2018 (r476203) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531811753 -SHA256 (bsdec2-image-upload-1.2.tgz) = aa869bd922a644d2877d8e75a0e036cca158bb7e70b8df61091cab758da76cf0 -SIZE (bsdec2-image-upload-1.2.tgz) = 25374 +TIMESTAMP = 1533160912 +SHA256 (bsdec2-image-upload-1.2.1.tgz) = 5dbbc04b358b209346b15720f2e46e20b52f47f55bb7a2ce3e71e75e2c3d8409 +SIZE (bsdec2-image-upload-1.2.1.tgz) = 24947
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808012206.w71M6Noj026244>