Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2018 18:34:09 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478482 - head/Mk
Message-ID:  <201808301834.w7UIY9jQ009840@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Thu Aug 30 18:34:09 2018
New Revision: 478482
URL: https://svnweb.freebsd.org/changeset/ports/478482

Log:
  Update MASTER_SITE_OPENBSD:
  OpenBSD has cdn.openbsd.org officially now which uses cloudflare
  and falls back to fastly if its upstream mirror is not available.
  
  Submitted by:	T.J. Townsend <tj@openbsd.org>

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Thu Aug 30 18:23:46 2018	(r478481)
+++ head/Mk/bsd.sites.mk	Thu Aug 30 18:34:09 2018	(r478482)
@@ -891,8 +891,7 @@ MASTER_SITE_NVIDIA+= \
 
 .if !defined(IGNORE_MASTER_SITE_OPENBSD)
 MASTER_SITE_OPENBSD+= \
-	https://fastly.cdn.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
-	https://cloudflare.cdn.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
+	https://cdn.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
 	https://ftp.OpenBSD.org/pub/OpenBSD/%SUBDIR%/ \
 	https://ftp.eu.openbsd.org/pub/OpenBSD/%SUBDIR%/ \
 	https://ftp3.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808301834.w7UIY9jQ009840>