Date: Wed, 28 May 2025 18:55:19 GMT From: Michael Osipov <michaelo@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 87c46facc3cf - main - caroot: Update certdata URL for GitHub switch Message-ID: <202505281855.54SItJs5016908@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by michaelo: URL: https://cgit.FreeBSD.org/src/commit/?id=87c46facc3cf1744c30ecc9f63c10a778a1af104 commit 87c46facc3cf1744c30ecc9f63c10a778a1af104 Author: Michael Osipov <michaelo@FreeBSD.org> AuthorDate: 2025-05-28 15:02:54 +0000 Commit: Michael Osipov <michaelo@FreeBSD.org> CommitDate: 2025-05-28 18:55:11 +0000 caroot: Update certdata URL for GitHub switch Mozilla has migrated its projects' source code to GitHub, update certdata URL along with it. Reference: https://github.com/curl/curl/pull/17321 Reviewed by: jrm (mentor), otis (mentor), kevans MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D50575 --- secure/caroot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/caroot/Makefile b/secure/caroot/Makefile index cd337a74a75a..ace802a906a3 100644 --- a/secure/caroot/Makefile +++ b/secure/caroot/Makefile @@ -7,7 +7,7 @@ SUBDIR+= untrusted # To be used by secteam@ to update the trusted certificates fetchcerts: .PHONY - fetch --no-sslv3 --no-tlsv1 -o certdata.txt 'https://hg.mozilla.org/projects/nss/raw-file/tip/lib/ckfw/builtins/certdata.txt' + fetch --no-sslv3 --no-tlsv1 -o certdata.txt 'https://raw.githubusercontent.com/mozilla-firefox/firefox/refs/heads/release/security/nss/lib/ckfw/builtins/certdata.txt' cleancerts: .PHONY @${MAKE} -C ${.CURDIR}/trusted ${.TARGET}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505281855.54SItJs5016908>