qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] block: Handle curl 7.55.0, 7.85.0 version changes


From: Peter Maydell
Subject: Re: [PATCH] block: Handle curl 7.55.0, 7.85.0 version changes
Date: Tue, 24 Jan 2023 09:51:50 +0000

On Mon, 23 Jan 2023 at 20:15, Anton Johansson via <qemu-devel@nongnu.org> wrote:
>
> * 7.55.0 deprecates CURLINFO_CONTENT_LENGTH_DOWNLOAD in favour of a *_T
>   version, which returns curl_off_t instead of a double.
> * 7.85.0 deprecates CURLOPT_PROTOCOLS and CURLOPT_REDIR_PROTOCOLS in
>   favour of *_STR variants, specifying the desired protocols via a
>   string.
>
> Signed-off-by: Anton Johansson <anjo@rev.ng>

We should note that this
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1440

There also seems to be a different set of patches that
somebody attached to that bug report, but yours wins
since you actually submitted it :-)

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]