summaryrefslogtreecommitdiff
path: root/user/password-store
diff options
context:
space:
mode:
authorDan Theisen <djt@hxx.in>2021-10-04 12:27:53 +0000
committerDan Theisen <djt@hxx.in>2021-10-04 12:27:53 +0000
commit01d73e4e7ddd004e6a7314c8f22f12100bc67490 (patch)
treee28ce1ffa69149ffa628f486134786b86e97a497 /user/password-store
parentcdab8d43d4871bf57a1e9b7189372f1d02677230 (diff)
downloadpackages-01d73e4e7ddd004e6a7314c8f22f12100bc67490.tar.gz
packages-01d73e4e7ddd004e6a7314c8f22f12100bc67490.tar.bz2
packages-01d73e4e7ddd004e6a7314c8f22f12100bc67490.tar.xz
packages-01d73e4e7ddd004e6a7314c8f22f12100bc67490.zip
user/password-store: bump to 1.7.4
Diffstat (limited to 'user/password-store')
-rw-r--r--user/password-store/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/user/password-store/APKBUILD b/user/password-store/APKBUILD
index 972bdb26a..292b9a6e8 100644
--- a/user/password-store/APKBUILD
+++ b/user/password-store/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Johannes Matheis <jomat+alpinebuild@jmt.gr>
# Maintainer: Dan Theisen <djt@hxx.in>
pkgname=password-store
-pkgver=1.7.3
+pkgver=1.7.4
pkgrel=0
pkgdesc="Stores, retrieves, generates, and synchronizes passwords securely"
url="https://www.passwordstore.org"
@@ -18,6 +18,10 @@ subpackages="$pkgname-doc
$pkgname-zsh-completion:zshcomp"
source="https://git.zx2c4.com/password-store/snapshot/$pkgname-$pkgver.tar.xz"
+# secfixes:
+# 1.7.4-r0:
+# - CVE-2020-28086
+
package() {
make DESTDIR="$pkgdir" \
WITH_ALLCOMP=yes install
@@ -59,4 +63,4 @@ zshcomp() {
"$subpkgdir"/usr/share/zsh/site-functions
}
-sha512sums="89755a7b02f05d75055a9fc14fd3f456c0a49ec31bdffd097a027f91228c64a98b18c1e80017aeda811773ae3287ff1b9737532da8ded06799d8fe3979ca06f7 password-store-1.7.3.tar.xz"
+sha512sums="1fe108895b224451b54e545d399b6a97040e094049448509f92ae33164a5cf9044a91f52edfc705fcf333f6526df1a478deeebc4df109764d58100f9e3e22681 password-store-1.7.4.tar.xz"