You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2019/07/03 21:00:19 UTC

svn commit: r34767 - /release/perl/win32-bin/install_apxs

Author: stevehay
Date: Wed Jul  3 21:00:19 2019
New Revision: 34767

Log:
Use secure URL in install script

Modified:
    release/perl/win32-bin/install_apxs

Modified: release/perl/win32-bin/install_apxs
==============================================================================
--- release/perl/win32-bin/install_apxs (original)
+++ release/perl/win32-bin/install_apxs Wed Jul  3 21:00:19 2019
@@ -36,7 +36,7 @@ END
     exit(0) unless $ans =~ /^y/i;
 }
 
-my $remote = 'http://apache.org/dist/perl/win32-bin/' . $file;
+my $remote = 'https://apache.org/dist/perl/win32-bin/' . $file;
 print "Fetching $remote ... ";
 unless (is_success(getstore($remote, $file))) {
     die "Download of $remote failed";