From 62deae5dd4bb04d34c2fe42a297e62a4a6e76b88975f0d00ba0c49ff38903e98 Mon Sep 17 00:00:00 2001
From: "P. Janouch"
Date: Tue, 10 May 2016 11:27:26 +0000
Subject: [PATCH 1/2] Accepting request 394632 from security:privacy
GnuPG 2.1.12
OBS-URL: https://build.opensuse.org/request/show/394632
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=135
---
gnupg-2.1.11.tar.bz2 | 3 ---
gnupg-2.1.11.tar.bz2.sig | Bin 574 -> 0 bytes
gnupg-2.1.12.tar.bz2 | 3 +++
gnupg-2.1.12.tar.bz2.sig | Bin 0 -> 287 bytes
gnupg-set_umask_before_open_outfile.patch | 14 +++++-----
gpg2.changes | 31 ++++++++++++++++++++++
gpg2.spec | 3 ++-
7 files changed, 43 insertions(+), 11 deletions(-)
delete mode 100644 gnupg-2.1.11.tar.bz2
delete mode 100644 gnupg-2.1.11.tar.bz2.sig
create mode 100644 gnupg-2.1.12.tar.bz2
create mode 100644 gnupg-2.1.12.tar.bz2.sig
diff --git a/gnupg-2.1.11.tar.bz2 b/gnupg-2.1.11.tar.bz2
deleted file mode 100644
index 956c438..0000000
--- a/gnupg-2.1.11.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b7b0fb2c8c5d47d7ec916d4a1097c0ddcb94a12bb1c0ac424ad86b1ee316b61a
-size 5224007
diff --git a/gnupg-2.1.11.tar.bz2.sig b/gnupg-2.1.11.tar.bz2.sig
deleted file mode 100644
index 32fba6c95065c110a87eb485bed5bb3af9d5cfcafd07e5a4f6daf2139b1e90a8..0000000000000000000000000000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 574
zcmV-E0>S->0UQJX0SEvF1p-#5aFGBC2@oWkInqxhs<2mgJj`c3u-$2eZPKH#NW
ze_$S)jrX+HMXuHb`_y8>IaMc3PMl%iN(Sqv|F(6<>mp8@-Q9Uv6t9zv?^T*#E|1tf
zt3Qb3fJMT(kI_d{mH85SOokT%he=2fAjJKsOt-kto@&%oNW7^FGWpxTWc+2?(8he+
z2)zVQ-`?V~p5X&8zisj52G`qW_kl#7Fbo4mZ|KFb5%e&Thv+9Dbs`~#Zp9CH!Yf0j
zIQU_`^=LS8lE;#kB?=d+c@yTCq*?wNPzE#nx|T=miCi_IcYtw)1yv$=SzPVZH-4^!
z@Xx(Q+P1Y6UHV%%nt^coC6nAcW*iZ3UB7aOTw9^N(?p2@90ULX2ml5J0#>LhLjVd1
z5Fl}|iZi`G24i^#{T})KgrGnd?^TrhxNhMl?;)x*2c&qW<`|l~b)8UybO
z>Ilc^w)C$80poUbb*B?0B?RdP*Hu^h-}h@XTO39H4?oy5k3=K9C^R^G!<;hO7o}mZ
M(%MO!k;5iY+f|feqg2`6y$fd%gRXL3a_?g0mu<^ZwuA=`l!z=9DqH$IF34)LH61BiBS}h
l1&&@cJ}&ERBy~rFPZVx%0VxF(7I{cGue!f?dxv@D>}*XWhWr2k
literal 0
HcmV?d00001
diff --git a/gnupg-set_umask_before_open_outfile.patch b/gnupg-set_umask_before_open_outfile.patch
index b18e04b..291939a 100644
--- a/gnupg-set_umask_before_open_outfile.patch
+++ b/gnupg-set_umask_before_open_outfile.patch
@@ -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
#include
- #include
#include
+#include
#ifdef HAVE_DOSISH_SYSTEM
# include /* for setmode() */
#endif
-@@ -39,6 +40,9 @@
+@@ -38,6 +39,9 @@
#include "status.h"
#include "i18n.h"
@@ -20,7 +20,7 @@ Index: gnupg-2.1.10/g10/plaintext.c
/* 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;
}
diff --git a/gpg2.changes b/gpg2.changes
index 07b7982..91a16d4 100644
--- a/gpg2.changes
+++ b/gpg2.changes
@@ -1,3 +1,34 @@
+-------------------------------------------------------------------
+Wed May 4 15:37:12 UTC 2016 - astieger@suse.com
+
+- 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).
+
-------------------------------------------------------------------
Sun Mar 6 08:17:00 UTC 2016 - astieger@suse.com
diff --git a/gpg2.spec b/gpg2.spec
index 1ae65e7..93be054 100644
--- a/gpg2.spec
+++ b/gpg2.spec
@@ -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 @@ install -m 755 tools/gpg-zip %{buildroot}/%{_bindir}
%{_libdir}/[^d]*
%{_sbindir}/addgnupghome
%{_sbindir}/applygnupgdefaults
+%{_sbindir}/g13-syshelp
%{_datadir}/gnupg
%dir %{_sysconfdir}/gnupg
%config(noreplace) %{_sysconfdir}/gnupg/gpgconf.conf
From d9d1c12fb9bebfe90b7ac618c1d0900b887899ac8010005365257727f4ab2a7a Mon Sep 17 00:00:00 2001
From: "P. Janouch"
Date: Tue, 10 May 2016 12:16:45 +0000
Subject: [PATCH 2/2] Accepting request 394635 from security:privacy
updated sig
OBS-URL: https://build.opensuse.org/request/show/394635
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=136
---
gnupg-2.1.12.tar.bz2.sig | Bin 287 -> 574 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnupg-2.1.12.tar.bz2.sig b/gnupg-2.1.12.tar.bz2.sig
index 8fddf1a77943832d3f1e95977f6fdd4ac107b843f9573911a40456280291ea39..98d8011791a246ca2600b873b5ab042fb7d20e0f042fc0636a0a711f63bf72e8 100644
GIT binary patch
delta 297
zcmV+^0oMMX0=@*W9|3=f0UQJX0SEvF1p-$qIlBM~2@oK0u!=LiKL-9{2mfE3c=zA(
zwUcEL9L#Z@J5mS$*Q@y=7UMU?Zb#z~JD0TR{LBhtCu4d|7kF~0A$VuQ2*fiE2OeG)
ziGvN9V>{!nJ{AtQSTxC((6^_hLK|x%hm%E4TE{eJgNuAXZ~1>?Qw!nT`<#IH=*FOt
zd5?jlAUS*OAuo58O!NEf_U#1TB2q?UXza(R2)UE)KU6xZn8svzEtcv77VaH~(5Ncq
z0@;7jGx73SJNky1*_2?Rmr~WffuC9p?7bMww~%+mWFew@T1PYy=XJL+uHTsq^Pw=n
vhI7AgQC4<)6{sN*4