mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:01:41 +03:00
mk-ca-bundle: switch URLs to GitHub versions
The offical Firefox source code has moved to GitHub: https://github.com/mozilla-firefox/firefox This change adjusts to the new URLs. The old branches nss and central are not provided so they are removed and the new 'autoland' is added. Closes #17321
This commit is contained in:
parent
dc4272318f
commit
4f055feee2
1 changed files with 3 additions and 4 deletions
|
|
@ -50,10 +50,9 @@ if($@) {
|
|||
eval "require LWP::UserAgent";
|
||||
|
||||
my %urls = (
|
||||
'nss' => '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',
|
||||
'beta' => 'https://hg.mozilla.org/releases/mozilla-beta/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt',
|
||||
'release' => 'https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt',
|
||||
'autoland' => 'https://raw.githubusercontent.com/mozilla-firefox/firefox/refs/heads/autoland/security/nss/lib/ckfw/builtins/certdata.txt',
|
||||
'beta' => 'https://raw.githubusercontent.com/mozilla-firefox/firefox/refs/heads/beta/security/nss/lib/ckfw/builtins/certdata.txt',
|
||||
'release' => 'https://raw.githubusercontent.com/mozilla-firefox/firefox/refs/heads/release/security/nss/lib/ckfw/builtins/certdata.txt',
|
||||
);
|
||||
|
||||
$opt_d = 'release';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue