From f338b90dc75570807e0904377ee3aa23135ac2a4 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 31 Jan 2019 19:35:10 +0100 Subject: [PATCH] system/perl-5.28: Add LWP::Protocol::https LWP::Protocol::https is what we needed in the first place, so add it. It requires Net::SSLeay. One test of Net::SSLeay hangs forver with openssl 1.1.1a (which is propably a error int the test not in openssl), so install it explicitly without tests. --- system/perl-5.28.1-0.build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/system/perl-5.28.1-0.build.sh b/system/perl-5.28.1-0.build.sh index 2619950..5df3f11 100755 --- a/system/perl-5.28.1-0.build.sh +++ b/system/perl-5.28.1-0.build.sh @@ -116,6 +116,12 @@ cpan DBD::SQLite cpan Mail::Internet cpan LWP +# Net::SSLeay require by LWP::Protocol:https +# one tests hangs forever with openssl 1.1.1a +# +cpan -T Net::SSLeay +cpan LWP::Protocol::https + # http://net-snmp.sourceforge.net/ (Net-SNMP : SNMP.pm, NetSNMP::*) # should match exact version of net-snmp packages # install everything here to avoid dependency.