Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2015-02-14 13:54:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-01-21 
21:50:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes   2015-02-14 
13:54:24.000000000 +0100
@@ -1,0 +2,26 @@
+Wed Feb 11 21:48:13 UTC 2015 - astie...@suse.com
+
+- update to 2.1.2:
+ * gpg: The parameter 'Passphrase' for batch key generation works
+   again.
+ * gpg: Using a passphrase option in batch mode now has the
+   expected effect on --quick-gen-key.
+ * gpg: Improved reporting of unsupported PGP-2 keys.
+ * gpg: Added support for algo names when generating keys using
+   --command-fd.
+ * gpg: Fixed DoS based on bogus and overlong key packets.
+ * agent: When setting --default-cache-ttl the value
+   for --max-cache-ttl is adjusted to be not lower than the former.
+ * agent: Fixed problems with the new --extra-socket.
+ * agent: Made --allow-loopback-pinentry changeable with gpgconf.
+ * agent: Fixed importing of unprotected openpgp keys.
+ * agent: Now tries to use a fallback pinentry if the standard
+   pinentry is not installed.
+ * scd: Added support for ECDH.
+ * Fixed several bugs related to bogus keyrings and improved some
+   other code.
+- in gnupg-2.0.18-files-are-digests.patch, change buffer_to_u32 to
+  buf32_to_u32 from host2net.h to match upstream changes
+- now requires automake 1.14
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ gpg2.spec ++++++
--- /var/tmp/diff_new_pack.B36gId/_old  2015-02-14 13:54:25.000000000 +0100
+++ /var/tmp/diff_new_pack.B36gId/_new  2015-02-14 13:54:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpg2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           gpg2
-Version:        2.1.1
+Version:        2.1.2
 Release:        0
 Summary:        GnuPG 2
 License:        GPL-3.0+
@@ -36,7 +36,7 @@
 Patch11:        gnupg-add_legacy_FIPS_mode_option.patch
 Patch12:        gnupg-remove_development_version_warning.patch
 Patch14:        gnupg-large_keys.patch
-BuildRequires:  automake >= 1.10
+BuildRequires:  automake >= 1.14
 BuildRequires:  expect
 BuildRequires:  fdupes
 BuildRequires:  gnutls-devel >= 3.0

++++++ gnupg-2.0.18-files-are-digests.patch ++++++
--- /var/tmp/diff_new_pack.B36gId/_old  2015-02-14 13:54:25.000000000 +0100
+++ /var/tmp/diff_new_pack.B36gId/_new  2015-02-14 13:54:25.000000000 +0100
@@ -4,10 +4,10 @@
  g10/sign.c    |   66 
+++++++++++++++++++++++++++++++++++++++++++++++++++++-----
  3 files changed, 66 insertions(+), 5 deletions(-)
 
-Index: gnupg-2.1.1/g10/gpg.c
+Index: gnupg-2.1.2/g10/gpg.c
 ===================================================================
---- gnupg-2.1.1.orig/g10/gpg.c
-+++ gnupg-2.1.1/g10/gpg.c
+--- gnupg-2.1.2.orig/g10/gpg.c
++++ gnupg-2.1.2/g10/gpg.c
 @@ -349,6 +349,7 @@ enum cmd_and_opt_values
      oTTYtype,
      oLCctype,
@@ -24,7 +24,7 @@
  
    /* Aliases.  I constantly mistype these, and assume other people do
       as well. */
-@@ -2125,6 +2127,7 @@ main (int argc, char **argv)
+@@ -2127,6 +2129,7 @@ main (int argc, char **argv)
      opt.def_cert_expire = "0";
      set_homedir (default_homedir ());
      opt.passphrase_repeat = 1;
@@ -32,7 +32,7 @@
      opt.emit_version = 1; /* Limit to the major number.  */
  
      /* Check whether we have a config file on the command line.  */
-@@ -2630,6 +2633,7 @@ main (int argc, char **argv)
+@@ -2632,6 +2635,7 @@ main (int argc, char **argv)
            opt.verify_options&=~VERIFY_SHOW_PHOTOS;
            break;
          case oPhotoViewer: opt.photo_viewer = pargs.r.ret_str; break;
@@ -40,10 +40,10 @@
  
          case oForceMDC: opt.force_mdc = 1; break;
          case oNoForceMDC: opt.force_mdc = 0; break;
-Index: gnupg-2.1.1/g10/options.h
+Index: gnupg-2.1.2/g10/options.h
 ===================================================================
---- gnupg-2.1.1.orig/g10/options.h
-+++ gnupg-2.1.1/g10/options.h
+--- gnupg-2.1.2.orig/g10/options.h
++++ gnupg-2.1.2/g10/options.h
 @@ -192,6 +192,7 @@ struct
    int no_auto_check_trustdb;
    int preserve_permissions;
@@ -52,10 +52,19 @@
    struct groupitem *grouplist;
    int mangle_dos_filenames;
    int enable_progress_filter;
-Index: gnupg-2.1.1/g10/sign.c
+Index: gnupg-2.1.2/g10/sign.c
 ===================================================================
---- gnupg-2.1.1.orig/g10/sign.c
-+++ gnupg-2.1.1/g10/sign.c
+--- gnupg-2.1.2.orig/g10/sign.c
++++ gnupg-2.1.2/g10/sign.c
+@@ -41,7 +41,7 @@
+ #include "pkglue.h"
+ #include "sysutils.h"
+ #include "call-agent.h"
+-
++#include "host2net.h"
+ 
+ #ifdef HAVE_DOSISH_SYSTEM
+ #define LF "\r\n"
 @@ -706,8 +706,12 @@ write_signature_packets (SK_LIST sk_list
            mk_notation_policy_etc (sig, NULL, pk);
          }
@@ -164,7 +173,7 @@
 +          sigclass = ts[0];
 +          if (sigclass != 0x00 && sigclass != 0x01)
 +              log_bug("bad cipher class\n");
-+          timestamp = buffer_to_u32(ts + 1);
++          timestamp = buf32_to_u32(ts + 1);
 +      }
        else {
            /* read, so that the filter can calculate the digest */

++++++ gnupg-2.1.1.tar.bz2 -> gnupg-2.1.2.tar.bz2 ++++++
++++ 194895 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to