The branch stable/14 has been updated by michaelo: URL: https://cgit.FreeBSD.org/src/commit/?id=5f8831f2fe50a0e2a8b04f1cbfe70c72027ddec9
commit 5f8831f2fe50a0e2a8b04f1cbfe70c72027ddec9 Author: Michael Osipov <micha...@freebsd.org> AuthorDate: 2025-05-28 15:02:54 +0000 Commit: Michael Osipov <micha...@freebsd.org> CommitDate: 2025-06-04 19:32:03 +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 (cherry picked from commit 87c46facc3cf1744c30ecc9f63c10a778a1af104) --- secure/caroot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/caroot/Makefile b/secure/caroot/Makefile index 4390d4890b92..5e2bb85fc5d2 100644 --- a/secure/caroot/Makefile +++ b/secure/caroot/Makefile @@ -8,7 +8,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}