Index: head/security/vault/Makefile =================================================================== --- head/security/vault/Makefile (revision 535228) +++ head/security/vault/Makefile (revision 535229) @@ -1,44 +1,44 @@ # $FreeBSD$ PORTNAME= vault -PORTVERSION= 1.3.4 +PORTVERSION= 1.4.1 DISTVERSIONPREFIX= v CATEGORIES= security MAINTAINER= swills@FreeBSD.org COMMENT= Tool for securely accessing secrets LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_TUPLE= hashicorp:${PORTNAME}:${VAULTTAG}:DEFAULT \ swills:vaultui:${VAULTUITAG}:vaultui GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} GO_BUILDFLAGS= -tags=ui \ -ldflags="\ -X github.com/hashicorp/vault/version.Version=${PORTVERSION} \ -X github.com/hashicorp/vault/version.VersionPrerelease= \ -X github.com/hashicorp/vault/version.VersionMetadata= \ -X github.com/hashicorp/vault/version.GitCommit='${COMMIT_ID}'" VAULTTAG= ${DISTVERSIONPREFIX}${PORTVERSION} VAULTUITAG= ${DISTVERSIONPREFIX}${PORTVERSION} USE_RC_SUBR= vault USERS= vault GROUPS= vault PLIST_FILES= bin/${PORTNAME} SUB_FILES= pkg-message PORTSCOUT= limit:^(v?)[0-9]+\.[0-9]+\.[0-9]+$ post-patch: @${CP} ${WRKDIR}/vaultui-${PORTVERSION}/http/bindata_assetfs.go ${WRKDIR}/vault-${PORTVERSION}/http/bindata_assetfs.go .include Index: head/security/vault/distinfo =================================================================== --- head/security/vault/distinfo (revision 535228) +++ head/security/vault/distinfo (revision 535229) @@ -1,5 +1,5 @@ -TIMESTAMP = 1585475282 -SHA256 (hashicorp-vault-v1.3.4_GH0.tar.gz) = 4032a8f1f51acab8f5ef72c2dabe2995c45fe2328f0c1200dae895ac3bdf1999 -SIZE (hashicorp-vault-v1.3.4_GH0.tar.gz) = 31120568 -SHA256 (swills-vaultui-v1.3.4_GH0.tar.gz) = 63fce5bdaebc1e46d52b71237fe22cd55267cebb4af92402f539d2dc5a66a02f -SIZE (swills-vaultui-v1.3.4_GH0.tar.gz) = 2010918 +TIMESTAMP = 1589457510 +SHA256 (hashicorp-vault-v1.4.1_GH0.tar.gz) = c80d74fc01981e1078bbea62ed6bbd0043fd90003c5768014529c541bab2ea0a +SIZE (hashicorp-vault-v1.4.1_GH0.tar.gz) = 33149331 +SHA256 (swills-vaultui-v1.4.1_GH0.tar.gz) = 6bd22116fb8809d2b3a5277091d8dabfaad8fa759aa553e61ed4ba2c2842bfe3 +SIZE (swills-vaultui-v1.4.1_GH0.tar.gz) = 2039333 Index: head/security/vault/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go =================================================================== --- head/security/vault/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go (revision 535228) +++ head/security/vault/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go (nonexistent) @@ -1,24 +0,0 @@ -From 33540a1f603772f9d4b761f416f5c10dade23e96 Mon Sep 17 00:00:00 2001 -From: Tobias Klauser -Date: Fri, 25 Oct 2019 21:13:51 +0200 -Subject: [PATCH] unix: don't use non-existing uint128 type on freebsd/arm64 - -CL 179099 introduced type FpReg on freebsd, on freebsd/arm64 using a -type uint128. This type doesn't exist in Go. - -Change-Id: Ie7f065f38f2cc2c163abdfa7dddad886b8edbe3b -Reviewed-on: https://go-review.googlesource.com/c/sys/+/203419 -Run-TryBot: Tobias Klauser -TryBot-Result: Gobot Gobot -Reviewed-by: Brad Fitzpatrick ---- vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go.orig 2019-08-18 13:42:05 UTC -+++ vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go -@@ -397,7 +397,7 @@ type Reg struct { - } - - type FpReg struct { -- Fp_q [32]uint128 -+ Fp_q [512]uint8 - Fp_sr uint32 - Fp_cr uint32 - } Property changes on: head/security/vault/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property