On Tue, 30 Aug 2016 23:32, a...@debian.org said: > gpgv on Sid no more shows the key ID of the key used to sign what has > been verified (despite it says "using RSA key ID " but then nothing
Thanks for reporting. I am using gpgv only rarely and thus I didn't notice it. I have pushed a fix to the repo; see below. Shalom-Salam, Werner === commit 76304a971fe507ea659b952932ea899463ab7166 Author: Werner Koch <w...@gnupg.org> Date: Wed Aug 31 08:37:51 2016 +0200 gpg: Fix regression in gpgv's printing of the keyid. * g10/keyid.c (keystr): Take care of KF_NONE != KF_DEFAULT. -- Debian-bug-id: 836144 Signed-off-by: Werner Koch <w...@gnupg.org> Modified g10/keyid.c diff --git a/g10/keyid.c b/g10/keyid.c index ea6ed5e..4380151 100644 --- a/g10/keyid.c +++ b/g10/keyid.c @@ -403,6 +403,8 @@ keystr (u32 *keyid) static char keyid_str[KEYID_STR_SIZE]; int format = opt.keyid_format; + if (format == KF_DEFAULT) + format = KF_NONE; if (format == KF_NONE) format = KF_LONG; -- Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz. /* Join us at OpenPGP.conf <https://openpgp-conf.org> */