Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] packer: update to 1.6.3
@ 2020-09-28  5:47 ap4y
  2020-09-28  6:39 ` [PR PATCH] [Updated] " ap4y
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ap4y @ 2020-09-28  5:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

There is a new pull request by ap4y against master on the void-packages repository

https://github.com/ap4y/void-packages packer-1.6.3
https://github.com/void-linux/void-packages/pull/25142

packer: update to 1.6.3
Overflow issue on non x64 platforms was fixed upstream:

- https://github.com/Azure/azure-sdk-for-go/issues/1993
- https://github.com/hashicorp/packer/pull/6479

A patch file from https://github.com/void-linux/void-packages/pull/25142.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-packer-1.6.3-25142.patch --]
[-- Type: text/x-diff, Size: 1267 bytes --]

From 3f27270ed87c3f6d3a44a597201b6ad13f17e236 Mon Sep 17 00:00:00 2001
From: ap4y <mail@ap4y.me>
Date: Mon, 28 Sep 2020 18:44:29 +1300
Subject: [PATCH] packer: update to 1.6.3

Overflow issue on non x64 platforms was fixed upstream:

- https://github.com/Azure/azure-sdk-for-go/issues/1993
- https://github.com/hashicorp/packer/pull/6479
---
 srcpkgs/packer/template | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/packer/template b/srcpkgs/packer/template
index 246fa292daf..63069437fef 100644
--- a/srcpkgs/packer/template
+++ b/srcpkgs/packer/template
@@ -1,6 +1,6 @@
 # Template file for 'packer'
 pkgname=packer
-version=1.6.0
+version=1.6.3
 revision=1
 build_style=go
 go_import_path="github.com/hashicorp/packer"
@@ -9,9 +9,5 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MPL-2.0"
 homepage="http://www.packer.io"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=2a135643a837ad58df16e4acc3ac01ad32b61643722a6a027929bbd6baba9435
+checksum=6e92920cef2a30b231cb08cffc5410ff1b7e0921da0c6dea70cdb10684ed73ae
 replaces="packer-bin>=0"
-
-case "$XBPS_TARGET_MACHINE" in
-	i686*|arm*) broken="https://build.voidlinux.org/builders/i686_builder/builds/9375/steps/shell_3/logs/stdio";;
-esac

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] packer: update to 1.6.3
  2020-09-28  5:47 [PR PATCH] packer: update to 1.6.3 ap4y
@ 2020-09-28  6:39 ` ap4y
  2020-09-28  7:00 ` ap4y
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ap4y @ 2020-09-28  6:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 475 bytes --]

There is an updated pull request by ap4y against master on the void-packages repository

https://github.com/ap4y/void-packages packer-1.6.3
https://github.com/void-linux/void-packages/pull/25142

packer: update to 1.6.3
Overflow issue on non x64 platforms was fixed upstream:

- https://github.com/Azure/azure-sdk-for-go/issues/1993
- https://github.com/hashicorp/packer/pull/6479

A patch file from https://github.com/void-linux/void-packages/pull/25142.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-packer-1.6.3-25142.patch --]
[-- Type: text/x-diff, Size: 1370 bytes --]

From eb9fd52b07296d76f6d13d61b9d92897d7d4ad03 Mon Sep 17 00:00:00 2001
From: ap4y <mail@ap4y.me>
Date: Mon, 28 Sep 2020 18:44:29 +1300
Subject: [PATCH] packer: update to 1.6.3

Overflow issue on 32-bit platforms was fixed upstream:

- https://github.com/Azure/azure-sdk-for-go/issues/1993
- https://github.com/hashicorp/packer/pull/6479
---
 srcpkgs/packer/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/packer/template b/srcpkgs/packer/template
index 246fa292daf..03a06635eb0 100644
--- a/srcpkgs/packer/template
+++ b/srcpkgs/packer/template
@@ -1,6 +1,6 @@
 # Template file for 'packer'
 pkgname=packer
-version=1.6.0
+version=1.6.3
 revision=1
 build_style=go
 go_import_path="github.com/hashicorp/packer"
@@ -9,9 +9,9 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MPL-2.0"
 homepage="http://www.packer.io"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=2a135643a837ad58df16e4acc3ac01ad32b61643722a6a027929bbd6baba9435
+checksum=6e92920cef2a30b231cb08cffc5410ff1b7e0921da0c6dea70cdb10684ed73ae
 replaces="packer-bin>=0"
 
 case "$XBPS_TARGET_MACHINE" in
-	i686*|arm*) broken="https://build.voidlinux.org/builders/i686_builder/builds/9375/steps/shell_3/logs/stdio";;
+	arm*) broken="https://build.voidlinux.org/builders/i686_builder/builds/9375/steps/shell_3/logs/stdio";;
 esac

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] packer: update to 1.6.3
  2020-09-28  5:47 [PR PATCH] packer: update to 1.6.3 ap4y
  2020-09-28  6:39 ` [PR PATCH] [Updated] " ap4y
@ 2020-09-28  7:00 ` ap4y
  2020-09-28  7:18 ` [PR PATCH] [Updated] WIP " ap4y
  2020-09-29 13:50 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ap4y @ 2020-09-28  7:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 474 bytes --]

There is an updated pull request by ap4y against master on the void-packages repository

https://github.com/ap4y/void-packages packer-1.6.3
https://github.com/void-linux/void-packages/pull/25142

packer: update to 1.6.3
Overflow issue on 32-bit platforms was fixed upstream:

