Date: Sat, 27 Jun 2015 23:28:15 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201145] ftp/curl: Fix bug in multi handles Message-ID: <bug-201145-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201145 Bug ID: 201145 Summary: ftp/curl: Fix bug in multi handles Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: Closed Keywords: patch Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: grembo@FreeBSD.org Status: Closed Resolution: DUPLICATE --- Comment #1 from Mark Linimon <linimon@FreeBSD.org> --- *** This bug has been marked as a duplicate of bug 201147 *** Created attachment 158095 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158095&action=edit 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. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201145-13>