[git] GnuPG - branch, master, updated. gnupg-2.1.16-50-gef10c34

by Werner Koch cvs at cvs.gnupg.org
Sat Dec 3 21:38:49 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  ef10c348bffc7dad19e1832bebc453755d209420 (commit)
      from  ce29272e24e7b718b8fca9b84bc728e65f3dea24 (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 ef10c348bffc7dad19e1832bebc453755d209420
Author: Werner Koch <wk at gnupg.org>
Date:   Sat Dec 3 21:35:45 2016 +0100

    gpg: Fix error code arg in ERRSIG status line.
    
    * g10/mainproc.c (check_sig_and_print): Use gpg_err_code to return an
    error code in ERRSIG.
    --
    
    Debian-bug-id: 846834
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/g10/mainproc.c b/g10/mainproc.c
index 30e19fe..ac2ab03 100644
--- a/g10/mainproc.c
+++ b/g10/mainproc.c
@@ -2223,7 +2223,7 @@ check_sig_and_print (CTX c, kbnode_t node)
       snprintf (buf, sizeof buf, "%08lX%08lX %d %d %02x %lu %d",
                 (ulong)sig->keyid[0], (ulong)sig->keyid[1],
                 sig->pubkey_algo, sig->digest_algo,
-                sig->sig_class, (ulong)sig->timestamp, rc);
+                sig->sig_class, (ulong)sig->timestamp, gpg_err_code (rc));
       write_status_text (STATUS_ERRSIG, buf);
       if (gpg_err_code (rc) == GPG_ERR_NO_PUBKEY)
         {

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

Summary of changes:
 g10/mainproc.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