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 b55dd14..0000000 Binary files a/gnupg-2.2.10.tar.bz2.sig and /dev/null differ diff --git a/gnupg-2.2.11.tar.bz2 b/gnupg-2.2.11.tar.bz2 new file mode 100644 index 0000000..30683c1 --- /dev/null +++ b/gnupg-2.2.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496c3e123ef53f35436ddccca58e82acaa901ca4e21174e77386c0cea0c49cd9 +size 6652480 diff --git a/gnupg-2.2.11.tar.bz2.sig b/gnupg-2.2.11.tar.bz2.sig new file mode 100644 index 0000000..32bff03 Binary files /dev/null and b/gnupg-2.2.11.tar.bz2.sig differ 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)