[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.2.11-4-g6acca0e

by Werner Koch cvs at cvs.gnupg.org
Wed Nov 21 09:22:15 CET 2018


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-2 has been updated
       via  6acca0e4d9f9e432a795ac261dd8fa02bcc583cd (commit)
      from  2768293b1ee6f174f216f9006b5bc3e0c10265a2 (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 6acca0e4d9f9e432a795ac261dd8fa02bcc583cd
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Nov 21 09:20:56 2018 +0100

    doc: Clarify use of clear and nodefault in the AKL.
    
    --
    
    (cherry picked from commit e5c3a6999a374813134a9e68744444c25c3017f6)

diff --git a/doc/gpg.texi b/doc/gpg.texi
index ffcdaf2..8f1b8ce 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -1783,7 +1783,9 @@ list.  The default is "local,wkd".
 
   @item clear
   Clear all defined mechanisms.  This is useful to override
-  mechanisms given in a config file.
+  mechanisms given in a config file.  Note that a @code{nodefault} in
+  @var{mechanisms} will also be cleared unless it is given after the
+  @code{clear}.
 
 @end table
 
diff --git a/g10/gpg.c b/g10/gpg.c
index e18eefe..b316e85 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -3487,7 +3487,7 @@ main (int argc, char **argv)
 	  case oAutoKeyLocate:
             if (default_akl)
               {
-                /* This is the first time --aito-key-locate is seen.
+                /* This is the first time --auto-key-locate is seen.
                  * We need to reset the default akl.  */
                 default_akl = 0;
                 release_akl();

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

Summary of changes:
 doc/gpg.texi | 4 +++-
 g10/gpg.c    | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)


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




More information about the Gnupg-commits mailing list