pkgsrc-WIP-changes archive

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

packer: Update to 1.4.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat May 25 13:06:12 2019 +0900
Changeset:	6aea0936e66aee062fabe7ff258930958bf1f7bc

Modified Files:
	packer/Makefile
	packer/distinfo

Log Message:
packer: Update to 1.4.1

IMPROVEMENTS:

* new builder: new proxmox builder implemented [GH-7490]
* new builder: new yandex cloud builder implemented [GH-7484]
* new builder: new linode builder implemented [GH-7508]
* build: Circle CI now generates test binaries for all pull requests
  [GH-7624] [GH-7625] [GH-7630]
* builder/alicloud: Support encryption with default service key [GH-7574]
* builder/amazon: Users of chroot and ebssurrogate builders may now choose
  between "x86_64" and "arm64" architectures when registering their
  AMIs. [GH-7620]
* builder/amazon: Users of the ebssurrogage builder may now choose to omit
  certain launch_block_devices from the final AMI mapping by using the
  omit_from_artifact feature. [GH-7612]
* builder/azure: Update Azure SDK [GH-7563]
* builder/docker: Better error messaging with container
  downloads. [GH-7513]
* builder/google: add image encryption support [GH-7551]
* builder/hyperv: Add keep_registered option to hyperv [GH-7498]
* builder/qemu: Replace dot-based parsing with hashicorp/go-version
  [GH-7614]
* builder/vmware: Add 30 minute timeout for destroying a VM [GH-7553]
* core: Cleanup cache of used port after closing [GH-7613]
* core: New option to set number of builds running in parallel & test
  BuildCommand more [GH-7501]
* packer compiles on s390x [GH-7567]
* provisioner/file: Added warnings about writeable locations [GH-7494]

BUG FIXES:

* builder/amazon: Fix bug that always encrypted build region with default
  key. [GH-7507]
* builder/amazon: Fix bug that wasn't deleting unencrypted temporary
  snapshots [GH-7521]
* builder/amazon: Fix EBSsurrogate copy, encryption, and deletion of
  temporary unencrypted amis. [GH-7598]
* builder/hyperv: Fixes IP detection error if more than one
  VMNetworkAdapter is found [GH-7480]
* builder/qemu: Fix mistake switching ssh port mix/max for vnc port min/max
  [GH-7615]
* builder/vagrant: Fix bug with builder and vagrant-libvirt plugin
  [GH-7633]
* builder/virtualbox: Don't fail download when checksum is not
  set. [GH-7512]
* builder/virtualbox: Fix ovf download failures by using local ovf files in
  place instead of symlinking [GH-7497]
* builder/vmware: Fix panic configuring VNC for remote builds [GH-7509]
* core/build: Allow building Packer on solaris by removing progress bar and
  tty imports on solaris [GH-7618]
* core: Fix race condition causing hang [GH-7579]
* core: Fix tty related panics [GH-7517]
* core: Step download: Always copy local files on windows rather than
  symlinking them [GH-7575]
* packer compiles on Solaris again [GH-7589] [GH-7618]
* post-processor/vagrant: Fix bug in retry logic that caused failed upload
  to report success. [GH-7554]

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6aea0936e66aee062fabe7ff258930958bf1f7bc

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

diffstat:
 packer/Makefile | 3 +--
 packer/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/packer/Makefile b/packer/Makefile
index 47ad0b7d14..1085e8ebd5 100644
--- a/packer/Makefile
+++ b/packer/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	packer-1.4.0
-PKGREVISION=	1
+PKGNAME=	packer-1.4.1
 DISTNAME=	packer-${GITHUB_TAG}
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/packer/distinfo b/packer/distinfo
index 405101c823..f2c21f53c9 100644
--- a/packer/distinfo
+++ b/packer/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (packer-v1.4.0.tar.gz) = 405a2545085260aeb1ad580c9917be9e54cd9e59
-RMD160 (packer-v1.4.0.tar.gz) = b7770ae48a273fc43997e6518b9da57302229511
-SHA512 (packer-v1.4.0.tar.gz) = d2dbeb99d1fe44a427d2997eeb4ff6ae66bdf2d7f8f08e2105f8614487a6565b8bc263cf8aab8413520783a4dde18d150aae6c69db171fe1cfab3ee1bd0a0743
-Size (packer-v1.4.0.tar.gz) = 9794922 bytes
+SHA1 (packer-v1.4.1.tar.gz) = f9c55b61e71a9278bfe46cccc9baefea4e519a36
+RMD160 (packer-v1.4.1.tar.gz) = 3cf0e06fb8aa49c1ba8ffc2f9f095dd8546934af
+SHA512 (packer-v1.4.1.tar.gz) = 4038990655eecf412be9dae9edd09a300543a3b0b841c982631cb48f4905388f9dbf26a9b0ac3cb77628d1e650600b7d3b89a1694f746dfdef086a621078cde1
+Size (packer-v1.4.1.tar.gz) = 11279518 bytes


Home | Main Index | Thread Index | Old Index