Date: Wed, 4 Jun 2025 19:33:01 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: cda1b2b634ce - stable/13 - caroot: Update certdata URL for GitHub switch Message-ID: <202506041933.554JX1Yd017403@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by michaelo: URL: https://cgit.FreeBSD.org/src/commit/?id=cda1b2b634ce39269f4e0e0b9856c205034ec2ab commit cda1b2b634ce39269f4e0e0b9856c205034ec2ab 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:53 +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 ae9c1644b02a..a132fa407e55 100644 --- a/secure/caroot/Makefile +++ b/secure/caroot/Makefile @@ -8,7 +8,7 @@ SUBDIR+= blacklisted # 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?202506041933.554JX1Yd017403>