diff --git a/srcpkgs/vault/INSTALL b/srcpkgs/vault/INSTALL index 6b74176f572..7719481b835 100644 --- a/srcpkgs/vault/INSTALL +++ b/srcpkgs/vault/INSTALL @@ -3,7 +3,6 @@ post) # Set CAP_IPC_LOCK capability or exit gracefully if we cannot # set the capability due to invalid permissions (fakeroot # install). - set +e setcap 'cap_ipc_lock=+ep' /usr/bin/vault if [ $? -ne 0 ]; then echo "ERROR: failed to set cap_ipc_lock capability on vault." diff --git a/srcpkgs/vault/template b/srcpkgs/vault/template index a0d4649a461..3c1a99dc6ff 100644 --- a/srcpkgs/vault/template +++ b/srcpkgs/vault/template @@ -1,13 +1,14 @@ # Template file for 'vault' pkgname=vault version=1.8.1 -revision=1 +revision=2 build_style=go go_import_path="github.com/hashicorp/vault" go_build_tags="release" _git_commit=4b0264f28defc05454c31277cfa6ff63695a458d go_ldflags="-X ${go_import_path}/sdk/version.GitCommit=${_git_commit}" hostmakedepends="git" +depends="libcap-progs" short_desc="Manage Secrets and Protect Sensitive Data" maintainer="Michael Aldridge " license="MPL-2.0"