Re: [Qemu-devel] [PATCH for-1.4] block/curl: only restrict protocols with libcurl=7.19.4

2013-02-18 Thread Anthony Liguori
Applied.  Thanks.

Regards,

Anthony Liguori




Re: [Qemu-devel] [PATCH for-1.4] block/curl: only restrict protocols with libcurl=7.19.4

2013-02-13 Thread Andreas Färber
Am 13.02.2013 09:25, schrieb Stefan Hajnoczi:
 The curl_easy_setopt(state-curl, CURLOPT_PROTOCOLS, ...) interface was
 introduced in libcurl 7.19.4.  Therefore we cannot protect against
 CVE-2013-0249 when linking against an older libcurl.
 
 This fixes the build failure introduced by
 fb6d1bbd246c7a57ef53d3847ef225cd1349d602.
 
 Reported-by: Andreas Färber afaer...@suse.de
 Signed-off-by: Stefan Hajnoczi stefa...@redhat.com

Tested-by: Andreas Färber andreas.faer...@web.de

That fixes the build without --disable-curl on Mac OS X v10.5.8 for me
(7.16.4).

Thanks,
Andreas