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
This commit is contained in:
parent
0697758c1b
commit
dfe6c7c028
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:799dd37a86a1448732e339bd20440f4f5ee6e69755f6fd7a73ee8af30840c915
|
|
||||||
size 6659484
|
|
Binary file not shown.
3
gnupg-2.2.11.tar.bz2
Normal file
3
gnupg-2.2.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:496c3e123ef53f35436ddccca58e82acaa901ca4e21174e77386c0cea0c49cd9
|
||||||
|
size 6652480
|
BIN
gnupg-2.2.11.tar.bz2.sig
Normal file
BIN
gnupg-2.2.11.tar.bz2.sig
Normal file
Binary file not shown.
25
gpg2.changes
25
gpg2.changes
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 8 15:35:27 UTC 2018 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
||||||
|
|
||||||
|
- Code no longer uses libcurl, remove from buildrequires.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 6 12:05:35 UTC 2018 - Karol Babioch <kbabioch@suse.com>
|
||||||
|
|
||||||
|
- 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 <bwiedemann@suse.com>
|
Thu Oct 4 04:09:12 UTC 2018 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
@ -12,12 +12,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: gpg2
|
||||||
Version: 2.2.10
|
Version: 2.2.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File encryption, decryption, signature creation and verification utility
|
Summary: File encryption, decryption, signature creation and verification utility
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -48,7 +48,6 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: pkgconfig(bzip2)
|
BuildRequires: pkgconfig(bzip2)
|
||||||
BuildRequires: pkgconfig(gnutls) >= 3.0
|
BuildRequires: pkgconfig(gnutls) >= 3.0
|
||||||
BuildRequires: pkgconfig(libcurl) >= 7.10
|
|
||||||
BuildRequires: pkgconfig(libusb-1.0)
|
BuildRequires: pkgconfig(libusb-1.0)
|
||||||
BuildRequires: pkgconfig(sqlite3) >= 3.7
|
BuildRequires: pkgconfig(sqlite3) >= 3.7
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
Loading…
Reference in New Issue
Block a user