From 766822aa87b94eacb3c49fd68261ae4ce9088a56 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 17 Dec 2023 01:00:00 +0100 Subject: [PATCH] download: Update Apache mirror list. * guix/download.scm (%mirrors): Remove several vanished hosts and all FTP URLs. Use HTTPS where supported. Add some new HTTPS mirrors. Change-Id: Ie707e92ae65b8a3287d941e3e6ffb84592417b95 --- guix/download.scm | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/guix/download.scm b/guix/download.scm index fb74dc0db5..21d02ab203 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -131,19 +131,21 @@ "http://ftp.be.debian.org/pub/" "https://mirrors.edge.kernel.org/pub/" "ftp://ftp.funet.fi/pub/mirrors/ftp.kernel.org/pub/") - (apache ; from http://www.apache.org/mirrors/dist.html - "http://www.eu.apache.org/dist/" - "http://www.us.apache.org/dist/" - "https://ftp.nluug.nl/internet/apache/" + (apache + "https://dlcdn.apache.org/" + "https://downloads.apache.org/" + "https://mirrors.sonic.net/apache/" + "https://apache.osuosl.org/" + "https://mirrors.ircam.fr/pub/apache/" + "https://apache-mirror.rbc.ru/pub/apache/" + "https://mirrors.ibiblio.org/apache/" + + ;; No HTTPS. "http://apache.mirror.iweb.ca/" - "http://mirrors.ircam.fr/pub/apache/" "http://apache.mirrors.ovh.net/ftp.apache.org/dist/" - "http://apache-mirror.rbc.ru/pub/apache/" - "ftp://ftp.osuosl.org/pub/apache/" - "http://mirrors.ibiblio.org/apache/" ;; As a last resort, try the archive. - "http://archive.apache.org/dist/") + "https://archive.apache.org/dist/") (xorg ; from http://www.x.org/wiki/Releases/Download "http://www.x.org/releases/" ; main mirrors "http://mirror.csclub.uwaterloo.ca/x.org/" ; North America