Bug 201145 - ftp/curl: Fix bug in multi handles
Summary: ftp/curl: Fix bug in multi handles
Status: Closed DUPLICATE of bug 201147
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-06-27 10:08 UTC by Michael Gmelin
Modified: 2015-06-27 23:28 UTC (History)
0 users

See Also:


Attachments
Fixes bugs described above, bumps revision (2.66 KB, patch)
2015-06-27 10:08 UTC, Michael Gmelin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gmelin freebsd_committer freebsd_triage 2015-06-27 10:08:31 UTC
Created attachment 158095 [details]
Fixes bugs described above, bumps revision

Curl 7.43.0 introduced a bug that causes invalid behavior when using multi handles. Among other things this broke arcanist (which makes use of multi handles).

See:
https://reviews.freebsd.org/D2894
https://secure.phabricator.com/T8654
http://curl.haxx.se/mail/lib-2015-06/0127.html
http://curl.haxx.se/mail/lib-2015-06/0131.html

The attached patch incorporates https://github.com/bagder/curl/commit/903b6e05565bf826b4194447864288642214b094 (https://github.com/bagder/curl/commit/903b6e05565bf826b4194447864288642214b094.diff for the raw diff) form upstream, that aims to fix this problem.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2015-06-27 23:28:15 UTC

*** This bug has been marked as a duplicate of bug 201147 ***