Date: Fri, 10 Apr 2020 23:07:06 +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: r531388 - head/net/bsdec2-image-upload Message-ID: <202004102307.03AN76Wi054093@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cperciva Date: Fri Apr 10 23:07:05 2020 New Revision: 531388 URL: https://svnweb.freebsd.org/changeset/ports/531388 Log: Update to 1.3.1. This should unbreak the build with libressl and pre-1.1.1 versions of OpenSSL; most importantly, this should build on FreeBSD 11 again. 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 Fri Apr 10 23:04:18 2020 (r531387) +++ head/net/bsdec2-image-upload/Makefile Fri Apr 10 23:07:05 2020 (r531388) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bsdec2-image-upload -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= net MASTER_SITES= http://freebsd-ec2-dist.s3.amazonaws.com/ @@ -16,9 +16,6 @@ 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 Fri Apr 10 23:04:18 2020 (r531387) +++ head/net/bsdec2-image-upload/distinfo Fri Apr 10 23:07:05 2020 (r531388) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586308422 -SHA256 (bsdec2-image-upload-1.3.0.tgz) = 0380b26f50edadf4483c1ab3b8d3a9b227822841b45196fd1b8fdafdf806f908 -SIZE (bsdec2-image-upload-1.3.0.tgz) = 32960 +TIMESTAMP = 1586559780 +SHA256 (bsdec2-image-upload-1.3.1.tgz) = 4216850b3d245835c9bf897417262b53d0d77928c5e1b7564d511e7d49e79c7d +SIZE (bsdec2-image-upload-1.3.1.tgz) = 33613
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004102307.03AN76Wi054093>