- https://github.com/Azure/azure-sdk-for-go/issues/1993
- https://github.com/hashicorp/packer/pull/6479

A patch file from https://github.com/void-linux/void-packages/pull/25142.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-packer-1.6.3-25142.patch --]
[-- Type: text/x-diff, Size: 1355 bytes --]

From 2c5e33988c23806b873c94580dbe094e0bb2801d Mon Sep 17 00:00:00 2001
From: ap4y <mail@ap4y.me>
Date: Mon, 28 Sep 2020 18:44:29 +1300
Subject: [PATCH] packer: update to 1.6.3

Overflow issue on 32-bit platforms was fixed upstream:

- https://github.com/Azure/azure-sdk-for-go/issues/1993
- https://github.com/hashicorp/packer/pull/6479
---
 srcpkgs/packer/template | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/packer/template b/srcpkgs/packer/template
index 246fa292daf..1920c6df76c 100644
--- a/srcpkgs/packer/template
+++ b/srcpkgs/packer/template
@@ -1,17 +1,14 @@
 # Template file for 'packer'
 pkgname=packer
-version=1.6.0
+version=1.6.3
 revision=1
 build_style=go
 go_import_path="github.com/hashicorp/packer"
+go_ldflags="-s -w"
 short_desc="Create identical multiplatform machine images from a single source"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MPL-2.0"
 homepage="http://www.packer.io"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=2a135643a837ad58df16e4acc3ac01ad32b61643722a6a027929bbd6baba9435
+checksum=6e92920cef2a30b231cb08cffc5410ff1b7e0921da0c6dea70cdb10684ed73ae
 replaces="packer-bin>=0"
-
-case "$XBPS_TARGET_MACHINE" in
-	i686*|arm*) broken="https://build.voidlinux.org/builders/i686_builder/builds/9375/steps/shell_3/logs/stdio";;
-esac

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] WIP packer: update to 1.6.3
  2020-09-28  5:47 [PR PATCH] packer: update to 1.6.3 ap4y
  2020-09-28  6:39 ` [PR PATCH] [Updated] " ap4y
  2020-09-28  7:00 ` ap4y
@ 2020-09-28  7:18 ` ap4y
  2020-09-29 13:50 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ap4y @ 2020-09-28  7:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

There is an updated pull request by ap4y against master on the void-packages repository

https://github.com/ap4y/void-packages packer-1.6.3
https://github.com/void-linux/void-packages/pull/25142

WIP packer: update to 1.6.3
Overflow issue on 32-bit platforms was fixed upstream:

- https://github.com/Azure/azure-sdk-for-go/issues/1993
- https://github.com/hashicorp/packer/pull/6479

A patch file from https://github.com/void-linux/void-packages/pull/25142.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-packer-1.6.3-25142.patch --]
[-- Type: text/x-diff, Size: 1306 bytes --]

From 10b7742595f99462c560a73566ab730d8095c04f Mon Sep 17 00:00:00 2001
From: ap4y <mail@ap4y.me>
Date: Mon, 28 Sep 2020 18:44:29 +1300
Subject: [PATCH] packer: update to 1.6.3

Overflow issue on 32-bit platforms was fixed upstream:

- https://github.com/Azure/azure-sdk-for-go/issues/1993
- https://github.com/hashicorp/packer/pull/6479
---
 srcpkgs/packer/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/packer/template b/srcpkgs/packer/template
index 246fa292daf..bfb82b8c3c9 100644
--- a/srcpkgs/packer/template
+++ b/srcpkgs/packer/template
@@ -1,6 +1,6 @@
 # Template file for 'packer'
 pkgname=packer
-version=1.6.0
+version=1.6.3
 revision=1
 build_style=go
 go_import_path="github.com/hashicorp/packer"
@@ -9,9 +9,9 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
 license="MPL-2.0"
 homepage="http://www.packer.io"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=2a135643a837ad58df16e4acc3ac01ad32b61643722a6a027929bbd6baba9435
+checksum=6e92920cef2a30b231cb08cffc5410ff1b7e0921da0c6dea70cdb10684ed73ae
 replaces="packer-bin>=0"
 
 case "$XBPS_TARGET_MACHINE" in
-	i686*|arm*) broken="https://build.voidlinux.org/builders/i686_builder/builds/9375/steps/shell_3/logs/stdio";;
+	arm*) go_ldflags="-linkmode=external";;
 esac

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: packer: update to 1.6.3
  2020-09-28  5:47 [PR PATCH] packer: update to 1.6.3 ap4y
                   ` (2 preceding siblings ...)
  2020-09-28  7:18 ` [PR PATCH] [Updated] WIP " ap4y
@ 2020-09-29 13:50 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-09-29 13:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

There's a merged pull request on the void-packages repository

packer: update to 1.6.3
https://github.com/void-linux/void-packages/pull/25142

Description:
Overflow issue on 32-bit platforms was fixed upstream:

- https://github.com/Azure/azure-sdk-for-go/issues/1993
- https://github.com/hashicorp/packer/pull/6479

arm issue is similar to https://github.com/golang/go/issues/30949, resolved by using system linker.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-29 13:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28  5:47 [PR PATCH] packer: update to 1.6.3 ap4y
2020-09-28  6:39 ` [PR PATCH] [Updated] " ap4y
2020-09-28  7:00 ` ap4y
2020-09-28  7:18 ` [PR PATCH] [Updated] WIP " ap4y
2020-09-29 13:50 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).