]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: bump min libxml2 to 2.9.1
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 22 Jul 2019 14:41:58 +0000 (15:41 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 9 Aug 2019 16:21:42 +0000 (17:21 +0100)
commite4c05240bf96218a10cd331813327524cb020621
treed7714eaffc84651b43caa7866b846307a17cca8c
parent38d2e033686b5cc274f8f55075ce1985b71e329a
build: bump min libxml2 to 2.9.1

The various distros have the following libxml2 vesions:

        CentOS 7: 2.9.1
  Debian Stretch: 2.9.4
   FreeBSD Ports: 2.9.9
Ubuntu 16.04 LTS: 2.9.3

Based on this sampling, we can reasonably bump libxml2 min
version to 2.9.1

The 'query_raw' struct field was added in version 2.6.28,
so can be assumed to exist.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
m4/virt-libxml.m4
src/util/viruri.c
tests/viruritest.c