Title: [106716] trunk/Tools/Scripts/update-webkit-dependency
Revision
106716
Author
[email protected]
Date
2012-02-03 17:26:01 -0800 (Fri, 03 Feb 2012)

Log Message

Another http -> https fix for curl

Modified Paths


Diff

Modified: trunk/Tools/Scripts/update-webkit-dependency (106715 => 106716)


--- trunk/Tools/Scripts/update-webkit-dependency	2012-02-04 01:22:38 UTC (rev 106715)
+++ trunk/Tools/Scripts/update-webkit-dependency	2012-02-04 01:26:01 UTC (rev 106716)
@@ -73,7 +73,7 @@
 
 print "Checking Last-Modified date of $zipFile...\n";
 
-my $result = system "curl -s -I $libsURL | grep Last-Modified > \"$tmpAbsDir/$file.headers\"";
+my $result = system "curl -s -I -k --sslv3 $libsURL | grep Last-Modified > \"$tmpAbsDir/$file.headers\"";
 
 if (WEXITSTATUS($result)) {
     print STDERR "Couldn't check Last-Modified date of new $zipFile.\n";
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to