⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 106716 in webkit


Ignore:
Timestamp:
Feb 3, 2012, 5:26:01 PM (15 years ago)
Author:
Lucas Forschler
Message:

Another http -> https fix for curl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/Scripts/update-webkit-dependency

    r83639 r106716  
    7474print "Checking Last-Modified date of $zipFile...\n";
    7575
    76 my $result = system "curl -s -I $libsURL | grep Last-Modified > \"$tmpAbsDir/$file.headers\"";
     76my $result = system "curl -s -I -k --sslv3 $libsURL | grep Last-Modified > \"$tmpAbsDir/$file.headers\"";
    7777
    7878if (WEXITSTATUS($result)) {
Note: See TracChangeset for help on using the changeset viewer.