Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2018 07:37:05 +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: r474781 - head/net/bsdec2-image-upload
Message-ID:  <201807170737.w6H7b5mx060862@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cperciva
Date: Tue Jul 17 07:37:05 2018
New Revision: 474781
URL: https://svnweb.freebsd.org/changeset/ports/474781

Log:
  Update bsdec2-image-upload to version 1.2.
  
  This brings support for automatically sending SNS notifications about
  new AMIs (requested by Amazon), and adjusts the "copy AMIs out to all
  the regions" step to perform copies in parallel (which should speed
  up the process of releasing new AMIs significantly).

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	Tue Jul 17 07:30:01 2018	(r474780)
+++ head/net/bsdec2-image-upload/Makefile	Tue Jul 17 07:37:05 2018	(r474781)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bsdec2-image-upload
-PORTVERSION=	1.1.4
+PORTVERSION=	1.2
 CATEGORIES=	net
 MASTER_SITES=	http://freebsd-ec2-dist.s3.amazonaws.com/
 

Modified: head/net/bsdec2-image-upload/distinfo
==============================================================================
--- head/net/bsdec2-image-upload/distinfo	Tue Jul 17 07:30:01 2018	(r474780)
+++ head/net/bsdec2-image-upload/distinfo	Tue Jul 17 07:37:05 2018	(r474781)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1529829682
-SHA256 (bsdec2-image-upload-1.1.4.tgz) = 90003b276ff83c6b85ac2e19571b35a65caf1380301d8b8d8914efe5f3e54263
-SIZE (bsdec2-image-upload-1.1.4.tgz) = 23623
+TIMESTAMP = 1531811753
+SHA256 (bsdec2-image-upload-1.2.tgz) = aa869bd922a644d2877d8e75a0e036cca158bb7e70b8df61091cab758da76cf0
+SIZE (bsdec2-image-upload-1.2.tgz) = 25374



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