[Bug 236885] ftp/curl update to curl-7.64.1 breaks VirtualBox
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Mar 30 20:46:02 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236885
--- Comment #6 from commit-hook at freebsd.org ---
A commit references this bug:
Author: sunpoet
Date: Sat Mar 30 20:44:49 UTC 2019
New revision: 497348
URL: https://svnweb.freebsd.org/changeset/ports/497348
Log:
Fix undefined Curl_get_line when ALTSVC enabled and COOKIES disabled
ALTSVC requires Curl_get_line which is defined in lib/cookie.c inside a #if
check of HTTP and COOKIES. That makes Curl_get_line undefined if COOKIES is
disabled. This is a workaround to define Curl_get_line unconditionally.
PR: 236885, 236890
Changes:
head/ftp/curl/files/patch-lib-cookie.c
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-emulation
mailing list