Package: liblwp-protocol-https-perl / 6.06-2

Metadata

Package Version Patches format
liblwp-protocol-https-perl 6.06-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable test with internet | (download)

t/apache.t | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 disable-test-with-internet 
 disable test which tries to connect to apache.org
 even if this test use LWP::Online to test the 
 connection. Note that the test does not work
 behind a proxy without setting PERL_LWP_ENV_PROXY=1
fix redirect proxy ssl | (download)

lib/LWP/Protocol/https.pm | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 explicitly add hostname for sni to start_ssl 
Bug: https://github.com/libwww-perl/libwww-perl/issues/57
cert.patch | (download)

lib/LWP/Protocol/https.pm | 20 1 + 19 - 0 !
1 file changed, 1 insertion(+), 19 deletions(-)

 use ca-certificates rather than mozilla::ca
746579 fix peer certificate verification.patch | (download)

lib/LWP/Protocol/https.pm | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 fix peer certificate verification
 LWP::Protocol::HTTPS disabled peer certificate verification in case
 only hostname verification was disabled.
fix https test | (download)

t/https_proxy.t | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 fix https test
 fix https test after patch
 746579-fix-peer-certificate-verification.patch 
 kinda breaks it.