]> xenbits.xensource.com Git - xenclient/build.git/commitdiff
[package/libcurl] Patched mk-ca-bundle script to use versioned URL for obtaining
authorJean-Sebastien Legare <jean-sebastien.legare@citrix.com>
Mon, 26 Oct 2009 17:38:09 +0000 (10:38 -0700)
committerJean-Sebastien Legare <jean-sebastien.legare@citrix.com>
Tue, 27 Oct 2009 16:17:32 +0000 (09:17 -0700)
root certificates. This will allow getting consistent builds.

package/libcurl/libcurl-7.19.6-certdata_url.patch [new file with mode: 0644]

diff --git a/package/libcurl/libcurl-7.19.6-certdata_url.patch b/package/libcurl/libcurl-7.19.6-certdata_url.patch
new file mode 100644 (file)
index 0000000..6e78c08
--- /dev/null
@@ -0,0 +1,15 @@
+diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl
+index c964efe..1a0465b 100755
+--- a/lib/mk-ca-bundle.pl
++++ b/lib/mk-ca-bundle.pl
+@@ -37,7 +37,9 @@ use LWP::UserAgent;
+ use strict;
+ use vars qw($opt_b $opt_h $opt_i $opt_l $opt_n $opt_q $opt_t $opt_u $opt_v);  
+-my $url = 'http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1';
++#Firefox 3.5 Certificates as of Oct 23 2009
++my $url = 'http://hg.mozilla.org/releases/mozilla-1.9.1/raw-file/0be7c0bfe443/security/nss/lib/ckfw/builtins/certdata.txt';
++
+ # If the OpenSSL commandline is not in search path you can configure it here!
+ my $openssl = 'openssl';