[git] GnuPG - branch, master, updated. gnupg-2.1.15-133-g9986436

by Werner Koch cvs at cvs.gnupg.org
Mon Sep 19 17:55:23 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  998643666c016dbacf10f813c22efc97deadec65 (commit)
      from  5bf1facc973eb6e0bfab0f8f17129534dec56e04 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 998643666c016dbacf10f813c22efc97deadec65
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Sep 19 17:47:56 2016 +0200

    gpg: Fix regression in fingerprint printing.
    
    * g10/keylist.c (list_keyblock_print): Do not depend calling
    print_fingerprint on opt.keyid_format.
    --
    
    Regression-due-to: d757009a24eb856770fc3a3729e2f21f54d2a618
    Debian-bug-id: 838153
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/g10/keylist.c b/g10/keylist.c
index bef1e07..212d77e 100644
--- a/g10/keylist.c
+++ b/g10/keylist.c
@@ -909,7 +909,7 @@ list_keyblock_print (ctrl_t ctrl, kbnode_t keyblock, int secret, int fpr,
   /* Print the "pub" line and in KF_NONE mode the fingerprint.  */
   print_key_line (es_stdout, pk, secret);
 
-  if (fpr && opt.keyid_format != KF_NONE)
+  if (fpr)
     print_fingerprint (NULL, pk, 0);
 
   if (opt.with_keygrip && hexgrip)

-----------------------------------------------------------------------

Summary of changes:
 g10/keylist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list