gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 69/73: mk-ca-bundle: Fix URL for NSS


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 69/73: mk-ca-bundle: Fix URL for NSS
Date: Tue, 24 Oct 2017 18:54:50 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit f571651a0dff54863cc08758513726156f9a26e2
Author: Jon DeVree <address@hidden>
AuthorDate: Thu Oct 19 08:40:54 2017 -0400

    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
---
 lib/mk-ca-bundle.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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' =>

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]