[pkg-gnupg-maint] Bug#836144: gpgv: Regression from gpgv1: No more shows key ID

Werner Koch wk at gnupg.org
Wed Aug 31 06:55:11 UTC 2016


On Tue, 30 Aug 2016 23:32, abe at 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 <wk at 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 <wk at 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> */



More information about the pkg-gnupg-maint mailing list