Update vault 1.9.3 -> 1.9.4

Changelog: https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#194
This commit is contained in:
pvk 2022-03-06 23:57:12 +00:00
parent 9fb58531e6
commit 7eb6aa54f7
6 changed files with 3 additions and 12 deletions

View File

@ -1,8 +1,6 @@
# $OpenBSD: Makefile,v 1.66 2022/02/03 15:54:20 pvk Exp $
COMMENT= secure secret storage
VERSION= 1.9.3
VERSION= 1.9.4
# vault-vendored distfile generated by fetching archive from
# https://github.com/hashicorp/vault/archive/v$VERSION/vault-$VERSION.tar.gz
# and running "go mod tidy" + "go mod vendor"

View File

@ -1,2 +1,2 @@
SHA256 (vault-vendored-1.9.3.tar.gz) = jRGjPc/l7cnv0y0dhLN+Lc5pfdugK70L2SzEMlnSqq8=
SIZE (vault-vendored-1.9.3.tar.gz) = 135231919
SHA256 (vault-vendored-1.9.4.tar.gz) = 3vwqnQ1Fnov9R1GWf3OY8SJV/CB3GL2TGGsFjZpa9qU=
SIZE (vault-vendored-1.9.4.tar.gz) = 136372723

View File

@ -1,5 +1,3 @@
# $OpenBSD: vault.hcl,v 1.3 2020/05/01 14:06:44 pvk Exp $
api_addr = "http://127.0.0.1:8200"
cluster_addr = "http://127.0.0.1:8201"
#cluster_name = "vault"

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.3 2020/05/01 14:06:44 pvk Exp $
@newgroup _vault:772
@newuser _vault:772:_vault:daemon:Vault Server:/nonexistent:/sbin/nologin
@extraunexec rm -rf ${LOCALSTATEDIR}/vault/{plugins,storage}/*

View File

@ -1,5 +1,3 @@
$OpenBSD: README,v 1.4 2021/08/16 17:24:52 pvk Exp $
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

View File

@ -1,6 +1,4 @@
#!/bin/ksh
#
# $OpenBSD: vault.rc,v 1.6 2021/02/27 09:28:51 ajacoutot Exp $
daemon="${TRUEPREFIX}/bin/vault server"
daemon_flags="-config=${SYSCONFDIR}/vault/vault.hcl"