[git] GnuPG - branch, STABLE-BRANCH-2-0, updated. gnupg-2.0.19-45-g3e7cc25

by NIIBE Yutaka cvs at cvs.gnupg.org
Thu Dec 13 05:44:28 CET 2012


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-2-0 has been updated
       via  3e7cc25d4a574d27e08322d9e82915ddcb8416f1 (commit)
      from  0d7cf7bb0669ca280e6259a9c34612a8ff56acda (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 3e7cc25d4a574d27e08322d9e82915ddcb8416f1
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Thu Dec 13 13:36:23 2012 +0900

    SCD: Fix the process of writing key or generating key.
    
    * scd/app-openpgp.c (store_fpr): Flush KEY-FPR and KEY-TIME.

diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c
index 141b2b7..98af5e8 100644
--- a/scd/app-openpgp.c
+++ b/scd/app-openpgp.c
@@ -688,9 +688,9 @@ store_fpr (app_t app, int keynumber, u32 timestamp,
   xfree (buffer);
 
   tag = (card_version > 0x0007? 0xC7 : 0xC6) + keynumber;
-  flush_cache_item (app, tag);
+  flush_cache_item (app, 0xC5);
   tag2 = 0xCE + keynumber;
-  flush_cache_item (app, tag2);
+  flush_cache_item (app, 0xCD);
 
   rc = iso7816_put_data (app->slot, 0, tag, fpr, 20);
   if (rc)

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

Summary of changes:
 scd/app-openpgp.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


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




More information about the Gnupg-commits mailing list