Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2018-05-08 13:32:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpg2 (Old)
 and      /work/SRC/openSUSE:Factory/.gpg2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpg2"

Tue May  8 13:32:14 2018 rev:127 rq:604049 version:2.2.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes        2018-04-17 
11:15:27.620198410 +0200
+++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes   2018-05-08 
13:32:16.480520492 +0200
@@ -1,0 +2,22 @@
+Fri May  4 14:15:27 UTC 2018 - astie...@suse.com
+
+- GnuPG 2.2.7:
+  * gpg: New option --no-symkey-cache to disable the passphrase
+    cache for symmetrical en- and decryption.
+  * gpg: The ERRSIG status now prints the fingerprint if that is
+    part of the signature
+  * gpg: Relax emitting of FAILURE status lines
+  * gpg: Add a status flag to "sig" lines printed with --list-sigs
+  * gpg: Fix "Too many open files" when using --multifile
+  * ssh: Return an error for unknown ssh-agent flags
+  * dirmngr: Fix a CNAME problem with pools and TLS.  Also use a
+    fixed mapping of keys.gnupg.net to sks-keyservers.net
+  * dirmngr: Try resurrecting dead hosts earlier (from 3h to 1.5h)
+  * dirmngr: Fallback to CRL if no default OCSP responder is
+    configured
+  * dirmngr: Implement CRL fetching via https.  Here a redirection
+    to http is explictly allowed
+  * agent,dirmngr: New sub-command "getenv" for "getinfo" to ease
+    debugging
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ gpg2.spec ++++++
--- /var/tmp/diff_new_pack.2OMLQl/_old  2018-05-08 13:32:17.496483834 +0200
+++ /var/tmp/diff_new_pack.2OMLQl/_new  2018-05-08 13:32:17.500483690 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gpg2
-Version:        2.2.6
+Version:        2.2.7
 Release:        0
 Summary:        File encryption, decryption, signature creation and 
verification utility
 License:        GPL-3.0+

++++++ gnupg-2.2.6.tar.bz2 -> gnupg-2.2.7.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/gpg2/gnupg-2.2.6.tar.bz2 
/work/SRC/openSUSE:Factory/.gpg2.new/gnupg-2.2.7.tar.bz2 differ: char 11, line 1

++++++ gnupg-add_legacy_FIPS_mode_option.patch ++++++
--- /var/tmp/diff_new_pack.2OMLQl/_old  2018-05-08 13:32:17.556481669 +0200
+++ /var/tmp/diff_new_pack.2OMLQl/_new  2018-05-08 13:32:17.556481669 +0200
@@ -3,11 +3,11 @@
  g10/gpg.c    |    9 +++++++++
  2 files changed, 27 insertions(+)
 
-Index: gnupg-2.2.6/doc/gpg.texi
+Index: gnupg-2.2.7/doc/gpg.texi
 ===================================================================
---- gnupg-2.2.6.orig/doc/gpg.texi      2018-04-10 09:05:55.807324463 +0200
-+++ gnupg-2.2.6/doc/gpg.texi   2018-04-10 09:05:58.627349563 +0200
-@@ -2094,6 +2094,24 @@ implies, this option is for experts only
+--- gnupg-2.2.7.orig/doc/gpg.texi      2018-05-04 16:14:30.949580264 +0200
++++ gnupg-2.2.7/doc/gpg.texi   2018-05-04 16:14:34.025609243 +0200
+@@ -2097,6 +2097,24 @@ implies, this option is for experts only
  understand the implications of what it allows you to do, leave this
  off. @option{--no-expert} disables this option.
  
@@ -32,19 +32,19 @@
  @end table
  
  
-Index: gnupg-2.2.6/g10/gpg.c
+Index: gnupg-2.2.7/g10/gpg.c
 ===================================================================
---- gnupg-2.2.6.orig/g10/gpg.c 2018-04-10 09:05:55.807324463 +0200
-+++ gnupg-2.2.6/g10/gpg.c      2018-04-10 09:06:21.583553887 +0200
-@@ -424,6 +424,7 @@ enum cmd_and_opt_values
-     oSender,
+--- gnupg-2.2.7.orig/g10/gpg.c 2018-05-04 16:14:30.949580264 +0200
++++ gnupg-2.2.7/g10/gpg.c      2018-05-04 16:15:00.441858109 +0200
+@@ -425,6 +425,7 @@ enum cmd_and_opt_values
      oKeyOrigin,
      oRequestOrigin,
+     oNoSymkeyCache,
 +    oSetLegacyFips,
  
      oNoop
    };
-@@ -871,6 +872,7 @@ static ARGPARSE_OPTS opts[] = {
+@@ -872,6 +873,7 @@ static ARGPARSE_OPTS opts[] = {
    ARGPARSE_s_n (oAllowMultipleMessages,      "allow-multiple-messages", "@"),
    ARGPARSE_s_n (oNoAllowMultipleMessages, "no-allow-multiple-messages", "@"),
    ARGPARSE_s_n (oAllowWeakDigestAlgos, "allow-weak-digest-algos", "@"),
@@ -52,7 +52,7 @@
  
    ARGPARSE_s_s (oDefaultNewKeyAlgo, "default-new-key-algo", "@"),
  
-@@ -3565,6 +3567,13 @@ main (int argc, char **argv)
+@@ -3568,6 +3570,13 @@ main (int argc, char **argv)
              opt.def_new_key_algo = pargs.r.ret_str;
              break;
  



Reply via email to