[arch-commits] Commit in packer/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Sat Nov 21 19:03:39 UTC 2020


    Date: Saturday, November 21, 2020 @ 19:03:39
  Author: shibumi
Revision: 758521

upgpkg: packer 1.6.5-1 enable FULL RELRO

Modified:
  packer/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-21 18:32:02 UTC (rev 758520)
+++ PKGBUILD	2020-11-21 19:03:39 UTC (rev 758521)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke <Chris.Rebischke[at]archlinux[dot]org>
 pkgname=packer
 replaces=('packer-io')
-pkgver=1.6.4
+pkgver=1.6.5
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms from a single source configuration"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('git' 'go' 'go-tools')
 depends=('glibc')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz")
-sha512sums=('ab4c0722b3b347a956b6ffee0bcd2b809c0677f690fd575f49dff71e5660e64f0bf580a3050940f86314f449692d9816a63dd94ce5682fd97a22cd1fe72a838c')
+sha512sums=('17df612ccac44f6ee987cfee0f5b0422768302a40e7e4177c47e427fd0aa09be136ceda40272e6a1cbdeb52587b5c93f2fe7158f787e19399149ee514fec001d')
 changelog=CHANGELOG.md
 
 prepare() {
@@ -27,7 +27,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -ldflags=-linkmode=external"
 	go build -o packer-binary
 }
 



More information about the arch-commits mailing list