git: 34197c5c60d3 - main - Mk/bsd.sites.mk: Update APACHE site list
Date: Sun, 24 Oct 2021 20:24:52 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=34197c5c60d360ad5af37c3e8aaf4d18176d4f3b commit 34197c5c60d360ad5af37c3e8aaf4d18176d4f3b Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-10-24 20:12:04 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-10-24 20:12:08 +0000 Mk/bsd.sites.mk: Update APACHE site list Start by using CDN, try mirrors with good overall connectivity and geographically apart if CDN fails. Reference: https://www.apache.org/mirrors/dist.html Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D32382 --- Mk/bsd.sites.mk | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index f5fbc303201d..ac66be4d02e8 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -46,16 +46,16 @@ MASTER_SITE_AFTERSTEP+= \ .if !defined(IGNORE_MASTER_SITE_APACHE) MASTER_SITE_APACHE+= \ - https://downloads.apache.org/%SUBDIR%/ \ - https://archive.apache.org/dist/%SUBDIR%/ \ - http://ftp.twaren.net/Unix/Web/apache/%SUBDIR%/ \ - http://apache.spd.co.il/%SUBDIR%/ \ - https://ftp.mirrorservice.org/sites/ftp.apache.org/%SUBDIR%/ \ - https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/%SUBDIR%/ \ - ftp://ftp.forthnet.gr/pub/www/apache/%SUBDIR%/ \ - ftp://xenia.sote.hu/pub/mirrors/www.apache.org/%SUBDIR%/ \ - ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/%SUBDIR%/ \ - https://mirrors.ircam.fr/pub/apache/%SUBDIR%/ + https://dlcdn.apache.org/%SUBDIR%/ \ + https://mirror.netcologne.de/apache.org/%SUBDIR%/ \ + https://ftp.wayne.edu/apache/%SUBDIR%/ \ + https://mirror.its.dal.ca/apache/%SUBDIR%/ \ + http://mirror.cogentco.com/pub/apache/%SUBDIR%/ \ + http://mirror.navercorp.com/apache/%SUBDIR%/ \ + http://ftp.kddi-research.jp/infosystems/apache/%SUBDIR%/ \ + http://miroir.univ-lorraine.fr/apache/%SUBDIR%/ \ + ftp://ftp.acc.umu.se/mirror/apache.org/%SUBDIR%/ \ + ftp://ftp.nluug.nl/internet/apache/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_APACHE_COMMONS_BINARIES)