diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2018-06-15 00:03:04 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2018-06-15 00:03:16 +0200 |
commit | 88497037ddfdca2d339d5ea4112b31c9a51ecd84 (patch) | |
tree | ff01851af03c66fa0a4febc2a78e9856fc66da94 /password-store | |
parent | 727aee1f77694b167a437dc15831e37af38d7cfa (diff) | |
download | contrib-88497037ddfdca2d339d5ea4112b31c9a51ecd84.tar.gz contrib-88497037ddfdca2d339d5ea4112b31c9a51ecd84.tar.xz |
[notify] password-store: updated to 1.7.2. Fix for CVE-2018-12356
Diffstat (limited to 'password-store')
-rw-r--r-- | password-store/.footprint | 3 | ||||
-rw-r--r-- | password-store/.md5sum | 2 | ||||
-rw-r--r-- | password-store/.signature | 8 | ||||
-rw-r--r-- | password-store/Pkgfile | 2 |
4 files changed, 9 insertions, 6 deletions
diff --git a/password-store/.footprint b/password-store/.footprint index b379a862d..7962138b2 100644 --- a/password-store/.footprint +++ b/password-store/.footprint @@ -11,3 +11,6 @@ drwxr-xr-x root/root usr/share/bash-completion/completions/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/pass.1.gz +drwxr-xr-x root/root usr/share/zsh/ +drwxr-xr-x root/root usr/share/zsh/site-functions/ +-rw-r--r-- root/root usr/share/zsh/site-functions/_pass diff --git a/password-store/.md5sum b/password-store/.md5sum index fecf7cb67..8006e3417 100644 --- a/password-store/.md5sum +++ b/password-store/.md5sum @@ -1 +1 @@ -44f735d7d6c1664d87ee0ec7338af43a password-store-1.7.1.tar.xz +6e2fd1baae2354fe03fae85e403505be password-store-1.7.2.tar.xz diff --git a/password-store/.signature b/password-store/.signature index 313150471..a060765fb 100644 --- a/password-store/.signature +++ b/password-store/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF322g10KJcWuckEpilxrOgsbhRtFFgURHimnQcr2Aq4gmBmT+HAR9PGxV1JgrX8XZEOUA6b6Cynhlu0pFjru9ZAU= -SHA256 (Pkgfile) = 0073f598cb07279d8576856d94b4600c76f41641641b9cd742fb2fbe4feee605 -SHA256 (.footprint) = 36c556857a5439b234552b25b178a828a35a668c38ca308bc0f2022e3ba57a98 -SHA256 (password-store-1.7.1.tar.xz) = f6d2199593398aaefeaa55e21daddfb7f1073e9e096af6d887126141e99d9869 +RWSagIOpLGJF3/r8zLDFj91IOCR9RSu+TzJ7gxFw57iim2bdm7TT+vNT1Q5e7WYbNwhnsGuLfM3mOTWFw9FsgwGawXw3WubhZQk= +SHA256 (Pkgfile) = e14f68d70dde34ab773c04b5a0da89ca8258b8c62def0d51e555c183c00f6136 +SHA256 (.footprint) = f542a8a81b9500f64b7edcde624dd2703b9aa25865662dc4de5d13da6cbc8bc8 +SHA256 (password-store-1.7.2.tar.xz) = 4768c5e1965c4d2aeb28818681e484fb105b6f46cbd75a97608615c4ec6980ea diff --git a/password-store/Pkgfile b/password-store/Pkgfile index 5601108ae..d31a0312c 100644 --- a/password-store/Pkgfile +++ b/password-store/Pkgfile @@ -5,7 +5,7 @@ # Nice to have: xclip, xsel name=password-store -version=1.7.1 +version=1.7.2 release=1 source=(https://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz) |