guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: download: Update Apache mirror list.


From: guix-commits
Subject: 03/04: download: Update Apache mirror list.
Date: Fri, 22 Dec 2023 18:20:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 766822aa87b94eacb3c49fd68261ae4ce9088a56
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 17 01:00:00 2023 +0100

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]