From: Jon DeVree Date: Thu, 19 Oct 2017 12:40:54 +0000 (-0400) Subject: mk-ca-bundle: Fix URL for NSS X-Git-Tag: curl-7_56_1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f571651a0dff54863cc08758513726156f9a26e2;p=curl mk-ca-bundle: Fix URL for NSS The 'tip' is the most recent branch committed to, this should be 'default' like the URLs for the browser are. Closes #1998 --- diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index cc36c7680..d16f1a41b 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -47,7 +47,7 @@ eval "require LWP::UserAgent"; my %urls = ( 'nss' => - 'https://hg.mozilla.org/projects/nss/raw-file/tip/lib/ckfw/builtins/certdata.txt', + 'https://hg.mozilla.org/projects/nss/raw-file/default/lib/ckfw/builtins/certdata.txt', 'central' => 'https://hg.mozilla.org/mozilla-central/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt', 'aurora' =>