summaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorMichael Osipov <michaelo@FreeBSD.org>2025-05-28 17:02:54 +0200
committerMichael Osipov <michaelo@FreeBSD.org>2025-05-28 20:55:11 +0200
commit87c46facc3cf1744c30ecc9f63c10a778a1af104 (patch)
tree084d056420e6d7ba0bd8a2ca9230b760877ae510 /secure
parenta5dac34f6e98c47bd7cb1946e39cc45432e167a8 (diff)
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
Diffstat (limited to 'secure')
-rw-r--r--secure/caroot/Makefile2
1 files changed, 1 insertions, 1 deletions
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}