- updated to 0.72
see /usr/share/doc/packages/perl-Crypt-SSLeay/Changes
0.70 2014-04-24 14:53:43 UTC
- RT #94974: I forgot that `return` just returns from the code block for
`catch`, not the subroutine so `filter_libs` was still trying to link
against various libraries even when Devel::CheckLib was not installed.
0.68 2014-04-24 14:13:07 UTC
- Previous release did not bump version number in Net::SSL even though there
was a minor change. Correct that oversight.
0.66 2014-04-24 14:00:42 UTC
- Various minor fixes to C code
- Various fixes to the distribution such as manifest files, additional
tests, bundled module etc
- Address RT bugs #94828 and #79212
0.65_14 2014-04-16 23:55:42 UTC
- REMINDER: make test WILL FAIL if your OpenSSL is vulnerable to Heartbleed.
- Add additional functions exposing information that can be obtained via
SSLeay_version.
0.65_13 2014-04-15 22:22:43 UTC
- Work in progress
OBS-URL: https://build.opensuse.org/request/show/296949
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-SSLeay?expand=0&rev=18
- updated to 0.64
- Drastically simplify Makefile.PL to resolve RT bugs #61249, #61324,
#63553, #68208, and #68084.
- Forgot to update Changes for 0.63, so this version overrides that.
- Trying to distinguish between good vs bad zero returns from underlying
SSL_read/SSL_write broke stuff (see RT bug #78695). Revert to previous
behavior.
- Completely re-organize Makefile.PL. I hope these changes will help take
care of RT bugs #61324, #61249, #63553, and #68084 etc. This is not
necessarily finished, but I want to see what happens on CPAN Testers at
this point before making a few other minor changes.
- Release 0.59_03 as 0.60 so distributions can pick up various fixes. The most
important one seems to be bug RT #70565. This should take care of bug RT
#77167
- SSL_read and SSL_write now try to handle incomplete reads/writes (see bug RT
RT #64054). The current test suite does is not very comprehensive, so caution
is recommended at this point. Also, if you have good test cases, I would love
to incorporate them into the distribution.
- Bump version number and upload to CPAN.
- Forgot to update Changes for 0.59_01. The following is a combined list of
the more important fixes incorporated in both.
- Bug RT #64054: Handle incomplete reads/writes better
OBS-URL: https://build.opensuse.org/request/show/177472
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-SSLeay?expand=0&rev=16