[git] GnuPG - branch, master, updated. gnupg-2.1.0beta3-113-ge7dca3e
by NIIBE Yutaka
cvs at cvs.gnupg.org
Thu Dec 13 05:58:48 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, master has been updated
via e7dca3e83ebd6df0a7ea55e97c3cd6e91be90af5 (commit)
from 649b31c663b8674bc874b4ef283d714a13dc8cfe (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 e7dca3e83ebd6df0a7ea55e97c3cd6e91be90af5
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 5a9214c..5928ec6 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