svn commit: r531085 - in head/net/bsdec2-image-upload: . files

Colin Percival cperciva at FreeBSD.org
Wed Apr 8 03:27:35 UTC 2020


Author: cperciva
Date: Wed Apr  8 03:27:35 2020
New Revision: 531085
URL: https://svnweb.freebsd.org/changeset/ports/531085

Log:
  Update bsdec2-image-upload to 1.3.0.
  
  This new version:
  1. Uses ImportSnapshot for uploading VHD images (necessary for .cn regions,
  where the ImportVolume API is not available).
  2. Adds Architecture field to (optional) SNS notifications.
  3. (Optionally) records AMI IDs in the SSM Parameter Store.
  
  Sponsored by:   https://www.patreon.com/cperciva

Deleted:
  head/net/bsdec2-image-upload/files/
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 Apr  8 02:24:05 2020	(r531084)
+++ head/net/bsdec2-image-upload/Makefile	Wed Apr  8 03:27:35 2020	(r531085)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bsdec2-image-upload
-PORTVERSION=	1.2.2
+PORTVERSION=	1.3.0
 CATEGORIES=	net
 MASTER_SITES=	http://freebsd-ec2-dist.s3.amazonaws.com/
 
@@ -16,6 +16,9 @@ RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:
 USES=		ssl tar:tgz uidfix
 CFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}
+
+BROKEN_SSL=	libressl
+BROKEN_SSL_REASON_libressl=	needs features only available in OpenSSL
 
 # Install into ${STAGEDIR}${PREFIX}; but the build respects ${DESTDIR} so
 # all we need to give is the ${PREFIX}/bin part.

Modified: head/net/bsdec2-image-upload/distinfo
==============================================================================
--- head/net/bsdec2-image-upload/distinfo	Wed Apr  8 02:24:05 2020	(r531084)
+++ head/net/bsdec2-image-upload/distinfo	Wed Apr  8 03:27:35 2020	(r531085)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553049579
-SHA256 (bsdec2-image-upload-1.2.2.tgz) = f776ea3695f825e2a6e0962f4e63ca7d8be4e721e04f79fcabac161bd3b00a92
-SIZE (bsdec2-image-upload-1.2.2.tgz) = 25660
+TIMESTAMP = 1586308422
+SHA256 (bsdec2-image-upload-1.3.0.tgz) = 0380b26f50edadf4483c1ab3b8d3a9b227822841b45196fd1b8fdafdf806f908
+SIZE (bsdec2-image-upload-1.3.0.tgz) = 32960


More information about the svn-ports-all mailing list