This is an automated email from the ASF dual-hosted git repository.

jfthomps pushed a commit to branch VCL-1121_install_perl_libs_cleanup
in repository https://gitbox.apache.org/repos/asf/vcl.git


The following commit(s) were added to 
refs/heads/VCL-1121_install_perl_libs_cleanup by this push:
     new c6ce604  VCL-1121 - Review all non-HTTPS dependency URLs
c6ce604 is described below

commit c6ce604dfb81c5732a1e3dd37792efe2aa58ebdf
Author: Josh Thompson <[email protected]>
AuthorDate: Wed Jun 5 15:07:49 2019 -0400

    VCL-1121 - Review all non-HTTPS dependency URLs
    
    install_perl_libs.pl:
    -added these to LINUX_PACKAGES so that an attempt to install them from yum 
will be attempted before getting them from CPAN:
      -perl-Frontier-RPC
      -perl-Frontier-RPC-Client
      -perl-LWP-Protocol-https
      -perl-Mo
      -perl-Object-InsideOut
      -perl-Scalar-List-Utils
      -perl-Expect
    -modified installepel: changed mirrorlist URL from http:// to https://
---
 managementnode/bin/install_perl_libs.pl | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/managementnode/bin/install_perl_libs.pl 
b/managementnode/bin/install_perl_libs.pl
index d6b1947..69e4191 100755
--- a/managementnode/bin/install_perl_libs.pl
+++ b/managementnode/bin/install_perl_libs.pl
@@ -75,6 +75,13 @@ my @LINUX_PACKAGES = (
        'perl-XML-Simple',
        'perl-YAML',
        'xmlsec1-openssl',
+       'perl-Frontier-RPC',
+       'perl-Frontier-RPC-Client',
+       'perl-LWP-Protocol-https',
+       'perl-Mo',
+       'perl-Object-InsideOut',
+       'perl-Scalar-List-Utils',
+       'perl-Expect',
 );
 
 my @PERL_MODULES = (
@@ -179,7 +186,7 @@ sub install_epel {
        my $epel_install_repo_contents = <<EOF;
 [epel-install]
 name=EPEL Repository
-mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-\$releasever&arch=\$basearch
+mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=epel-\$releasever&arch=\$basearch
 failovermethod=priority
 enabled=1
 gpgcheck=0

Reply via email to