Changelog for
perl-Net-SSLeay-1.88-9.fc33.x86_64.rpm :
* Tue Jul 28 2020 Fedora Release Engineering
- 1.88-9- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jun 23 2020 Jitka Plesnikova - 1.88-8- Perl 5.32 rebuild
* Sat Mar 21 2020 Paul Howarth - 1.88-7- Add SSL_shutdown() calls in Net::SSLeay::sslcat() and t/local/07_sslecho.t to fix compatibility with OpenSSL 1.1.1e (GH#160, GH#161)
* Tue Mar 10 2020 Paul Howarth - 1.88-6- BR: perl(FindBin) for test suite
* Wed Feb 05 2020 Tom Stellard - 1.88-5- Spec file cleanups: Use make_build and make_install macros- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make- https://fedoraproject.org/wiki/Perl/Tips#ExtUtils::MakeMaker
* Thu Jan 30 2020 Fedora Release Engineering - 1.88-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Jul 26 2019 Fedora Release Engineering - 1.88-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri May 31 2019 Jitka Plesnikova - 1.88-2- Perl 5.30 rebuild
* Sat May 11 2019 Paul Howarth - 1.88-1- Update to 1.88 Summary of major changes since version 1.85 - Mike McCauley has stepped down as maintainer: the new maintainers are Chris Novakovic, Heikki Vatiainen and Tuure Vartiainen - The source code has moved from the now-defunct Debian Subversion server (alioth.debian.org) to GitHub (https://github.com/radiator-software/p5-net-ssleay) - Net-SSLeay is provided under the terms of the Artistic License 2.0; this has been the case since version 1.66, but references to other licenses remained in the source code, causing ambiguity - Perl 5.8.1 or newer is now required to use Net-SSLeay; this has already been the case for some time in practice, as the test suite hasn\'t fully passed on Perl 5.6 for several years - Much-improved compatibility with OpenSSL 1.1.1, and improved support for TLS 1.3 - Fixed a long-standing bug in cb_data_advanced_put() that caused memory leaks when callbacks were frequently added and removed - Support in the test suite for \"hardened\" OpenSSL configurations that set a default security level of 2 or higher (e.g., in the OpenSSL packages that ship with recent versions of Debian, Fedora and Ubuntu)
* Thu Apr 18 2019 Petr Pisar - 1.86-0.3.09- Replace expired test certificates (CPAN RT#129201)
* Fri Mar 29 2019 Paul Howarth - 1.86-0.2.09- Get libraries to link against from pkg-config https://github.com/radiator-software/p5-net-ssleay/pull/127
* Wed Mar 20 2019 Petr Pisar - 1.86-0.1.09- Update to 1.86_09 (see Changes file for details)
* Fri Feb 01 2019 Fedora Release Engineering - 1.85-10- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Sep 29 2018 Paul Howarth - 1.85-9- OpenSSL 1.1.1 in Fedora disables SSL3 API, so stop trying to test it
* Wed Sep 19 2018 Paul Howarth - 1.85-8- Expose SSL_CTX_set_post_handshake_auth (#1630391) https://github.com/radiator-software/p5-net-ssleay/pull/68
* Fri Aug 17 2018 Petr Pisar - 1.85-7- Revert retry in Net::SSLeay::write_partial() (bug #1614884)
* Wed Aug 15 2018 Petr Pisar - 1.85-6- Revert retry in Net::SSLeay::{read,write}() (bug #1614884)
* Tue Aug 14 2018 Petr Pisar - 1.85-5- Avoid SIGPIPE in t/local/36_verify.t (bug #1614884)
* Mon Aug 13 2018 Petr Pisar - 1.85-4- Adapt to OpenSSL 1.1.1 (bug #1614884)- Adapt tests to system-wide crypto policy (bug #1614884)