From 234678ce3071865f33d5e32a4ffd4fd445ae17c65be09598a92ff8d94559d0ef Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 7 Nov 2018 07:22:17 +0000 Subject: [PATCH] Accepting request 646642 from home:kbabioch:branches:Base:System - Update to 2.2.11: * gpgsm: Fix CRL loading when intermediate certicates are not yet trusted. * gpgsm: Fix an error message about the digest algo. * gpg: Fix a wrong warning due to new sign usage check introduced with 2.2.9. * gpg: Print the "data source" even for an unsuccessful keyserver query. * gpg: Do not store the TOFU trust model in the trustdb. * scd: Fix cases of "Bad PIN" after using "forcesig". * agent: Fix possible hang in the ssh handler. * dirmngr: Tack the unmodified mail address to a WKD request. * dirmngr: Tweak diagnostic about missing LDAP server file. * dirmngr: In verbose mode print the OCSP responder id. * dirmngr: Fix parsing of the LDAP port. * wks: Add option --directory/-C to the server. * wks: Add option --with-colons to the client. * Fix EBADF when gpg et al. are called by broken CGI scripts. * Fix some minor memory leaks and bugs. OBS-URL: https://build.opensuse.org/request/show/646642 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=213 --- gnupg-2.2.10.tar.bz2 | 3 --- gnupg-2.2.10.tar.bz2.sig | Bin 309 -> 0 bytes gnupg-2.2.11.tar.bz2 | 3 +++ gnupg-2.2.11.tar.bz2.sig | Bin 0 -> 310 bytes gpg2.changes | 20 ++++++++++++++++++++ gpg2.spec | 4 ++-- 6 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 gnupg-2.2.10.tar.bz2 delete mode 100644 gnupg-2.2.10.tar.bz2.sig create mode 100644 gnupg-2.2.11.tar.bz2 create mode 100644 gnupg-2.2.11.tar.bz2.sig diff --git a/gnupg-2.2.10.tar.bz2 b/gnupg-2.2.10.tar.bz2 deleted file mode 100644 index ad47ca8..0000000 --- a/gnupg-2.2.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b55dd1419d19e576aeeb8d6d5849e781925f8ff4004a81b3f464277ec51a88a7..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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$bs4xBv9y0G~#}eX(2o<5pKuFe<#d59+75?Rlwhs%!T$mmlPhaKUO|ZVA$+ zaZ|6T?$&Uih2!am5Z@l^5nKo4C<+C>txu3PC~%`Gz_vnKcBCT3bKUt*)k8fF%`xQ% zT0E5v2z8tb|J!6=tX!4WVplw9>kbcTa#2|?g4n_L*gucx`7d-usdz_@nGiVcE{}!! z0C0X0PfdLAr{OKmDRS&#l4VBvl@Wzu?$SLoFU%&Dzl$Xt2N#5=Y>e1=u{}&F1t*_F z>;TzibQ6X0G{vkLH=LHzWxZSawAUU)YXAi8({b`KP%Km<=Yjx>^seT)p*I?(tK + +- Update to 2.2.11: + * gpgsm: Fix CRL loading when intermediate certicates are not yet trusted. + * gpgsm: Fix an error message about the digest algo. + * gpg: Fix a wrong warning due to new sign usage check introduced with 2.2.9. + * gpg: Print the "data source" even for an unsuccessful keyserver query. + * gpg: Do not store the TOFU trust model in the trustdb. + * scd: Fix cases of "Bad PIN" after using "forcesig". + * agent: Fix possible hang in the ssh handler. + * dirmngr: Tack the unmodified mail address to a WKD request. + * dirmngr: Tweak diagnostic about missing LDAP server file. + * dirmngr: In verbose mode print the OCSP responder id. + * dirmngr: Fix parsing of the LDAP port. + * wks: Add option --directory/-C to the server. + * wks: Add option --with-colons to the client. + * Fix EBADF when gpg et al. are called by broken CGI scripts. + * Fix some minor memory leaks and bugs. + ------------------------------------------------------------------- Thu Oct 4 04:09:12 UTC 2018 - Bernhard Wiedemann diff --git a/gpg2.spec b/gpg2.spec index ed26de8..73574f8 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gpg2 -Version: 2.2.10 +Version: 2.2.11 Release: 0 Summary: File encryption, decryption, signature creation and verification utility License: GPL-3.0-or-later