Am 13.02.2023 um 14:28 hat Peter Maydell geschrieben: > 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 <a...@rev.ng> > > Block folks -- this patch has been reviewed, are you going to > pick it up (with the Resolves: line added) ?
Yes, I'm going through the patches right now that were stuck because the previous pull request was blocked by CI. Thanks, applied to the block branch. Kevin