[git] GnuPG - branch, master, updated. gnupg-2.1.15-367-g26c7c1d

by Werner Koch cvs at cvs.gnupg.org
Tue Nov 15 13:16:05 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  26c7c1d72c5f2acb3edb58d610c09a635c87bdbf (commit)
      from  1f7639ebbe58af1b581b0be7809da9ee55482992 (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 26c7c1d72c5f2acb3edb58d610c09a635c87bdbf
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Nov 15 13:13:14 2016 +0100

    sm: New stub option --compliance.
    
    * sm/gpgsm.c (oCompliance): New.
    (opts): Add "--compliance".
    (main): Implement as stub.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index d012465..c4fd1c2 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -133,6 +133,8 @@ enum cmd_and_opt_values {
   oNoArmor,
   oP12Charset,
 
+  oCompliance,
+
   oDisableCRLChecks,
   oEnableCRLChecks,
   oDisableTrustedCertCRLCheck,
@@ -361,6 +363,7 @@ static ARGPARSE_OPTS opts[] = {
     " --fingerprint [names]      show fingerprints\n"  )),
 
   /* Hidden options. */
+  ARGPARSE_s_s (oCompliance, "compliance",   "@"),
   ARGPARSE_s_n (oNoVerbose, "no-verbose", "@"),
   ARGPARSE_s_n (oEnableSpecialFilenames, "enable-special-filenames", "@"),
   ARGPARSE_s_n (oNoSecmemWarn, "no-secmem-warning", "@"),
@@ -1445,6 +1448,10 @@ main ( int argc, char **argv)
 
         case oNoAutostart: opt.autostart = 0; break;
 
+        case oCompliance:
+          /* Dummy option for now.  */
+          break;
+
         default:
           pargs.err = configfp? ARGPARSE_PRINT_WARNING:ARGPARSE_PRINT_ERROR;
           break;

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

Summary of changes:
 sm/gpgsm.c | 7 +++++++
 1 file changed, 7 insertions(+)


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




More information about the Gnupg-commits mailing list