Accepting request 682038 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/682038 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=83
This commit is contained in:
commit
ee1a52570b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1a62202b9357e1550230ce07bbad7e5f22ec815979a88f56bd7177790f9881ba
|
|
||||||
size 240922
|
|
3
IO-Socket-SSL-2.066.tar.gz
Normal file
3
IO-Socket-SSL-2.066.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0d47064781a545304d5dcea5dfcee3acc2e95a32e1b4884d80505cde8ee6ebcd
|
||||||
|
size 244730
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 6 08:30:31 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||||
|
|
||||||
|
- updated to 2.066
|
||||||
|
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
|
||||||
|
|
||||||
|
2.066
|
||||||
|
- fix test t/verify_partial_chain.t by using the newly exposed function
|
||||||
|
can_partial_chain instead of guessing (wrongly) if the functionality is
|
||||||
|
available
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 6 06:13:26 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 2.065
|
||||||
|
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
|
||||||
|
|
||||||
|
2.065
|
||||||
|
- make sure that Net::SSLeay::CTX_get0_param is defined before using
|
||||||
|
X509_V_FLAG_PARTIAL_CHAIN. Net::SSLeay 1.85 defined only the second with
|
||||||
|
LibreSSL 2.7.4 but not the first
|
||||||
|
https://rt.cpan.org/Ticket/Display.html?id=128716
|
||||||
|
- prefer AES for server side cipher default since it is usually
|
||||||
|
hardware-accelerated
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Feb 24 06:14:18 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 2.062
|
Version: 2.066
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name IO-Socket-SSL
|
%define cpan_name IO-Socket-SSL
|
||||||
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
|
Summary: Nearly transparent SSL encapsulation for IO::Socket::INET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user