Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2016-05-17 17:07:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpg2 (Old)
 and      /work/SRC/openSUSE:Factory/.gpg2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpg2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes        2016-03-09 
15:16:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes   2016-05-17 
17:07:02.000000000 +0200
@@ -1,0 +2,31 @@
+Wed May  4 15:37:12 UTC 2016 - [email protected]
+
+- GnuPG 2.1.12:
+ * gpg: New --edit-key sub-command "change-usage" for testing
+   purposes.
+ * gpg: Out of order key-signatures are now systematically detected
+   and fixed by --edit-key.
+ * gpg: Improved detection of non-armored messages.
+ * gpg: Removed the extra prompt needed to create Curve25519 keys.
+ * gpg: Improved user ID selection for --quick-sign-key.
+ * gpg: Use the root CAs provided by the system with --fetch-key.
+ * gpg: Add support for the experimental Web Key Directory key
+   location service.
+ * gpg: Improve formatting of Tofu messages and emit new Tofu specific
+   status lines.
+ * gpgsm: Add option --pinentry-mode to support a loopback pinentry.
+ * gpgsm: A new pubring.kbx is now created with the header blob so
+   that gpg can detect that the keybox format needs to be used.
+ * agent: Add read support for the new private key protection format
+   openpgp-s2k-ocb-aes.
+ * agent: Add read support for the new extended private key format.
+ * agent: Default to --allow-loopback-pinentry and add option
+   --no-allow-loopback-pinentry.
+ * scd: Changed to use the new libusb 1.0 API for the internal CCID
+   driver.
+ * dirmngr: The dirmngr-client does now auto-detect the PEM format.
+ * g13: Add experimental support for dm-crypt.
+ * The man pages for gpg and gpgv are now installed under the correct
+   name (gpg2 or gpg - depending on a configure option).
+
+-------------------------------------------------------------------

Old:
----
  gnupg-2.1.11.tar.bz2
  gnupg-2.1.11.tar.bz2.sig

New:
----
  gnupg-2.1.12.tar.bz2
  gnupg-2.1.12.tar.bz2.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gpg2.spec ++++++
--- /var/tmp/diff_new_pack.wjUbny/_old  2016-05-17 17:07:03.000000000 +0200
+++ /var/tmp/diff_new_pack.wjUbny/_new  2016-05-17 17:07:03.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gpg2
-Version:        2.1.11
+Version:        2.1.12
 Release:        0
 Summary:        GnuPG 2
 License:        GPL-3.0+
@@ -157,6 +157,7 @@
 %{_libdir}/[^d]*
 %{_sbindir}/addgnupghome
 %{_sbindir}/applygnupgdefaults
+%{_sbindir}/g13-syshelp
 %{_datadir}/gnupg
 %dir %{_sysconfdir}/gnupg
 %config(noreplace) %{_sysconfdir}/gnupg/gpgconf.conf

++++++ gnupg-2.1.11.tar.bz2 -> gnupg-2.1.12.tar.bz2 ++++++
++++ 265232 lines of diff (skipped)

++++++ gnupg-set_umask_before_open_outfile.patch ++++++
--- /var/tmp/diff_new_pack.wjUbny/_old  2016-05-17 17:07:07.000000000 +0200
+++ /var/tmp/diff_new_pack.wjUbny/_new  2016-05-17 17:07:07.000000000 +0200
@@ -1,16 +1,16 @@
-Index: gnupg-2.1.10/g10/plaintext.c
+Index: gnupg-2.1.12/g10/plaintext.c
 ===================================================================
---- gnupg-2.1.10.orig/g10/plaintext.c  2015-11-30 17:39:52.000000000 +0100
-+++ gnupg-2.1.10/g10/plaintext.c       2015-12-04 14:26:56.876677813 +0100
-@@ -25,6 +25,7 @@
+--- gnupg-2.1.12.orig/g10/plaintext.c  2016-05-04 11:43:16.000000000 +0200
++++ gnupg-2.1.12/g10/plaintext.c       2016-05-04 17:36:13.945784756 +0200
+@@ -24,6 +24,7 @@
+ #include <string.h>
  #include <errno.h>
- #include <assert.h>
  #include <sys/types.h>
 +#include <sys/stat.h>
  #ifdef HAVE_DOSISH_SYSTEM
  # include <fcntl.h> /* for setmode() */
  #endif
-@@ -39,6 +40,9 @@
+@@ -38,6 +39,9 @@
  #include "status.h"
  #include "i18n.h"
  
@@ -20,7 +20,7 @@
  
  /* Get the output filename.  On success, the actual filename that is
     used is set in *FNAMEP and a filepointer is returned in *FP.
-@@ -146,11 +150,15 @@ get_output_file (const byte *embedded_na
+@@ -145,11 +149,15 @@ get_output_file (const byte *embedded_na
        log_error (_("error creating '%s': %s\n"), fname, gpg_strerror (err));
        goto leave;
      }



Reply via email to