From: Ben Shum Date: Sun, 8 Sep 2019 19:09:34 +0000 (-0400) Subject: LP#1817645: install latest LWP::Protocol::https from CPAN X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=395f8a8cd227151847e12c22c6adc9f0746a1d91;p=working%2FEvergreen.git LP#1817645: install latest LWP::Protocol::https from CPAN Resolves certain test issues by having the newest version of this perl module. Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/extras/install/Makefile.debian-buster b/Open-ILS/src/extras/install/Makefile.debian-buster index 045d937b31..8c9f2033a8 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-buster +++ b/Open-ILS/src/extras/install/Makefile.debian-buster @@ -92,7 +92,8 @@ export DEB_APACHE_DISCONF = \ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ - Email::Send + Email::Send \ + LWP::Protocol::https export CPAN_MODULES_FORCE = \ Business::Stripe \ diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie index fb6f055a0b..329f20a9b4 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-jessie +++ b/Open-ILS/src/extras/install/Makefile.debian-jessie @@ -94,7 +94,8 @@ export DEB_APACHE_DISCONF = \ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ - Email::Send + Email::Send \ + LWP::Protocol::https export CPAN_MODULES_FORCE = \ Business::Stripe \ diff --git a/Open-ILS/src/extras/install/Makefile.debian-stretch b/Open-ILS/src/extras/install/Makefile.debian-stretch index 342d71a94f..8eb8a5634e 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-stretch +++ b/Open-ILS/src/extras/install/Makefile.debian-stretch @@ -93,7 +93,8 @@ export DEB_APACHE_DISCONF = \ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ - Email::Send + Email::Send \ + LWP::Protocol::https export CPAN_MODULES_FORCE = \ Business::Stripe \ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-bionic b/Open-ILS/src/extras/install/Makefile.ubuntu-bionic index 268502703a..09e3359449 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-bionic +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-bionic @@ -91,7 +91,8 @@ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ Email::Send \ MARC::Charset \ - Net::Z3950::Simple2ZOOM + Net::Z3950::Simple2ZOOM \ + LWP::Protocol::https export CPAN_MODULES_FORCE = \ Business::Stripe \ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-xenial b/Open-ILS/src/extras/install/Makefile.ubuntu-xenial index aa8bb4449f..dc4e0e5ca6 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-xenial +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-xenial @@ -93,7 +93,8 @@ export DEB_APACHE_DISCONF = \ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ - Email::Send + Email::Send \ + LWP::Protocol::https export CPAN_MODULES_FORCE = \ Business::Stripe \