Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2017-06-01 16:28:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpg2 (Old)
 and      /work/SRC/openSUSE:Factory/.gpg2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpg2"

Thu Jun  1 16:28:24 2017 rev:117 rq:497286 version:2.1.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes        2017-05-20 
14:29:31.494874378 +0200
+++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes   2017-06-01 
16:28:27.187344568 +0200
@@ -1,0 +2,7 @@
+Fri May 19 11:59:24 UTC 2017 - [email protected]
+
+- GnuPG 2.1.21:
+  * modified gnupg-2.0.18-files-are-digests.patch to work with 
+    obs-sign again bsc#1039899
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnupg-2.0.18-files-are-digests.patch ++++++
--- /var/tmp/diff_new_pack.7m638q/_old  2017-06-01 16:28:27.995230654 +0200
+++ /var/tmp/diff_new_pack.7m638q/_new  2017-06-01 16:28:27.995230654 +0200
@@ -4,10 +4,10 @@
  g10/sign.c    |   68 
++++++++++++++++++++++++++++++++++++++++++++++++++++------
  3 files changed, 67 insertions(+), 6 deletions(-)
 
-Index: gnupg-2.1.20/g10/gpg.c
+Index: gnupg-2.1.21/g10/gpg.c
 ===================================================================
---- gnupg-2.1.20.orig/g10/gpg.c        2017-04-03 17:13:56.000000000 +0200
-+++ gnupg-2.1.20/g10/gpg.c     2017-04-04 15:59:20.823799866 +0200
+--- gnupg-2.1.21.orig/g10/gpg.c        2017-04-03 17:13:56.000000000 +0200
++++ gnupg-2.1.21/g10/gpg.c     2017-04-04 15:59:20.823799866 +0200
 @@ -374,6 +374,7 @@ enum cmd_and_opt_values
      oTTYtype,
      oLCctype,
@@ -40,10 +40,10 @@
  
          case oForceMDC: opt.force_mdc = 1; break;
          case oNoForceMDC: opt.force_mdc = 0; break;
-Index: gnupg-2.1.20/g10/options.h
+Index: gnupg-2.1.21/g10/options.h
 ===================================================================
---- gnupg-2.1.20.orig/g10/options.h    2017-04-03 17:13:56.000000000 +0200
-+++ gnupg-2.1.20/g10/options.h 2017-04-04 15:59:20.827799905 +0200
+--- gnupg-2.1.21.orig/g10/options.h    2017-04-03 17:13:56.000000000 +0200
++++ gnupg-2.1.21/g10/options.h 2017-04-04 15:59:20.827799905 +0200
 @@ -214,6 +214,7 @@ struct
    int no_auto_check_trustdb;
    int preserve_permissions;
@@ -52,10 +52,10 @@
    struct groupitem *grouplist;
    int mangle_dos_filenames;
    int enable_progress_filter;
-Index: gnupg-2.1.20/g10/sign.c
+Index: gnupg-2.1.21/g10/sign.c
 ===================================================================
---- gnupg-2.1.20.orig/g10/sign.c       2017-04-03 17:13:56.000000000 +0200
-+++ gnupg-2.1.20/g10/sign.c    2017-04-04 15:59:27.515864763 +0200
+--- gnupg-2.1.21.orig/g10/sign.c       2017-04-03 17:13:56.000000000 +0200
++++ gnupg-2.1.21/g10/sign.c    2017-04-04 15:59:27.515864763 +0200
 @@ -42,6 +42,8 @@
  #include "call-agent.h"
  #include "../common/mbox-util.h"
@@ -65,6 +65,15 @@
  #ifdef HAVE_DOSISH_SYSTEM
  #define LF "\r\n"
  #else
+@@ -695,6 +697,8 @@ write_signature_packets(ctrl_t ctrl,
+       if (duration || opt.sig_policy_url
+           || opt.sig_notations || opt.sig_keyserver_url)
+         sig->version = 4;
++      else if (opt.files_are_digests)
++        sig->version = 3;
+       else
+         sig->version = pk->version;
+
 @@ -718,8 +720,12 @@ write_signature_packets (ctrl_t ctrl,
            mk_notation_policy_etc (sig, NULL, pk);
          }




Reply via email to