svn commit: r474781 - head/net/bsdec2-image-upload

Colin Percival cperciva at FreeBSD.org
Tue Jul 17 07:37:06 UTC 2018


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


More information about the svn-ports-head mailing list