Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Mar 2019 20:45:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        vbox@FreeBSD.org
Subject:   [Bug 236885] ftp/curl update to curl-7.64.1 breaks VirtualBox
Message-ID:  <bug-236885-26505-3WmaErm7VI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236885-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236885-26505@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236885

--- Comment #6 from commit-hook@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236885-26505-3WmaErm7VI>