From dfe6c7c028472d9d5df0572c073b51aeed6dac62ffdadeb61c91b151c3b671c7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 14 Nov 2018 13:29:28 +0000 Subject: [PATCH] Accepting request 648382 from Base:System - Code no longer uses libcurl, remove from buildrequires. - 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/648382 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpg2?expand=0&rev=133 --- 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 -> 620 bytes gpg2.changes | 25 +++++++++++++++++++++++++ gpg2.spec | 5 ++--- 6 files changed, 30 insertions(+), 6 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>&U2;_{*Q;Wv3QQ)l8FEuDu5oIigI4z8{`MGufWN3sSK_hgs z`FkCAvkF7khat12n7Lo|&p826q?WWKC=l8koF*8bmp?j*j9 zIi%AbEzsG3a>^o_WC0hLcX*Wp)VZGlblDwZGJD+@&EG*2rP&2wpmm*}7i6ZeZEyNe GLd$K=Wgm?I literal 0 HcmV?d00001 diff --git a/gpg2.changes b/gpg2.changes index cbbb9d8..9d29002 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Nov 8 15:35:27 UTC 2018 - Cristian Rodríguez + +- Code no longer uses libcurl, remove from buildrequires. + +------------------------------------------------------------------- +Tue Nov 6 12:05:35 UTC 2018 - Karol Babioch + +- 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..874bc05 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 @@ -48,7 +48,6 @@ BuildRequires: pkgconfig BuildRequires: readline-devel BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(gnutls) >= 3.0 -BuildRequires: pkgconfig(libcurl) >= 7.10 BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(sqlite3) >= 3.7 BuildRequires: pkgconfig(zlib)