diff --git a/IO-Socket-SSL-2.062.tar.gz b/IO-Socket-SSL-2.062.tar.gz deleted file mode 100644 index 8501cff..0000000 --- a/IO-Socket-SSL-2.062.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a62202b9357e1550230ce07bbad7e5f22ec815979a88f56bd7177790f9881ba -size 240922 diff --git a/IO-Socket-SSL-2.066.tar.gz b/IO-Socket-SSL-2.066.tar.gz new file mode 100644 index 0000000..571cd97 --- /dev/null +++ b/IO-Socket-SSL-2.066.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d47064781a545304d5dcea5dfcee3acc2e95a32e1b4884d80505cde8ee6ebcd +size 244730 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index 1ce02fd..c31ea28 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Wed Mar 6 08:30:31 UTC 2019 - Pedro Monreal Gonzalez + +- 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 + +- 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 + +- 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 diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 2fa73dd..b927fc2 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -17,7 +17,7 @@ Name: perl-IO-Socket-SSL -Version: 2.062 +Version: 2.066 Release: 0 %define cpan_name IO-Socket-SSL Summary: Nearly transparent SSL encapsulation for IO::Socket::INET