On 2/17/21 11:06 AM, Daniel P. Berrangé wrote:
On Wed, Feb 17, 2021 at 08:36:27AM +0100, Michal Privoznik wrote:
According to meson.build the minimal version of curl needed is
7.18.0 which was released in January 2008. If the minimal version
is bumped to 7.19.1 (released in November 2008) we can drop some
workarounds because this newer version provides APIs we need.
RHEL-7 has 7.29.0, so I think you should bump the version
right up to that.
While we could do that, it doesn't matter really - after this commit we
don't check for curl version anywhere in our code so I'd say 7.19.1 is
okay - it doesn't put any burden on us. But if we still want to bump the
version then please post a patch and I will review it.
Michal