From b4ed1404556d997b923f48010dd7767319d60aaa66b5882c63d935480d8f2aba Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 20 Oct 2015 14:20:54 +0000 Subject: [PATCH] Accepting request 337606 from Base:System 1 OBS-URL: https://build.opensuse.org/request/show/337606 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpg2?expand=0&rev=97 --- gnupg-2.1.8.tar.bz2 | 3 --- gnupg-2.1.8.tar.bz2.sig | Bin 287 -> 0 bytes gnupg-2.1.9.tar.bz2 | 3 +++ gnupg-2.1.9.tar.bz2.sig | Bin 0 -> 287 bytes gnupg-add_legacy_FIPS_mode_option.patch | 22 +++++++++++----------- gpg2.changes | 20 ++++++++++++++++++++ gpg2.spec | 2 +- 7 files changed, 35 insertions(+), 15 deletions(-) delete mode 100644 gnupg-2.1.8.tar.bz2 delete mode 100644 gnupg-2.1.8.tar.bz2.sig create mode 100644 gnupg-2.1.9.tar.bz2 create mode 100644 gnupg-2.1.9.tar.bz2.sig diff --git a/gnupg-2.1.8.tar.bz2 b/gnupg-2.1.8.tar.bz2 deleted file mode 100644 index 6ea3a0f..0000000 --- a/gnupg-2.1.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3b8d01e4690715d42e8f289493c85413766f3fa935e4fe7e5ff5b0f6e2781a3 -size 4900705 diff --git a/gnupg-2.1.8.tar.bz2.sig b/gnupg-2.1.8.tar.bz2.sig deleted file mode 100644 index 64c5b17cde3c54037862fd2f8e9a684a66a4a323d516e014bbc36abf506d956d..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0SEvF1p-y^(I}w3aV1fKim4y5_%a#C)N~4y&MxREw40Riff2_JahxK?>Fe5N(d) zC9Iah@Sp)1$q`DuI!Y3rO6?w}>~`V=C+~)aaLQakCWE)?b3-8u4sB6D20tM3OO@>) l%6G^xRuM6Z777(_TG+C=$;3AjP4Cp$$bG}g0p2xLicgirg(d(1 diff --git a/gnupg-2.1.9.tar.bz2 b/gnupg-2.1.9.tar.bz2 new file mode 100644 index 0000000..b91f218 --- /dev/null +++ b/gnupg-2.1.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb7633a57190beb66f9249cb7446603229b273d4d89331b75c652fa4a29f7b6 +size 4925167 diff --git a/gnupg-2.1.9.tar.bz2.sig b/gnupg-2.1.9.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..5f516cc90afbe6d4ef0684e44fa05560f8419e08fb62ba0cb0412795b22e5eb7 GIT binary patch literal 287 zcmV+)0pR|L0UQJX0SEvF1p-zV;6nfk2@oWkInqxhBN38n+fJ5e(&cwlgqVIwbS>Arq!He(@J2uz9bKN*Q4Ie-G+LMaf~@IWV|{rZa7 zSz<%W&+Mp_n|_@&KPO zr&p%?NgG7z&Pr*}V{R>3sCaKnfX+sic;Rz7MY74)Ik@xKN{EPcn5ZiGNjrF>&k%X{ l^7=NJovj=x5_=Yb4Cb2=D1k;bA3Ci#spquedvWB@US+G7gu4I$ literal 0 HcmV?d00001 diff --git a/gnupg-add_legacy_FIPS_mode_option.patch b/gnupg-add_legacy_FIPS_mode_option.patch index 4968364..1ce8325 100644 --- a/gnupg-add_legacy_FIPS_mode_option.patch +++ b/gnupg-add_legacy_FIPS_mode_option.patch @@ -3,11 +3,11 @@ g10/gpg.c | 9 +++++++++ 2 files changed, 27 insertions(+) -Index: gnupg-2.1.3/doc/gpg.texi +Index: gnupg-2.1.9/doc/gpg.texi =================================================================== ---- gnupg-2.1.3.orig/doc/gpg.texi 2015-04-11 20:48:01.000000000 +0200 -+++ gnupg-2.1.3/doc/gpg.texi 2015-04-11 20:48:22.000000000 +0200 -@@ -1857,6 +1857,24 @@ implies, this option is for experts only +--- gnupg-2.1.9.orig/doc/gpg.texi ++++ gnupg-2.1.9/doc/gpg.texi +@@ -1778,6 +1778,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 @@ Index: gnupg-2.1.3/doc/gpg.texi @end table -Index: gnupg-2.1.3/g10/gpg.c +Index: gnupg-2.1.9/g10/gpg.c =================================================================== ---- gnupg-2.1.3.orig/g10/gpg.c 2015-04-11 20:48:01.000000000 +0200 -+++ gnupg-2.1.3/g10/gpg.c 2015-04-11 20:48:48.000000000 +0200 -@@ -385,6 +385,7 @@ enum cmd_and_opt_values - oFakedSystemTime, +--- gnupg-2.1.9.orig/g10/gpg.c ++++ gnupg-2.1.9/g10/gpg.c +@@ -386,6 +386,7 @@ enum cmd_and_opt_values oNoAutostart, oPrintPKARecords, + oPrintDANERecords, + oSetLegacyFips, oNoop }; -@@ -777,6 +778,7 @@ static ARGPARSE_OPTS opts[] = { +@@ -780,6 +781,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 @@ Index: gnupg-2.1.3/g10/gpg.c /* These two are aliases to help users of the PGP command line product use gpg with minimal pain. Many commands are common -@@ -3170,6 +3172,13 @@ main (int argc, char **argv) +@@ -3188,6 +3190,13 @@ main (int argc, char **argv) case oNoAutostart: opt.autostart = 0; break; diff --git a/gpg2.changes b/gpg2.changes index 0b4520e..1164031 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Oct 10 11:39:55 UTC 2015 - astieger@suse.com + +- GnuPG 2.1.9: + * gpg: Allow fetching keys via OpenPGP DANE (--auto-key-locate).\ + New option --print-dane-records. + * gpg: Fix for a problem with PGP-2 keys in a keyring. + * gpg: Fail with an error instead of a warning if a modern cipher + algorithm is used without a MDC. + * agent: New option --pinentry-invisible-char. + * agent: Always do a RSA signature verification after creation. + * agent: Fix a regression in ssh-add-ing Ed25519 keys. + * agent: Fix ssh fingerprint computation for nistp384 and EdDSA. + * agent: Fix crash during passprase entry on some platforms. + * scd: Change timeout to fix problems with some 2.1 cards. + * dirmngr: Displayed name is now Key Acquirer. + * dirmngr: Add option --keyserver. Deprecate that option for gpg. + Install a dirmngr.conf file from a skeleton for new installations. +- update gnupg-add_legacy_FIPS_mode_option.patch for context change + ------------------------------------------------------------------- Fri Sep 11 06:02:23 UTC 2015 - astieger@suse.com diff --git a/gpg2.spec b/gpg2.spec index 8494b5e..ea1cf65 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -17,7 +17,7 @@ Name: gpg2 -Version: 2.1.8 +Version: 2.1.9 Release: 0 Summary: GnuPG 2 License: GPL-3.0+