diff options
| author | Danilo G. Baio <dbaio@FreeBSD.org> | 2023-06-18 00:26:04 +0000 |
|---|---|---|
| committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2023-06-18 00:45:11 +0000 |
| commit | 85b7bdca92038ebc6827448adcd6cfb50bf7fcfa (patch) | |
| tree | 54b3398ec5b7842ad86747ae0178b8933e705260 | |
| parent | f0071a988b860c8245e1d94900234dfa201f0ac8 (diff) | |
bsd.sites.mk: Update OPENBSD entries
- openbsd.hk is not responding
- ftp3.usa is an alias to ftp.usa
https://www.openbsd.org/ftp.html
Reported by: portscout logs
| -rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index e5a0093ec255..00c6d5216b12 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -742,11 +742,11 @@ MASTER_SITE_NVIDIA+= \ .if !defined(IGNORE_MASTER_SITE_OPENBSD) MASTER_SITE_OPENBSD+= \ https://cdn.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ + https://cloudflare.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%/ \ + https://ftp.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ https://mirror.leaseweb.com/pub/OpenBSD/%SUBDIR%/ \ - https://openbsd.hk/pub/OpenBSD/%SUBDIR%/ \ https://mirror.aarnet.edu.au/pub/OpenBSD/%SUBDIR%/ .endif |
