Hello community, here is the log from the commit of package gpg2 for openSUSE:Factory checked in at 2015-10-20 16:20:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-09-16 10:37:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes 2015-10-20 16:20:55.000000000 +0200 @@ -1,0 +2,20 @@ +Sat Oct 10 11:39:55 UTC 2015 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- gnupg-2.1.8.tar.bz2 gnupg-2.1.8.tar.bz2.sig New: ---- gnupg-2.1.9.tar.bz2 gnupg-2.1.9.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpg2.spec ++++++ --- /var/tmp/diff_new_pack.Yvmdpo/_old 2015-10-20 16:20:56.000000000 +0200 +++ /var/tmp/diff_new_pack.Yvmdpo/_new 2015-10-20 16:20:56.000000000 +0200 @@ -17,7 +17,7 @@ Name: gpg2 -Version: 2.1.8 +Version: 2.1.9 Release: 0 Summary: GnuPG 2 License: GPL-3.0+ ++++++ gnupg-2.1.8.tar.bz2 -> gnupg-2.1.9.tar.bz2 ++++++ ++++ 144730 lines of diff (skipped) ++++++ gnupg-add_legacy_FIPS_mode_option.patch ++++++ --- /var/tmp/diff_new_pack.Yvmdpo/_old 2015-10-20 16:20:59.000000000 +0200 +++ /var/tmp/diff_new_pack.Yvmdpo/_new 2015-10-20 16:20:59.000000000 +0200 @@ -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 @@ @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 @@ /* 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;
