diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-11-29 19:47:50 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-11-29 19:47:50 +0000 |
commit | 6233097676c277b9213c6a4a9a165c2b60d0418e (patch) | |
tree | 6c98ccfe1a2cb1401f433e263269a5c7dd9ece1c /Porting | |
parent | 2901a52fea8ccd833938decc986db4e4ad633985 (diff) | |
download | perl-6233097676c277b9213c6a4a9a165c2b60d0418e.tar.gz |
Update libnet to CPAN version 3.04
[DELTA]
3.04 2014-11-29
- SNI is now only used for SSL connections if it is supported by
IO::Socket::SSL (i.e. OpenSSL version >= 1). (The previous release
switched to using SNI by default, which caused some CPAN Testers
failures.) [Steffen Ullrich, PR#10]
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 9f8177ea12..1d4bd46b27 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -681,7 +681,7 @@ use File::Glob qw(:case); }, 'libnet' => { - 'DISTRIBUTION' => 'SHAY/libnet-3.03.tar.gz', + 'DISTRIBUTION' => 'SHAY/libnet-3.04.tar.gz', 'FILES' => q[cpan/libnet], 'EXCLUDED' => [ qw( Configure |