From 8623b58c1d1cccc5986f1c306b0959d3514987b4 Mon Sep 17 00:00:00 2001 From: Jiri Kastner Date: Thu, 28 Nov 2019 16:29:31 +0100 Subject: [PATCH] scripts/dowload.pl: add archive.apache.org to apache mirror list apache mirrors holds only latest releases, to download older releases, one must use archive.apache.org to get them. Signed-off-by: Jiri Kastner (cherry picked from commit dc34c695c4faa46efc6e2367a2ba06a47caa4840) --- scripts/download.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/download.pl b/scripts/download.pl index 34fd6a6f0b..9848a62522 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -197,6 +197,7 @@ foreach my $mirror (@ARGV) { push @mirrors, "https://mirror.netcologne.de/apache.org/$1"; push @mirrors, "https://mirror.aarnet.edu.au/pub/apache/$1"; push @mirrors, "https://mirror.csclub.uwaterloo.ca/apache/$1"; + push @mirrors, "https://archive.apache.org/dist/$1"; push @mirrors, "http://mirror.cogentco.com/pub/apache/$1"; push @mirrors, "http://mirror.navercorp.com/apache/$1"; push @mirrors, "http://ftp.jaist.ac.jp/pub/apache/$1"; -- 2.30.2