From nobody Sun Oct 24 20:24:52 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 40FF8181EAF8; Sun, 24 Oct 2021 20:24:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HcqM90Pkrz4bb2; Sun, 24 Oct 2021 20:24:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C62571BB3A; Sun, 24 Oct 2021 20:24:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19OKOq0a001049; Sun, 24 Oct 2021 20:24:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19OKOqmM001048; Sun, 24 Oct 2021 20:24:52 GMT (envelope-from git) Date: Sun, 24 Oct 2021 20:24:52 GMT Message-Id: <202110242024.19OKOqmM001048@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: 34197c5c60d3 - main - Mk/bsd.sites.mk: Update APACHE site list List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 34197c5c60d360ad5af37c3e8aaf4d18176d4f3b Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=34197c5c60d360ad5af37c3e8aaf4d18176d4f3b commit 34197c5c60d360ad5af37c3e8aaf4d18176d4f3b Author: Daniel Engberg AuthorDate: 2021-10-24 20:12:04 +0000 Commit: Daniel Engberg 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)