| 1 | | [[TOC]] |
| 2 | | |
| 3 | | = PortLog: [wiki:net-misc]/curl = |
| 4 | | |
| 5 | | http://curl.haxx.se/ |
| 6 | | |
| 7 | | == version 7.18.1 / CVS HEAD (7.18.2) == |
| 8 | | |
| 9 | | ||R5||untested|| |
| 10 | | ||BONE||untested|| |
| 11 | | ||Haiku||unstable|| |
| 12 | | |
| 13 | | === work-in-progress (andreasf) - [Haiku] === |
| 14 | | |
| 15 | | ~~Compilation fails in {{{lib/select.c}}} due to {{{socket.h}}}. Using {{{sys/socket.h}}} instead resolves this.~~ |
| 16 | | |
| 17 | | [http://tools.assembla.com/BePorts/browser/BePorts/trunk/net-misc/curl/curl-7.18.1.diff Patch] ~~and [http://tools.assembla.com/BePorts/browser/BePorts/trunk/net-misc/curl/curl-CVS.diff?rev=69 Patch against HEAD] ([http://sourceforge.net/tracker/index.php?func=detail&aid=1971759&group_id=976&atid=100976 Ticket])~~ (patch was committed to CVS, to be backported) |
| 18 | | |
| 19 | | Tests 180, 192, 221, 1013, 1014, 1022, 1023 fail (355/362 pass). And for CVS configured {{{--with-openssl}}}: |
| 20 | | {{{ |
| 21 | | TESTDONE: 356 tests out of 368 reported OK: 96% |
| 22 | | TESTFAIL: These test cases failed: 162 164 168 169 176 180 1001 1013 1014 1022 1023 1026 |
| 23 | | TESTDONE: 440 tests were considered during 476 seconds. |
| 24 | | TESTINFO: 72 tests were skipped due to these restraints: |
| 25 | | TESTINFO: "curl lacks any scp support" 8 times (601, 603, 605, 607, 617, 619, 621, 623) |
| 26 | | TESTINFO: "no stunnel" 18 times (300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 400, 401, 403, 404, 406, 407, 408, 409) |
| 27 | | TESTINFO: "failed starting SSH server" 6 times (700, 701, 702, 703, 706, 707) |
| 28 | | TESTINFO: "curl lacks any sftp support" 21 times (600, 602, 604, 606, 608, 609,610, 611, 612, 613, 614, 615, 616, 618, 620, 622, 624, 625, 626, 627, 2004) |
| 29 | | TESTINFO: "curl lacks ipv6 support" 10 times (116, 212, 240, 241, 242, 252, 253, 254, 255, 263) |
| 30 | | TESTINFO: "rlimit problem: select limit is FD_SETSIZE 1024" 2 times (518, 537) |
| 31 | | TESTINFO: "curl lacks idn support" 1 times (165) |
| 32 | | TESTINFO: "curl lacks netrc_debug support" 6 times (130, 131, 132, 133, 134, 257) |
| 33 | | }}} |
| 34 | | |
| 35 | | Installation fails while compiling examples, but {{{curl}}} gets installed okay. |