From 494195547038b5c87ae70c5ad4f2a2e60172ebab Mon Sep 17 00:00:00 2001 From: feld Date: Fri, 14 Aug 2015 20:59:29 +0000 Subject: Update MASTER_SITE_GNUPG I took all of the mirrors I could find and ran them against sysutils/fastest_sites from a server in a datacenter in Chicago. It removed a few dead mirrors and I have added a few new ones. Hopefully this provides a better overall experience. New order is roughly: UK, NL, IE, DE, etc PR: 202332 --- Mk/bsd.sites.mk | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'Mk/bsd.sites.mk') diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 2851e4a26f40..f596f14b9cee 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -697,21 +697,26 @@ MASTER_SITE_GNU+= \ .if !defined(IGNORE_MASTER_SITE_GNUPG) MASTER_SITE_GNUPG+= \ + http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ \ - http://dotsrc.org/%SUBDIR%/ \ - ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - ftp://mirror.cict.fr/gnupg/%SUBDIR%/ \ - http://artfiles.org/gnupg.org/%SUBDIR%/ \ + ftp://ftp.surfnet.nl/pub/security/gnupg/%SUBDIR%/ \ + http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ + ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \ + ftp://ftp.bit.nl/mirror/gnupg/%SUBDIR%/ \ + ftp://mirror.switch.ch/mirror/gnupg/%SUBDIR%/ \ + http://artfiles.org/gnupg.org/%SUBDIR%/ \ + ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ ftp://ftp.crysys.hu/pub/gnupg/%SUBDIR%/ \ - ftp://ftp.hi.is/pub/mirrors/gnupg/%SUBDIR%/ \ - http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ + http://gd.tuwien.ac.at/privacy/gnupg/%SUBDIR%/ \ + ftp://mirror.cict.fr/gnupg/%SUBDIR%/ \ + http://mirrors.dotsrc.org/%SUBDIR%/ \ + ftp://ftp.iasi.roedu.net/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/security/gnupg/%SUBDIR%/ \ - ftp://mirror.switch.ch/mirror/gnupg/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - http://www.ring.gr.jp/pub/net/gnupg/%SUBDIR%/ \ - ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ + ftp://ftp.hi.is/pub/mirrors/gnupg/%SUBDIR%/ \ + ftp://ftp.jyu.fi/pub/crypt/gcrypt/%SUBDIR%/ \ + http://dist.gnupg.pt/%SUBDIR%/ \ + http://gnupg.org.favoritelinks.net/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUSTEP) -- cgit