mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
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
This commit is contained in:
parent
13c9a9ded3
commit
f571651a0d
@ -47,7 +47,7 @@ eval "require LWP::UserAgent";
|
|||||||
|
|
||||||
my %urls = (
|
my %urls = (
|
||||||
'nss' =>
|
'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' =>
|
'central' =>
|
||||||
'https://hg.mozilla.org/mozilla-central/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt',
|
'https://hg.mozilla.org/mozilla-central/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt',
|
||||||
'aurora' =>
|
'aurora' =>
|
||||||
|
Loading…
Reference in New Issue
Block a user