]> xenbits.xensource.com Git - libvirt.git/commit
esx: Bump minimal version of curl
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 17 Feb 2021 05:58:59 +0000 (06:58 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 17 Feb 2021 09:21:26 +0000 (10:21 +0100)
commit1f8e6a6172f2df1c4eab1cf2a26488498947641f
tree15e8518e2e0488fbc66d9862003f7e7a4c7dc184
parentcf325da1f8b803a58211a4c55c3816b63124394f
esx: Bump minimal version of curl

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.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
meson.build
src/esx/esx_stream.c
src/esx/esx_vi.c