[git] GnuPG - branch, STABLE-BRANCH-1-4, updated. gnupg-1.4.13-2-gff5cfad

by Christian Aistleitner cvs at cvs.gnupg.org
Fri Jan 11 13:43:54 CET 2013


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, STABLE-BRANCH-1-4 has been updated
       via  ff5cfadc2c402ebc3884ad2575bc5a51f0067f56 (commit)
      from  faf217497902e6176c64e6db0191f35ccef97c57 (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 ff5cfadc2c402ebc3884ad2575bc5a51f0067f56
Author: Christian Aistleitner <christian at quelltextlich.at>
Date:   Sun Oct 14 20:33:00 2012 +0200

    Fix honoring --cert-digest-algo when recreating a cert
    
    * g10/sign.c (update_keysig_packet): Override original signature's
    digest algo in hashed data.

diff --git a/g10/sign.c b/g10/sign.c
index 6788f74..6587a60 100644
--- a/g10/sign.c
+++ b/g10/sign.c
@@ -1514,6 +1514,7 @@ update_keysig_packet( PKT_signature **ret_sig,
 
     /* create a new signature packet */
     sig = copy_signature (NULL, orig_sig);
+    sig->digest_algo = digest_algo;
 
     /* We need to create a new timestamp so that new sig expiration
        calculations are done correctly... */

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

Summary of changes:
 g10/sign.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


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




More information about the Gnupg-commits mailing list