New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 2 and Version 3 of UniversalCurl


Ignore:
Timestamp:
03/25/07 21:43:53 (6 years ago)
Author:
pipping@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UniversalCurl

    v2 v3  
    1 == curl 7.16.1_0 == 
     1= curl = 
    22 
    3 [source:trunk/dports/net/curl net/curl] 
     3== Tested Versions == 
     4[source:trunk/dports/net/curl#22854 7.16.1] 
    45 
    5 === Platforms === 
    6 ||arch   ||ppc||ppc||x86||x86|| 
    7 ||       ||s/a||uni||s/a||uni|| 
    8 ||panther|| ? ||   ||   ||   || 
    9 ||tiger  || t || t || t || ? || 
    10 ||leopard|| ? || ? || ? || ? || 
    116 
    12 === Testsuite === 
    13  * ppc tiger s/a: 
    14    * 297 tests out of 300 reported OK: 99% 
    15    * These test cases failed:  
    16      * 62 
    17      * 518 
    18      * 537  
    19    * 26 tests were skipped due to these restraints: 
    20      * "no stunnel" 10 times (300, 301, 302, 303, 304, 305, 306, 307, 308, 509) 
    21      * "curl lacks ipv6 support" 9 times (212, 240, 241, 242, 252, 253, 254, 255, 263) 
    22      * "curl lacks idn support" 1 times (165) 
    23      * "curl lacks netrc_debug support" 6 times (130, 131, 132, 133, 134, 257) 
    24  * ppc tiger uni: 
    25    * 297 tests out of 300 reported OK: 99% 
    26    * These test cases failed: 
    27      * 62 
    28      * 518 
    29      * 537 
    30    * 26 tests were skipped due to these restraints: 
    31      * "no stunnel" 10 times (300, 301, 302, 303, 304, 305, 306, 307, 308, 509) 
    32      * "curl lacks ipv6 support" 9 times (212, 240, 241, 242, 252, 253, 254, 255, 263) 
    33      * "curl lacks idn support" 1 times (165) 
    34      * "curl lacks netrc_debug support" 6 times (130, 131, 132, 133, 134, 257) 
    35  * x86 tiger s/a: 
    36    * 295 tests out of 300 reported OK: 99% 
    37    * These test cases failed:  
    38      * 20 
    39      * 62 
    40      * 507 
    41      * 518 
    42      * 537  
    43    * 26 tests were skipped due to these restraints: 
    44      * "no stunnel" 10 times (300, 301, 302, 303, 304, 305, 306, 307, 308, 509) 
    45      * "curl lacks ipv6 support" 9 times (212, 240, 241, 242, 252, 253, 254, 255, 263) 
    46      * "curl lacks idn support" 1 times (165) 
    47      * "curl lacks netrc_debug support" 6 times (130, 131, 132, 133, 134, 257) 
     7== Supported Platforms == 
    488 
     9{{{ 
     10#!html 
     11 
     12<!--  SINGLE ARCH  --> 
     13<table border="0" cellspacing="2" cellpadding="2" style="background-color:#EEE"> 
     14 <tr align="center"> 
     15  <th colspan="1" rowspan="2" style="font-weight:bold">single a.</th> 
     16  <th colspan="2">panther</th> 
     17  <th colspan="2">tiger</th> 
     18  <th colspan="2">leopard</th> 
     19 </tr> 
     20 <tr align="center"> 
     21  <td colspan="2">ppc</td> 
     22  <td>ppc</td> 
     23  <td>i386</td> 
     24  <td>ppc</td> 
     25  <td>i386</td> 
     26 </tr> 
     27 <tr align="center"> 
     28  <!-- FIRST VERSION --> 
     29  <td>2.0.0</td> 
     30  <td colspan="2">?</td> 
     31  <td style="background-color:#00f">u</td> 
     32  <td style="background-color:#00f">u</td> 
     33  <td>?</td> 
     34  <td>?</td> 
     35 </tr> 
     36<!--  UNIVERSAL  --> 
     37 <tr align="center"> 
     38  <th colspan="1" rowspan="2" style="font-weight:bold">universal</th> 
     39  <th colspan="2" rowspan="2"></th> 
     40  <th colspan="2">tiger</th> 
     41  <th colspan="2">leopard</th> 
     42 </tr> 
     43 <tr align="center"> 
     44  <td>ppc</td> 
     45  <td>i386</td> 
     46  <td>ppc</td> 
     47  <td>i386</td> 
     48 </tr> 
     49 <tr align="center"> 
     50  <!-- FIRST VERSION -->  
     51  <td>2.0.0</td> 
     52  <td colspan="2"> </td> 
     53  <td style="background-color:#00f">u</td> 
     54  <td>?</td> 
     55  <td>?</td> 
     56  <td>?</td> 
     57 </tr> 
     58</table> 
     59}}} 
    4960 
    5061== References == 
    5162 * http://curl.haxx.se/mail/archive-2007-03/0008.html 
    5263 * http://curl.haxx.se/mail/lib-2007-03/0095.html 
     64 
     65[wiki:Universal back to overview]