[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.1.17-109-g14bc2fa

by Werner Koch cvs at cvs.gnupg.org
Mon Jan 23 22:31:14 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  14bc2fa43e9ee26a6940a7552e8f892a79223617 (commit)
       via  f8289b1d28f501d2f37bf9ccb5e42f7fb27b4688 (commit)
       via  25e029823813e190a18b601af60efcb1fb3b84af (commit)
      from  d393678aaed165169b88b6f312f83d7e8d81d80d (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 14bc2fa43e9ee26a6940a7552e8f892a79223617
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Jan 23 22:24:20 2017 +0100

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index 054ede9..82753b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 2.1.19 (unreleased)
+-------------------------------------------------
+
+
 Noteworthy changes in version 2.1.18 (2017-01-23)
 -------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index f929cb6..75bed06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ min_automake_version="1.14"
 m4_define([mym4_package],[gnupg])
 m4_define([mym4_major], [2])
 m4_define([mym4_minor], [1])
-m4_define([mym4_micro], [18])
+m4_define([mym4_micro], [19])
 
 # To start a new development series, i.e a new major or minor number
 # you need to mark an arbitrary commit before the first beta release

commit f8289b1d28f501d2f37bf9ccb5e42f7fb27b4688
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Jan 23 19:26:37 2017 +0100

    Release 2.1.18
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/NEWS b/NEWS
index da0f0f7..054ede9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,66 @@
-Noteworthy changes in version 2.1.18 (unreleased)
+Noteworthy changes in version 2.1.18 (2017-01-23)
 -------------------------------------------------
 
+  * gpg: Remove bogus subkey signature while cleaning a key (with
+    export-clean, import-clean, or --edit-key's sub-command clean)
+
+  * gpg: Allow freezing the clock with --faked-system-time.
+
+  * gpg: New --export-option flag "backup", new --import-option flag
+    "restore".
+
+  * gpg-agent: Fixed long delay due to a regression in the progress
+    callback code.
+
+  * scd: Lots of code cleanup and internal changes.
+
+  * scd: Improved the internal CCID driver.
+
+  * dirmngr: Fixed problem with the DNS glue code (removal of the
+    trailing dot in domain names).
+
+  * dirmngr: Make sure that Tor is actually enabled after changing the
+    conf file and sending SIGHUP or "gpgconf --reload dirmngr".
+
+  * dirmngr: Fixed Tor access to IPv6 addresses.  Note that current
+    versions of Tor may require that the flag "IPv6Traffic" is used
+    with the option "SocksPort" in torrc to actually allow IPv6
+    traffic.
+
+  * dirmngr: Fixed HKP for literally given IPv6 addresses.
+
+  * dirmngr: Enabled reverse DNS lookups via Tor.
+
+  * dirmngr: Added experimental SRV record lookup for WKD.
+    See commit 88dc3af3d4ae1afe1d5e136bc4c38bc4e7d4cd10 for details.
+
+  * dirmngr: For HKP use "pgpkey-hkps" and "pgpkey-hkp" in SRV record
+    lookups.  Avoid SRV record lookup when a port is explicitly
+    specified.  This fixes a regression from the 1.4 and 2.0 behavior.
+
+  * dirmngr: Gracefully handle a missing /etc/nsswitch.conf.  Ignore
+    negation terms (e.g. "[!UNAVAIL=return]" instead of bailing out.
+
+  * dirmngr: Better debug output for flags "dns" and "network".
+
+  * dirmngr: On reload mark all known HKP servers alive.
+
+  * gpgconf: Allow keyword "all" for --launch, --kill, and --reload.
+
+  * tools: gpg-wks-client now ignores a missing policy file on the
+    server.
+
+  * Avoid unnecessary ambiguity error message in the option parsing.
+
+  * Further improvements of the regression test suite.
+
+  * Fixed building with --disable-libdns configure option.
+
+  * Fixed a crash running the tests on 32 bit architectures.
+
+  * Fixed spurious failures on BSD system in the spawn functions.
+    This affected for example gpg-wks-client and gpgconf.
+
 
 Noteworthy changes in version 2.1.17 (2016-12-20)
 -------------------------------------------------

commit 25e029823813e190a18b601af60efcb1fb3b84af
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Jan 23 21:14:32 2017 +0100

    build: Change make distcheck configure and temp. remove gpgconf.scm.
    
    * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Also test gpgtar and
    wks-tools.  Disable ntbtls.
    * tests/openpgp/Makefile.am (XTESTS): Temporary remove gpgconf.scm.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/Makefile.am b/Makefile.am
index 735c72b..e220f8b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@
 
 ACLOCAL_AMFLAGS = -I m4
 DISTCHECK_CONFIGURE_FLAGS = --enable-symcryptrun --enable-g13 \
-  --enable-gpg2-is-gpg
+  --enable-gpg2-is-gpg --enable-gpgtar --enable-wks-tools --disable-ntbtls
 
 GITLOG_TO_CHANGELOG=gitlog-to-changelog
 
diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am
index d1dd449..05341fb 100644
--- a/tests/openpgp/Makefile.am
+++ b/tests/openpgp/Makefile.am
@@ -92,12 +92,15 @@ XTESTS = \
 	quick-key-manipulation.scm \
 	key-selection.scm \
 	delete-keys.scm \
-	gpgconf.scm \
 	issue2015.scm \
 	issue2346.scm \
 	issue2417.scm \
 	issue2419.scm
 
+# Fixme: gpgconf.scm does not yet work with make distcheck.
+#	gpgconf.scm
+
+
 # XXX: Currently, one cannot override automake's 'check' target.  As a
 # workaround, we avoid defining 'TESTS', thus automake will not emit
 # the 'check' target.  For extra robustness, we merely define a

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

Summary of changes:
 Makefile.am               |  2 +-
 NEWS                      | 66 ++++++++++++++++++++++++++++++++++++++++++++++-
 configure.ac              |  2 +-
 tests/openpgp/Makefile.am |  5 +++-
 4 files changed, 71 insertions(+), 4 deletions(-)


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




More information about the Gnupg-commits mailing list