- updated to 2.064

see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
  2.064
  - make algorithm for fingerprint optional, i.e. detect based on length of
    fingerprint - https://rt.cpan.org/Ticket/Display.html?id=127773
  - fix t/sessions.t and improve stability of t/verify_hostname.t on windows
  - use CTX_set_ecdh_auto when needed (OpenSSL 1.0.2) if explicit curves are set
  - update fingerprints for live tests
  2.063
  - support for both RSA and ECDSA certificate on same domain
  - update PublicSuffix
  - Refuse to build if Net::SSLeay is compiled with one version of OpenSSL but
    then linked against another API-incompatible version (ie. more than just the
    patchlevel differs).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Socket-SSL?expand=0&rev=116
This commit is contained in:
Stephan Kulow 2019-03-05 11:55:47 +00:00 committed by Git OBS Bridge
parent cccb1f3e29
commit 1c83562d62
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a62202b9357e1550230ce07bbad7e5f22ec815979a88f56bd7177790f9881ba
size 240922

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5827c6459ed2dce1da0ba6f442d198fa2c81554e045930e32b92c6d39e3ac3f5
size 243078

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Mar 5 11:52:51 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 2.064
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
2.064
- make algorithm for fingerprint optional, i.e. detect based on length of
fingerprint - https://rt.cpan.org/Ticket/Display.html?id=127773
- fix t/sessions.t and improve stability of t/verify_hostname.t on windows
- use CTX_set_ecdh_auto when needed (OpenSSL 1.0.2) if explicit curves are set
- update fingerprints for live tests
2.063
- support for both RSA and ECDSA certificate on same domain
- update PublicSuffix
- Refuse to build if Net::SSLeay is compiled with one version of OpenSSL but
then linked against another API-incompatible version (ie. more than just the
patchlevel differs).
-------------------------------------------------------------------
Sun Feb 24 06:14:18 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -17,7 +17,7 @@
Name: perl-IO-Socket-SSL
Version: 2.062
Version: 2.064
Release: 0
%define cpan_name IO-Socket-SSL
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET