Skip Menu |

This queue is for tickets about the Net_TCLink CPAN distribution.

Report information
The Basics
Id: 108515
Status: open
Priority: 0/
Queue: Net_TCLink

People
Owner: Nobody in particular
Requestors: gregoa [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



From: gregoa [...] cpan.org
Subject: [PATCH] SSLv3 considered insecure
In Debian we are currently applying the following patch to Net_TCLink. We thought you might be interested in it too. Description: SSLv3 considered insecure In Debian, The SSLv3_* methods have now been removed in unstable. Use SSLv23_* instead. Origin: vendor Bug-Debian: https://bugs.debian.org/803974 Author: gregor herrmann <gregoa@debian.org> Last-Update: 2015-11-06 The patch is tracked in our Git repository at https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-tclink-perl.git/plain/debian/patches/no-SSLv3.patch Thanks for considering, gregor herrmann, Debian Perl Group
Here's the patch.

Message body is not shown because sender requested not to inline it.

On 2015-11-06 10:37:44, GREGOA wrote: Show quoted text
> In Debian we are currently applying the following patch to > Net_TCLink. > We thought you might be interested in it too. > > Description: SSLv3 considered insecure > In Debian, The SSLv3_* methods have now been removed in unstable. > Use SSLv23_* instead. > Origin: vendor > Bug-Debian: https://bugs.debian.org/803974 > Author: gregor herrmann <gregoa@debian.org> > Last-Update: 2015-11-06 > > > The patch is tracked in our Git repository at > https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-tclink- > perl.git/plain/debian/patches/no-SSLv3.patch > > Thanks for considering, > gregor herrmann, > Debian Perl Group
In the meantime, the test suite fails on newer Debian and Ubuntu systems: ... t/TCLink/TCLink.bs 644 PERL_DL_NONLAZY=1 "/opt/perl-5.30.0/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..2 Can't load 'blib/arch/auto/Net/TCLink/TCLink.so' for module Net::TCLink: blib/arch/auto/Net/TCLink/TCLink.so: undefined symbol: SSLv3_client_method at /opt/perl-5.30.0/lib/5.30.0/x86_64-linux/DynaLoader.pm line 193. Compilation failed in require at test.pl line 11. BEGIN failed--compilation aborted at test.pl line 11. not ok 1 make: *** [Makefile:1029: test_dynamic] Error 2 ...