[git] GnuPG - branch, master, updated. gnupg-2.1.11-99-g834b84c

by Werner Koch cvs at cvs.gnupg.org
Mon Mar 14 17:51:48 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  834b84c0ee4990393daa5e44afbab5b0aaed0758 (commit)
      from  4f578cb2fc192f44070bb0d18dffaa3863ed0d92 (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 834b84c0ee4990393daa5e44afbab5b0aaed0758
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Mar 14 17:49:36 2016 +0100

    scd: Add manufacturer id 0x000a
    
    * g10/card-util.c (get_manufacturer): Add it.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/g10/card-util.c b/g10/card-util.c
index b48705b..d9c12c6 100644
--- a/g10/card-util.c
+++ b/g10/card-util.c
@@ -210,6 +210,7 @@ get_manufacturer (unsigned int no)
     case 0x0007: return "OpenKMS";
     case 0x0008: return "LogoEmail";
     case 0x0009: return "Fidesmo";
+    case 0x000A: return "Dangerous Things";
 
     case 0x002A: return "Magrathea";
 

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

Summary of changes:
 g10/card-util.c | 1 +
 1 file changed, 1 insertion(+)


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




More information about the Gnupg-commits mailing list