From 02187aebb983ca1797e59ec7320baeb37b445397763bb64e3c93b145c296cb58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 11 Jul 2019 11:35:13 +0000 Subject: [PATCH] Accepting request 714630 from home:pmonrealgonzalez:branches:Base:System - Update to 2.2.17 [bsc#1141093] * gpg: Do not try the import fallback if the options are already used. * gpg: Fix regression in option "self-sigs-only". * gpg: With --auto-key-retrieve prefer WKD over keyservers. * gpg: Add "self-sigs-only" and "import-clean" to the keyserver options. * gpg: Avoid printing false AKL error message. * gpg: New command --locate-external-key. * gpg: Make the get_pubkey_byname interface easier to understand. * gpg: Fallback to import with self-sigs-only on too large keyblocks. * gpg: New import and keyserver option "self-sigs-only" * gpg: Make read_block in import.c more flexible. * dirmngr: fix handling of HTTPS redirections during HKP. * dirmngr: Avoid endless loop in case of HTTP error 503. * dirmngr: Do not rewrite the redirection for the "openpgpkey" subdomain. * dirmngr: Support the new WKD draft with the openpgpkey subdomain. * wkd: Change client/server limit back to 64 KiB. * tools: gpgconf: Killing order is children-first. * Return better error code for some getinfo IPC commands. * po: Update Russian translation. OBS-URL: https://build.opensuse.org/request/show/714630 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=233 --- gnupg-2.2.16.tar.bz2 | 3 --- gnupg-2.2.16.tar.bz2.sig | Bin 310 -> 0 bytes gnupg-2.2.17.tar.bz2 | 3 +++ gnupg-2.2.17.tar.bz2.sig | Bin 0 -> 310 bytes gpg2.changes | 23 +++++++++++++++++++++++ gpg2.spec | 2 +- 6 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 gnupg-2.2.16.tar.bz2 delete mode 100644 gnupg-2.2.16.tar.bz2.sig create mode 100644 gnupg-2.2.17.tar.bz2 create mode 100644 gnupg-2.2.17.tar.bz2.sig diff --git a/gnupg-2.2.16.tar.bz2 b/gnupg-2.2.16.tar.bz2 deleted file mode 100644 index f14b996..0000000 --- a/gnupg-2.2.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cbe8d454bf5dc204621eed3016d721b66298fa95363395bb8eeceb1d2fd14cb -size 6699113 diff --git a/gnupg-2.2.16.tar.bz2.sig b/gnupg-2.2.16.tar.bz2.sig deleted file mode 100644 index 01a77f01e114e25c1e0eb120d6a445369eea31d32bbb0da6a2dd0f0c257f2bdc..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j-KX(1!T23_i24?49Zn>o@?CF8aQ0$lA=82}0i5G0#9 z(oZGhwxD(g|56ycpg_wNkOOsfXL9eiLy>9CC}o!z)Jv^8s_ONQlbC#9f9nK789wHi z+jf|wEt;|5tTJYTuPdfRx`CV-%fw>5nM?9N^UD5#85YMn zjBco3bj0eGfk>E(1A|X5u_e&f2}oN^vKZVT*g#q?u`FWA@|glq;&CZ~4}840oPNh~ IS)6sbbua#x(f|Me diff --git a/gnupg-2.2.17.tar.bz2 b/gnupg-2.2.17.tar.bz2 new file mode 100644 index 0000000..a2bd98e --- /dev/null +++ b/gnupg-2.2.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa262868e39b651a2db4c071fba90415154243e83a830ca00516f9a807fd514 +size 6717554 diff --git a/gnupg-2.2.17.tar.bz2.sig b/gnupg-2.2.17.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..cb5b7fe8dc9d9bd58d3a8079228a1ce53e76e78cbbb3121ded1f45b1a05e0abe GIT binary patch literal 310 zcmV-60m=S}0W$;u0SEvc79j-KX(1!T23_i24?49Zn>o@?CF8aQ0$n7g)&L3#5G0#9 z(oZGhwqDT({xQ;nm$8B{pIQIqzkm7Ka-bw=d`7g>i;HB`h!gmJOVB=`! + +- Update to 2.2.17 [bsc#1141093] + * gpg: Do not try the import fallback if the options are already used. + * gpg: Fix regression in option "self-sigs-only". + * gpg: With --auto-key-retrieve prefer WKD over keyservers. + * gpg: Add "self-sigs-only" and "import-clean" to the keyserver options. + * gpg: Avoid printing false AKL error message. + * gpg: New command --locate-external-key. + * gpg: Make the get_pubkey_byname interface easier to understand. + * gpg: Fallback to import with self-sigs-only on too large keyblocks. + * gpg: New import and keyserver option "self-sigs-only" + * gpg: Make read_block in import.c more flexible. + * dirmngr: fix handling of HTTPS redirections during HKP. + * dirmngr: Avoid endless loop in case of HTTP error 503. + * dirmngr: Do not rewrite the redirection for the "openpgpkey" subdomain. + * dirmngr: Support the new WKD draft with the openpgpkey subdomain. + * wkd: Change client/server limit back to 64 KiB. + * tools: gpgconf: Killing order is children-first. + * Return better error code for some getinfo IPC commands. + * po: Update Russian translation. + ------------------------------------------------------------------- Wed Jun 19 21:02:05 UTC 2019 - Jason Sikes diff --git a/gpg2.spec b/gpg2.spec index 0a1b0ae..d89e09a 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -17,7 +17,7 @@ Name: gpg2 -Version: 2.2.16 +Version: 2.2.17 Release: 0 Summary: File encryption, decryption, signature creation and verification utility License: GPL-3.0-or-later