diff --git a/security/vault/Makefile b/security/vault/Makefile index 8bb461024219..8097e372c7f3 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,69 +1,69 @@ PORTNAME= vault -DISTVERSION= 1.17.0 +DISTVERSION= 1.17.1 DISTVERSIONPREFIX= v CATEGORIES= security MASTER_SITES= https://raw.githubusercontent.com/hashicorp/vault/${DISTVERSIONFULL}/ \ LOCAL/bofh/security/${PORTNAME}/:web_ui DISTFILES= go.mod \ api/go.mod \ api/auth/approle/go.mod \ api/auth/kubernetes/go.mod \ api/auth/userpass/go.mod \ sdk/go.mod \ ${PORTNAME}-web_ui-${DISTVERSION}${EXTRACT_SUFX}:web_ui MAINTAINER= bofh@FreeBSD.org COMMENT= Tool for securely accessing secrets WWW= https://vaultproject.io/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE .if defined(MAINTAINER_MODE) EXTRACT_DEPENDS=npm-node20>0:www/npm-node20 \ yarn-node20>0:www/yarn-node20 .endif USES= cpe go:modules CPE_VENDOR= hashicorp USE_GITHUB= yes GH_ACCOUNT= hashicorp USE_RC_SUBR= vault GO_MODULE= github.com/hashicorp/vault GO_BUILDFLAGS= -ldflags="-s \ -X github.com/hashicorp/vault/version.GitCommit=${GITID} \ -X github.com/hashicorp/vault/version.BuildDate=${SOURCE_DATE_EPOCH:U${SOURCE_DATE_EPOCH_CMD:sh}} \ " -tags "vault ui" SUB_FILES= pkg-message USERS= vault GROUPS= vault PLIST_FILES= bin/${PORTNAME} -GITID= 72850df1bc10581b74ba5f0f7b3736f31c034235 +GITID= b8ab595639e7473eb153571521bbaf522cdafb27 .include # Bring DISTINFO_FILE into scope so we can get the timestamp. SOURCE_DATE_EPOCH_CMD= date -ur \ $$(${GREP} -m1 TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') \ '+%Y-%m-%dT%H:%M:%SZ' post-patch: ${CP} -Rf ${WRKDIR}/web_ui ${WRKSRC}/http/ .if defined(MAINTAINER_MODE) _make-web_ui: extract cd ${WRKSRC}/ui && ${SETENV} ${MAKE_ENV} yarn cd ${WRKSRC}/ui && ${SETENV} ${MAKE_ENV} npm rebuild node-sass cd ${WRKSRC}/ui && ${SETENV} ${MAKE_ENV} yarn run build cd ${WRKDIR} && ${TAR} -czf \ ${PORTNAME}-web_ui-${DISTVERSION}${EXTRACT_SUFX} -C ${WRKSRC}/http web_ui scp ${WRKDIR}/${PORTNAME}-web_ui-${DISTVERSION}${EXTRACT_SUFX} \ bofh@freefall.freebsd.org:public_distfiles/security/${PORTNAME}/ .endif .include diff --git a/security/vault/distinfo b/security/vault/distinfo index 566d30f0f01d..409a9891ec86 100644 --- a/security/vault/distinfo +++ b/security/vault/distinfo @@ -1,17 +1,17 @@ -TIMESTAMP = 1728111597 -SHA256 (go/security_vault/hashicorp-vault-v1.17.0_GH0/go.mod) = b73f10a5c630738b1d19a492936a92fb5df04f7c1d4917abf9e48e4f9377552d -SIZE (go/security_vault/hashicorp-vault-v1.17.0_GH0/go.mod) = 28756 -SHA256 (go/security_vault/hashicorp-vault-v1.17.0_GH0/api/go.mod) = 05df1b647e88ac0c96a2536afad4df6389c8332a931d10e270f321ddf9ff9960 -SIZE (go/security_vault/hashicorp-vault-v1.17.0_GH0/api/go.mod) = 1675 -SHA256 (go/security_vault/hashicorp-vault-v1.17.0_GH0/api/auth/approle/go.mod) = 2c51fd69979f58b4c042ab4883b427517f4fa04b16a784410639ef46c67b1bc6 -SIZE (go/security_vault/hashicorp-vault-v1.17.0_GH0/api/auth/approle/go.mod) = 1082 -SHA256 (go/security_vault/hashicorp-vault-v1.17.0_GH0/api/auth/kubernetes/go.mod) = d75e20ffd70d47302fadfe47d22379cea5e26e6527895ec494782a4e89c6e121 -SIZE (go/security_vault/hashicorp-vault-v1.17.0_GH0/api/auth/kubernetes/go.mod) = 1085 -SHA256 (go/security_vault/hashicorp-vault-v1.17.0_GH0/api/auth/userpass/go.mod) = 26a3bc06cea2f3c9a371cdccb9c59480060eeaa9362a4483b14033baba4abee3 -SIZE (go/security_vault/hashicorp-vault-v1.17.0_GH0/api/auth/userpass/go.mod) = 1083 -SHA256 (go/security_vault/hashicorp-vault-v1.17.0_GH0/sdk/go.mod) = 3d56b9ccfcd1e795e7a94ced9f8d7a4670c9b3cd89ca988c3fc3b76ef42b6780 -SIZE (go/security_vault/hashicorp-vault-v1.17.0_GH0/sdk/go.mod) = 5738 -SHA256 (go/security_vault/hashicorp-vault-v1.17.0_GH0/vault-web_ui-1.17.0.tar.gz) = 02352781b9af50786e76d695067e28e973c32842713dd39924788d3504bd1021 -SIZE (go/security_vault/hashicorp-vault-v1.17.0_GH0/vault-web_ui-1.17.0.tar.gz) = 2948860 -SHA256 (go/security_vault/hashicorp-vault-v1.17.0_GH0/hashicorp-vault-v1.17.0_GH0.tar.gz) = d4085dcc0fbec4c95b50aa6e2adb44ad4dc3666575fa2e31c9242f4595c29cc3 -SIZE (go/security_vault/hashicorp-vault-v1.17.0_GH0/hashicorp-vault-v1.17.0_GH0.tar.gz) = 33499192 +TIMESTAMP = 1728129991 +SHA256 (go/security_vault/hashicorp-vault-v1.17.1_GH0/go.mod) = a387cfc76d59355319ee3dafe34e1454792a17047a5863471ba9275137f05e53 +SIZE (go/security_vault/hashicorp-vault-v1.17.1_GH0/go.mod) = 28386 +SHA256 (go/security_vault/hashicorp-vault-v1.17.1_GH0/api/go.mod) = 05df1b647e88ac0c96a2536afad4df6389c8332a931d10e270f321ddf9ff9960 +SIZE (go/security_vault/hashicorp-vault-v1.17.1_GH0/api/go.mod) = 1675 +SHA256 (go/security_vault/hashicorp-vault-v1.17.1_GH0/api/auth/approle/go.mod) = 2c51fd69979f58b4c042ab4883b427517f4fa04b16a784410639ef46c67b1bc6 +SIZE (go/security_vault/hashicorp-vault-v1.17.1_GH0/api/auth/approle/go.mod) = 1082 +SHA256 (go/security_vault/hashicorp-vault-v1.17.1_GH0/api/auth/kubernetes/go.mod) = d75e20ffd70d47302fadfe47d22379cea5e26e6527895ec494782a4e89c6e121 +SIZE (go/security_vault/hashicorp-vault-v1.17.1_GH0/api/auth/kubernetes/go.mod) = 1085 +SHA256 (go/security_vault/hashicorp-vault-v1.17.1_GH0/api/auth/userpass/go.mod) = 26a3bc06cea2f3c9a371cdccb9c59480060eeaa9362a4483b14033baba4abee3 +SIZE (go/security_vault/hashicorp-vault-v1.17.1_GH0/api/auth/userpass/go.mod) = 1083 +SHA256 (go/security_vault/hashicorp-vault-v1.17.1_GH0/sdk/go.mod) = 698bc72c7fad601d56ede84a10139f9ee945815d654a4d46594640ba18bd135a +SIZE (go/security_vault/hashicorp-vault-v1.17.1_GH0/sdk/go.mod) = 5738 +SHA256 (go/security_vault/hashicorp-vault-v1.17.1_GH0/vault-web_ui-1.17.1.tar.gz) = 40eee3a4b22d5f914772f5b674308c26ebf90e191895ea4b1336c0cd6e79f84d +SIZE (go/security_vault/hashicorp-vault-v1.17.1_GH0/vault-web_ui-1.17.1.tar.gz) = 2948640 +SHA256 (go/security_vault/hashicorp-vault-v1.17.1_GH0/hashicorp-vault-v1.17.1_GH0.tar.gz) = 2adb5a4b4f6b32a3a3645481b785e6f0d94e56f88eb0754f1e7f10ab957e4f78 +SIZE (go/security_vault/hashicorp-vault-v1.17.1_GH0/hashicorp-vault-v1.17.1_GH0.tar.gz) = 33532276