summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kastner <cz172638@gmail.com>2019-11-28 16:29:31 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2019-12-23 01:07:33 +0100
commit8623b58c1d1cccc5986f1c306b0959d3514987b4 (patch)
tree0f53b8b30668c3e3c0b1db7194ed6ef373dfd133
parente242125d71cf543b3c80dfa64b62d0d53678d18a (diff)
downloadopenwrt-8623b58c1d1cccc5986f1c306b0959d3514987b4.tar.gz
openwrt-8623b58c1d1cccc5986f1c306b0959d3514987b4.tar.bz2
openwrt-8623b58c1d1cccc5986f1c306b0959d3514987b4.zip
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 <cz172638@gmail.com> (cherry picked from commit dc34c695c4faa46efc6e2367a2ba06a47caa4840)
-rwxr-xr-xscripts/download.pl1
1 files changed, 1 insertions, 0 deletions
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";