File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension Net::SSLeay.
22
3- ??????? 2018-??-??
3+ 1.86_06 2018-09-29
44 - Net::SSLeay::read() and SSL_peek() now check SSL_get_error()
55 for SSL_ERROR_ZERO_RETURN for return values <= 0 to make
66 Net::SSLeay::read() behave more like underlying OpenSSL
@@ -113,7 +113,7 @@ Revision history for Perl extension Net::SSLeay.
113113 Fixes RT#125273. Thanks to Steffen Ullrich.
114114
1151151.86_03 2018-07-19
116- - Convert packaging to ExtUtils::MakeMaker
116+ - Convert packaging to ExtUtils::MakeMaker. Thanks to mohawk2.
117117 - Module::Install is no longer a prerequisite when building
118118 from the reposistory.
119119 - Re-apply patch from ETJ permitting configure and build in
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ $Net::SSLeay::slowly = 0;
6666$Net::SSLeay::random_device = ' /dev/urandom' ;
6767$Net::SSLeay::how_random = 512;
6868
69- $VERSION = ' 1.86_05 ' ; # Also update $Net::SSLeay::Handle::VERSION
69+ $VERSION = ' 1.86_06 ' ; # Also update $Net::SSLeay::Handle::VERSION
7070@ISA = qw( Exporter) ;
7171
7272# BEWARE:
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ you need to add to your program is the tie function as in:
5757use vars qw( @ISA @EXPORT_OK $VERSION) ;
5858@ISA = qw( Exporter) ;
5959@EXPORT_OK = qw( shutdown) ;
60- $VERSION = ' 0.86_05 ' ;
60+ $VERSION = ' 1.86_06 ' ;
6161
6262my $Initialized ; # -- only _initialize() once
6363my $Debug = 0; # -- pretty hokey
You can’t perform that action at this time.
0 commit comments