We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b07de commit 26c61f5Copy full SHA for 26c61f5
lib/patches/curl/7.23.1_fix_ca_bundle_url.patch
@@ -0,0 +1,13 @@
1
+diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl
2
+index 189ed01..aa5b71b 100755
3
+--- a/lib/mk-ca-bundle.pl
4
++++ b/lib/mk-ca-bundle.pl
5
+@@ -36,7 +36,7 @@ use LWP::UserAgent;
6
+ use strict;
7
+ use vars qw($opt_b $opt_h $opt_i $opt_l $opt_n $opt_q $opt_t $opt_u $opt_v);
8
+
9
+-my $url = 'http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1';
10
++my $url = 'https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt';
11
+ # If the OpenSSL commandline is not in search path you can configure it here!
12
+ my $openssl = 'openssl';
13
0 commit comments