]> granicus.if.org Git - curl/commitdiff
mk-ca-bundle: Fix URL for NSS
authorJon DeVree <nuxi@vault24.org>
Thu, 19 Oct 2017 12:40:54 +0000 (08:40 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 22 Oct 2017 21:38:23 +0000 (23:38 +0200)
The 'tip' is the most recent branch committed to, this should be
'default' like the URLs for the browser are.

Closes #1998

lib/mk-ca-bundle.pl

index cc36c7680c8ac1bb3c7666550a65260957d998fe..d16f1a41bc2260675bd9b89eeaa97e1239b06e85 100755 (executable)
@@ -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' =>