[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.2.2-9-g4f5afaf

by Andre Heinecke cvs at cvs.gnupg.org
Wed Nov 15 11:45:03 CET 2017


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  4f5afaf1fdb5cb13859aca390ccb5a1ba1dba00c (commit)
      from  1b6d1ac97638ebc5b5ce7d863b166e9b7669bf2f (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 4f5afaf1fdb5cb13859aca390ccb5a1ba1dba00c
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Wed Nov 15 11:41:54 2017 +0100

    w32: Fix default registry path
    
    * configure.ac (GNUPG_REGISTRY_DIR): Remove leading backslash.
    
    --
    Windows does not like the leading backslash and won't read
    the key.
    Problem reported in the Gpg4win Message boards.
    
    This bug was introduced by rev. 75ba215e
    
    Signed-off-by: Andre Heinecke <aheinecke at intevation.de>

diff --git a/configure.ac b/configure.ac
index 227b57f..13f1ab6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1814,7 +1814,7 @@ AC_DEFINE_UNQUOTED(DIRMNGR_DEFAULT_KEYSERVER,
 AC_DEFINE_UNQUOTED(GPGEXT_GPG, "gpg", [The standard binary file suffix])
 
 if test "$have_w32_system" = yes; then
-  AC_DEFINE_UNQUOTED(GNUPG_REGISTRY_DIR, "\\\\Software\\\\GNU\\\\GnuPG",
+  AC_DEFINE_UNQUOTED(GNUPG_REGISTRY_DIR, "Software\\\\GNU\\\\GnuPG",
                      [The directory part of the W32 registry keys])
 fi
 

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

Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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




More information about the Gnupg-commits mailing list