From 2ede4f949783197c675c2e22b91946fd300be8e184abeeef822d83e19673f78e Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 30 Aug 2018 14:23:51 +0000 Subject: [PATCH 1/2] Accepting request 632343 from home:kbabioch:branches:Base:System - Update to 2.2.10: - Refresh expired keys originating from the WKD. - Use a 256 KiB limit for a WKD imported key. - New option --known-notation. - dirmngr: Validate SRV records in WKD queries. OBS-URL: https://build.opensuse.org/request/show/632343 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=208 --- gnupg-2.2.10.tar.bz2 | 3 +++ gnupg-2.2.10.tar.bz2.sig | Bin 0 -> 309 bytes gnupg-2.2.9.tar.bz2 | 3 --- gnupg-2.2.9.tar.bz2.sig | Bin 310 -> 0 bytes gpg2.changes | 10 ++++++++++ gpg2.spec | 2 +- 6 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 gnupg-2.2.10.tar.bz2 create mode 100644 gnupg-2.2.10.tar.bz2.sig delete mode 100644 gnupg-2.2.9.tar.bz2 delete mode 100644 gnupg-2.2.9.tar.bz2.sig diff --git a/gnupg-2.2.10.tar.bz2 b/gnupg-2.2.10.tar.bz2 new file mode 100644 index 0000000..ad47ca8 --- /dev/null +++ b/gnupg-2.2.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799dd37a86a1448732e339bd20440f4f5ee6e69755f6fd7a73ee8af30840c915 +size 6659484 diff --git a/gnupg-2.2.10.tar.bz2.sig b/gnupg-2.2.10.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..b55dd1419d19e576aeeb8d6d5849e781925f8ff4004a81b3f464277ec51a88a7 GIT binary patch literal 309 zcmV-50m}Y~0Wt&t0SEvc79j-KX(1!T23_i24?49Zn>o@?CF8aQ0$Ydfi2w=-5G0#9 z(oZGhwtWW&^&8I*@Cwf*1JyC<`y48Dkm521HdOsI43LefSGg8;!uzdwARln(O1Oz7 z0ZmVTV5UoB&H3sQ1iyYn1uamTpLKGG;ZA@D7#5Ag(St|_PgG8fMrk)GAo#V64&@13 zYn$oUGaI3#KicQT$^T0J)dQBcQKlOnaSo=Z|JFKml}=}dHt{-2osN;E_(6F zD=N{QHl=;=Ic^+0ui+(+>YpEqfSApn1tzJTPtX7a+!DhUio@?CF8aQ0$WE_xBvy{ECPz=|b4*URR-*RZmI~am{h>_Bu3+bdbn<)wylDPq&cgx`{@$B=r5LoEw z>BmEE+`xR8Dd9Q<@tk=#%1!=WBR%k%(eH^;`B*vLarj!Pr-_Bj69{QoM1imsnfcxY-2Yh4QW z^vHNUM83}|xNtwoAC+mNxinZs@27uvyu~yTmRmnR$Nd*-hmDraVm?};ifNon6OT4D IWGhA;V-uK*ssI20 diff --git a/gpg2.changes b/gpg2.changes index 9d92b94..c373683 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Aug 30 14:14:08 UTC 2018 - kbabioch@suse.com + +- Update to 2.2.10: + +- Refresh expired keys originating from the WKD. +- Use a 256 KiB limit for a WKD imported key. +- New option --known-notation. +- dirmngr: Validate SRV records in WKD queries. + ------------------------------------------------------------------- Wed Jul 25 05:50:42 UTC 2018 - tchvatal@suse.com diff --git a/gpg2.spec b/gpg2.spec index 716934a..eb7a350 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -17,7 +17,7 @@ Name: gpg2 -Version: 2.2.9 +Version: 2.2.10 Release: 0 Summary: File encryption, decryption, signature creation and verification utility License: GPL-3.0-or-later From 4a257d029e5980085e07c895218540fdaddbc2c2e4c5de2a16941cb0cea39b0d Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 30 Aug 2018 14:24:22 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=209 --- gpg2.changes | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gpg2.changes b/gpg2.changes index c373683..6a29f91 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -2,11 +2,10 @@ Thu Aug 30 14:14:08 UTC 2018 - kbabioch@suse.com - Update to 2.2.10: - -- Refresh expired keys originating from the WKD. -- Use a 256 KiB limit for a WKD imported key. -- New option --known-notation. -- dirmngr: Validate SRV records in WKD queries. + * Refresh expired keys originating from the WKD + * Use a 256 KiB limit for a WKD imported key + * New option --known-notation + * dirmngr: Validate SRV records in WKD queries ------------------------------------------------------------------- Wed Jul 25 05:50:42 UTC 2018 - tchvatal@suse.com