pkgsrc-WIP-changes archive

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

packer: Update to 1.6.4



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Oct 3 11:25:53 2020 +0900
Changeset:	6bd7c197edd87782c371014ba66bd14aa640fe7e

Modified Files:
	packer/Makefile
	packer/distinfo

Log Message:
packer: Update to 1.6.4

BUG FIXES:

* builder/amazon: Fix authentication issue when using instance profiles or
  assumed roles for loading session-derived credentials. [GH-10007]
* builder/azure: Fix crash when using azure_tag or azure_tags configuration
  options. [GH-10014]
* builder/qemu: Ensure qemu_img_args are honored during the disk convert
  step. [GH-10001]

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

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

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

diffs:
diff --git a/packer/Makefile b/packer/Makefile
index ed7dc886c3..c748c09f2b 100644
--- a/packer/Makefile
+++ b/packer/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	packer-1.6.3
+PKGNAME=	packer-1.6.4
 DISTNAME=	packer-${GITHUB_TAG}
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=hashicorp/}
diff --git a/packer/distinfo b/packer/distinfo
index 99785a05bc..c688974ab4 100644
--- a/packer/distinfo
+++ b/packer/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (packer-v1.6.3.tar.gz) = 92e65e1e65beee0605f27034e7389a36441dc1cb
-RMD160 (packer-v1.6.3.tar.gz) = e4fb07ea4ccccbd5be292125ab10a5acb5eaf4c2
-SHA512 (packer-v1.6.3.tar.gz) = 7ded292505c5681d1b76856061f844bc4c9b18e3519fa7e2586c54b990ce4b9f3f6d6e4c2bbf0f5b5bfb86b90c461d21d88ef183d421b1e6a2ae73c5b3342612
-Size (packer-v1.6.3.tar.gz) = 17658322 bytes
+SHA1 (packer-v1.6.4.tar.gz) = e080a58c8d03b6650e9ec93ec4d20116d7d8fa61
+RMD160 (packer-v1.6.4.tar.gz) = d48b53f22e80431b389947ff11a7d815e4b4527d
+SHA512 (packer-v1.6.4.tar.gz) = ab4c0722b3b347a956b6ffee0bcd2b809c0677f690fd575f49dff71e5660e64f0bf580a3050940f86314f449692d9816a63dd94ce5682fd97a22cd1fe72a838c
+Size (packer-v1.6.4.tar.gz) = 17678845 bytes


Home | Main Index | Thread Index | Old Index