Copied from upstream mailing list: https://lists.zx2c4.com/pipermail/password-store/2018-February/003216.html. From 9b0c86159d754cc88dd3642564eed527153dfb7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Lassieur?= Date: Sat, 24 Feb 2018 12:05:46 +0100 Subject: [PATCH] tests: fix compatibility with GnuPG 2.2.5 --- tests/t0300-reencryption.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/t0300-reencryption.sh b/tests/t0300-reencryption.sh index 6d5811d..6d15364 100755 --- a/tests/t0300-reencryption.sh +++ b/tests/t0300-reencryption.sh @@ -10,7 +10,7 @@ canonicalize_gpg_keys() { $GPG --list-keys --with-colons "$@" | sed -n 's/sub:[^:]*:[^:]*:[^:]*:\([^:]*\):[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[a-zA-Z]*e[a-zA-Z]*:.*/\1/p' | LC_ALL=C sort -u } gpg_keys_from_encrypted_file() { - $GPG -v --no-secmem-warning --no-permission-warning --decrypt --list-only --keyid-format long "$1" 2>&1 | cut -d ' ' -f 5 | LC_ALL=C sort -u + $GPG -v --no-secmem-warning --no-permission-warning --decrypt --list-only --keyid-format long "$1" 2>&1 | grep "public key is" | cut -d ' ' -f 5 | LC_ALL=C sort -u } gpg_keys_from_group() { local output="$($GPG --list-config --with-colons | sed -n "s/^cfg:group:$1:\\(.*\\)/\\1/p" | head -n 1)" -- 2.16.2 commitdiff
path: root/gnu/packages/file.scm
AgeCommit message (Expand)Author
2019-03-30gnu: Use 'this-package' as a native input instead of 'self-native-input?'....Ludovic Courtès
2018-12-24gnu: file: Fix CVE-2018-10360....Efraim Flashner
2018-05-01gnu: file: Update to 5.33....Tobias Geerinckx-Rice
2018-01-04Merge branch 'master' into core-updatesMark H Weaver
2018-01-04gnu: file: Mention libmagic....Leo Famulari
2017-10-01Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-09-06gnu: file: Update to 5.32....Efraim Flashner
2017-09-05gnu: file: Fix CVE-2017-1000249....Efraim Flashner
2017-04-03gnu: file: Update to 5.30....Marius Bakke
2016-08-15gnu: file: Update to 5.28....Efraim Flashner