[git] GnuPG - branch, master, updated. gnupg-2.1.11-73-g2de0d41

by Werner Koch cvs at cvs.gnupg.org
Fri Feb 26 11:45:02 CET 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  2de0d41219a522e01f050d475b3ddecb9173fc7d (commit)
      from  87515e39295e4b7eaec1641c38e1ac32e8d39a91 (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 2de0d41219a522e01f050d475b3ddecb9173fc7d
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Feb 26 11:41:18 2016 +0100

    gpg: Prettify a 2 octet hex output.
    
    * g10/sig-check.c (check_key_signature2): Wrap line and use %02x.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/g10/sig-check.c b/g10/sig-check.c
index 087222a..ee0ebcb 100644
--- a/g10/sig-check.c
+++ b/g10/sig-check.c
@@ -1087,7 +1087,8 @@ check_key_signature2 (kbnode_t root, kbnode_t node, PKT_public_key *check_pk,
       }
   else
     {
-      log_info ("sig issued by %s with class %d (digest: %x %x) is not valid over a user id or a key id, ignoring.\n",
+      log_info ("sig issued by %s with class %d (digest: %02x %02x)"
+                " is not valid over a user id or a key id, ignoring.\n",
                 keystr (sig->keyid), sig->sig_class,
                 sig->digest_start[0], sig->digest_start[1]);
       rc = gpg_error (GPG_ERR_BAD_SIGNATURE);

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

Summary of changes:
 g10/sig-check.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


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




More information about the Gnupg-commits mailing list