Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2022 18:46:30 GMT
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 594795be8a43 - 2022Q1 - security/vault: Fix build
Message-ID:  <202201131846.20DIkUrJ016065@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by grembo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=594795be8a43497d402cbc72e2048d2860c574a0

commit 594795be8a43497d402cbc72e2048d2860c574a0
Author:     Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2022-01-13 18:36:56 +0000
Commit:     Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2022-01-13 18:44:29 +0000

    security/vault: Fix build
    
    Upstream broke v1.8.2 branch by accident, temporary fix by
    cloning upstream on github, resetting the repo hard, and
    changing github source. This way hashes in distinfo
    stay the same (only the filename changes).
    
    See also
    https://github.com/swills/vaultui/commit/b91a8bb9#commitcomment-63640515
    
    PR: 261125
    Approved by: build fix blanket
    
    (cherry picked from commit 8f5c169cc40eeb6b5b6b1b1720d47220a81dd9b7)
---
 security/vault/Makefile | 2 +-
 security/vault/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/security/vault/Makefile b/security/vault/Makefile
index 2098efe59495..8fc1ae0249b9 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -14,7 +14,7 @@ CPE_VENDOR=	hashicorp
 
 USE_GITHUB=	yes
 GH_TUPLE=	hashicorp:${PORTNAME}:${VAULTTAG}:DEFAULT \
-		swills:vaultui:${VAULTUITAG}:vaultui \
+		grembo:vaultui:${VAULTUITAG}:vaultui \
 		Azure:azure-pipeline-go:v0.2.3:azure_azure_pipeline_go/vendor/github.com/Azure/azure-pipeline-go \
 		Azure:azure-sdk-for-go:v51.1.0:azure_azure_sdk_for_go/vendor/github.com/Azure/azure-sdk-for-go \
 		Azure:azure-storage-blob-go:v0.13.0:azure_azure_storage_blob_go/vendor/github.com/Azure/azure-storage-blob-go \
diff --git a/security/vault/distinfo b/security/vault/distinfo
index 890966dc747a..a21bda81b3d8 100644
--- a/security/vault/distinfo
+++ b/security/vault/distinfo
@@ -1,8 +1,8 @@
-TIMESTAMP = 1631324028
+TIMESTAMP = 1642098233
 SHA256 (hashicorp-vault-v1.8.2_GH0.tar.gz) = ead7e85a64d31a8e69ca9932f1c53cdc46ed813d9532a8a7a7f0d187ea4f01f3
 SIZE (hashicorp-vault-v1.8.2_GH0.tar.gz) = 20974085
-SHA256 (swills-vaultui-v1.8.2_GH0.tar.gz) = 24375f074fcc8745c5ee057313fe7edde9e57661326c82900245af4b377bce58
-SIZE (swills-vaultui-v1.8.2_GH0.tar.gz) = 1772747
+SHA256 (grembo-vaultui-v1.8.2_GH0.tar.gz) = 24375f074fcc8745c5ee057313fe7edde9e57661326c82900245af4b377bce58
+SIZE (grembo-vaultui-v1.8.2_GH0.tar.gz) = 1772747
 SHA256 (Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 99bd58f4a07dd02d9615e3638b3bb6dbfad80ef678ccdb8e17e3fa2b0fef343e
 SIZE (Azure-azure-pipeline-go-v0.2.3_GH0.tar.gz) = 17102
 SHA256 (Azure-azure-sdk-for-go-v51.1.0_GH0.tar.gz) = 91b54cbc1e5acd99a35060f0b8476547ace1bf5f9052e322d7b059b8fcf97778



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201131846.20DIkUrJ016065>