]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: bump min required glib version to 2.56
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 14 May 2021 12:04:13 +0000 (13:04 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 2 Jun 2021 07:11:32 +0000 (09:11 +0200)
commitb4c6036faa995a0ec00d45901aa722ab2dd14341
tree5dc6714096c91e986d2333acc26823528b2be49a
parent6f0748a048b9a5e2284e4d0f832322f9c832ad5e
configure: bump min required glib version to 2.56

The glib version was not previously constrained by RHEL-7 since it
rebases fairly often. Instead SLES 12 and Ubuntu 16.04 were the
constraints in 00f2cfbbec63fb6f5a7789797a62ccedd22466ea. Both of
these are old enough that they are outside our platform support
matrix now.

Per repology, current shipping versions are:

             RHEL-8: 2.56.4
      Debian Buster: 2.58.3
 openSUSE Leap 15.2: 2.62.6
   Ubuntu LTS 18.04: 2.56.4
   Ubuntu LTS 20.04: 2.64.6
            FreeBSD: 2.66.7
          Fedora 33: 2.66.8
          Fedora 34: 2.68.1
            OpenBSD: 2.68.1
     macOS HomeBrew: 2.68.1

Thus Ubuntu LTS 18.04 / RHEL-8 are the constraint for GLib version
at 2.56

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20210514120415.1368922-11-berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
configure
include/glib-compat.h
util/oslib-win32.c