CVSROOT: /cvs Module name: ports Changes by: st...@cvs.openbsd.org 2023/07/19 05:06:58
Modified files: infrastructure/db: network.conf Log message: Remove most of the CPAN mirrors from infrastructure/templates/network.conf; we list the main www.cpan.org first, which is behind Fastly CDN so generally the mirrors are no longer particularly useful, and it's not so friendly to have ports attempt to fetch 404s from a couple of mirrors around the world (which also won't have the files). Keeping backpan (which should have some older distfiles, though it doesn't seem to carry any actual files in the by-module/by-category trees, only those in "by-authors") and ftp://ftp.cpan.org (useful for "make peek-ftp") as fallbacks. ok afresh1@