[git] GnuPG - branch, master, updated. gnupg-2.1.14-31-g40365b2

by Justus Winter cvs at cvs.gnupg.org
Mon Aug 1 12:35:37 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  40365b28c3fdf087fd58401f5a6f42f9d7d29d20 (commit)
      from  c971ff0823d9a649b32fd9f169a12abc3095246e (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 40365b28c3fdf087fd58401f5a6f42f9d7d29d20
Author: Justus Winter <justus at g10code.com>
Date:   Mon Aug 1 12:32:36 2016 +0200

    gpgsm: Fix machine-readable key listing.
    
    * sm/keylist.c (list_cert_colon): Drop superfluous colon.
    
    GnuPG-bug-id: 2432
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/sm/keylist.c b/sm/keylist.c
index dab1295..0d975c3 100644
--- a/sm/keylist.c
+++ b/sm/keylist.c
@@ -494,7 +494,6 @@ list_cert_colon (ctrl_t ctrl, ksba_cert_t cert, unsigned int validity,
   es_putc (':', fp);
   /* Field 12, capabilities: */
   print_capabilities (cert, fp);
-  es_putc (':', fp);
   /* Field 13, not used: */
   es_putc (':', fp);
   if (have_secret || ctrl->with_secret)

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

Summary of changes:
 sm/keylist.c | 1 -
 1 file changed, 1 deletion(-)


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




More information about the Gnupg-commits mailing list