git: dd88a98391af - main - Mk/bsd.sites.mk: Update MASTER_SITE_GNUPG entries
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 Dec 2022 13:14:39 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd88a98391af68c11597255fd3fb15dd942d30c6 commit dd88a98391af68c11597255fd3fb15dd942d30c6 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-12-31 13:12:30 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-12-31 13:13:25 +0000 Mk/bsd.sites.mk: Update MASTER_SITE_GNUPG entries Refresh mirror list with working mirrors Use main site as fallback Differential Revision: https://reviews.freebsd.org/D37279 --- Mk/bsd.sites.mk | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 68656ed790f0..3756747f2344 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -592,19 +592,14 @@ MASTER_SITE_GNU+= \ https://ftp.gnu.org/gnu/%SUBDIR%/ .endif +# List: https://gnupg.org/download/mirrors.html (contains stale information) .if !defined(IGNORE_MASTER_SITE_GNUPG) MASTER_SITE_GNUPG+= \ - https://gnupg.org/ftp/gcrypt/%SUBDIR%/ \ - https://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - ftp://mirror.switch.ch/mirror/gnupg/%SUBDIR%/ \ https://mirrors.dotsrc.org/gcrypt/%SUBDIR%/ \ - ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - ftp://ftp.crysys.hu/pub/gnupg/%SUBDIR%/ \ + https://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - https://artfiles.org/gnupg.org/%SUBDIR%/ \ - ftp://ftp.gnupg.org/gcrypt/%SUBDIR%/ \ - http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/%SUBDIR%/ + http://www.ring.gr.jp/pub/net/gnupg/%SUBDIR%/ \ + https://gnupg.org/ftp/gcrypt/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_GNUSTEP)