pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/bsdec2-image-upload



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Dec  5 18:34:18 UTC 2021

Modified Files:
        pkgsrc/sysutils/bsdec2-image-upload: Makefile distinfo
Removed Files:
        pkgsrc/sysutils/bsdec2-image-upload/patches: patch-main.c

Log Message:
bsdec2-image-upload: update to 1.4.5

git shortlog:
Brad Davis (1):
      Fix typo

Colin Percival (37):
      Allow CERTFILE to be specified at compile-time
      Merge pull request #8 from natpicone/fix-region-upload
      Fix build: MAN=, not NO_MAN=yes.
      Add Architecture field to SNS notifications
      Split the concept of "we're publishing AMIs".
      Implement --allregions and -publicamis.
      Fix TLS certificate name checking
      Add support for signing Amazon SSM API calls.
      Add --ssm-name <path> option
      aws_sign.[ch] are now part of libcperciva
      Refactor snapshot creation.
      Use aws_readkeys from libcperciva
      Use libcperciva getopt.
      Introduce sslreq2, which sends headers + payload
      Add --vhd option.
      Add instructions for AWS account setup
      This will be version 1.3.0.
      Support OpenSSL < 1.1.1.
      Version and date bumps.
      Support > 10 GB disk images
      Use OpenSSL default root certificates by default.
      Ignore SIGPIPE globally.
      Don't map files MAP_NOCORE if that's not defined.
      Switch from BSD make to POSIX-compliant make
      Add casts betweeh char * and uint8_t *
      Add region to S3 hostname.
      Add <limits.h> for INT_MAX.
      Add compatibility with LibreSSL >= 2.9.
      Version and date bumps.
      Include region in presigned S3 URLs too
      Add --uefi option.
      sslreq: Don't leak socket
      sslreq: Clean up on error
      Bump version to 1.4.3.
      publish: Add @ISODATE@ substitution.
      Add -v option and autoinsert version/date
      Set DataType in SSM PutParameter request

Natalino Picone (1):
      fix region upload

Tassilo Philipp (1):
      Support LibreSSL 3.3.2 and later.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/bsdec2-image-upload/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/bsdec2-image-upload/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/sysutils/bsdec2-image-upload/patches/patch-main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/bsdec2-image-upload/Makefile
diff -u pkgsrc/sysutils/bsdec2-image-upload/Makefile:1.4 pkgsrc/sysutils/bsdec2-image-upload/Makefile:1.5
--- pkgsrc/sysutils/bsdec2-image-upload/Makefile:1.4    Sat Jan 18 21:50:52 2020
+++ pkgsrc/sysutils/bsdec2-image-upload/Makefile        Sun Dec  5 18:34:17 2021
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2020/01/18 21:50:52 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2021/12/05 18:34:17 maya Exp $
 
 GITHUB_PROJECT=        bsdec2-image-upload
-DISTNAME=      1.2.2
+DISTNAME=      1.4.5
 PKGNAME=       ${GITHUB_PROJECT}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=cperciva/}
 DIST_SUBDIR=   ${GITHUB_PROJECT}
@@ -13,7 +12,7 @@ HOMEPAGE=     https://github.com/cperciva/bs
 COMMENT=       Tool for creating Amazon EC2 AMIs
 LICENSE=       2-clause-bsd
 
-WRKSRC=                ${WRKDIR}/bsdec2-image-upload-1.2.2
+WRKSRC=                ${WRKDIR}/bsdec2-image-upload-${PKGVERSION_NOREV}
 
 MAKE_ENV+=     NOMAN=1
 CFLAGS+=       -DCERTFILE=\"${PREFIX}/share/mozilla-rootcerts/cacert.pem\"
@@ -31,7 +30,7 @@ CFLAGS+=      -Wno-unknown-warning-option -Wn
 INSTALLATION_DIRS+=    bin
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/bsdec2-image-upload ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/bsdec2-image-upload/bsdec2-image-upload ${DESTDIR}${PREFIX}/bin
 
 DEPENDS+=      mozilla-rootcerts>=1.0:../../security/mozilla-rootcerts
 .include "../../security/openssl/buildlink3.mk"

Index: pkgsrc/sysutils/bsdec2-image-upload/distinfo
diff -u pkgsrc/sysutils/bsdec2-image-upload/distinfo:1.3 pkgsrc/sysutils/bsdec2-image-upload/distinfo:1.4
--- pkgsrc/sysutils/bsdec2-image-upload/distinfo:1.3    Tue Oct 26 11:19:23 2021
+++ pkgsrc/sysutils/bsdec2-image-upload/distinfo        Sun Dec  5 18:34:17 2021
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:19:23 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/12/05 18:34:17 maya Exp $
 
-BLAKE2s (bsdec2-image-upload/1.2.2.tar.gz) = 0fb4517ae26cc36b434ce0da8a222a8f2f75ff2ab45f8158ecb898844834630e
-SHA512 (bsdec2-image-upload/1.2.2.tar.gz) = 366a8515ca99f6fc3c313d7f00e505747043f5405d0a28c4d7fd895c7bbe6692936ee9875ae608cc07b3b91c7a627c95f9869a2e15f54816998b7dd9c7c61a51
-Size (bsdec2-image-upload/1.2.2.tar.gz) = 25013 bytes
-SHA1 (patch-main.c) = 54da1068a235b60e44cee55339d375867ca4fd47
+BLAKE2s (bsdec2-image-upload/1.4.5.tar.gz) = a251bb0dba312422d6d63aab68a7b0aa2da8399140803f95d5df8a9033b58f65
+SHA512 (bsdec2-image-upload/1.4.5.tar.gz) = 450e91fa254c8d9befb12a02a6668573a5b83eda4a83b325e1ea43e28c6d6e30f4464f490d1060d428cc67d83591c2684f712afb48a9de1b8d36be49dddf096b
+Size (bsdec2-image-upload/1.4.5.tar.gz) = 38081 bytes



Home | Main Index | Thread Index | Old Index