Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2025 19:32:19 GMT
From:      Michael Osipov <michaelo@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 5f8831f2fe50 - stable/14 - caroot: Update certdata URL for GitHub switch
Message-ID:  <202506041932.554JWJqu017052@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by michaelo:

URL: https://cgit.FreeBSD.org/src/commit/?id=5f8831f2fe50a0e2a8b04f1cbfe70c72027ddec9

commit 5f8831f2fe50a0e2a8b04f1cbfe70c72027ddec9
Author:     Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2025-05-28 15:02:54 +0000
Commit:     Michael Osipov <michaelo@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506041932.554JWJqu017052>