mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/libvirt: security bump to version 7.7.0
- storage: Unlock pool objects on ACL check failures in storagePoolLookupByTargetPath (CVE-2021-3667) A logic bug in storagePoolLookupByTargetPath where the storage pool object was left locked after a failure of the ACL check could potentially deprive legitimate users access to a storage pool object by users who don't have access. - svirt: fix MCS label generation (CVE-2021-3631) A flaw in the way MCS labels were generated could result in a VM's resource not being fully protected from access by another VM were it to be compromised. https://gitlab.com/libvirt/libvirt/-/issues/153 - Disable Cloud-Hypervisor driver added by56fbabf1a1- Update indentation in hash file (two spaces) https://gitlab.com/libvirt/libvirt/-/blob/v7.7.0/NEWS.rst Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit93cbbb2ce8) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
1cebcd27b8
commit
5792946eb9
@@ -1,3 +1,3 @@
|
||||
# locally computed
|
||||
sha256 b366d73dee6ce77a226bedef592e0620ceb8e22e5998f60768017f79fc4ead26 libvirt-7.4.0.tar.xz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
sha256 1b616099c18d14b9424a622f2a0bd3e0cfa286414f3416bd1a8173621b2252b2 libvirt-7.7.0.tar.xz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBVIRT_VERSION = 7.4.0
|
||||
LIBVIRT_VERSION = 7.7.0
|
||||
LIBVIRT_SITE = https://libvirt.org/sources
|
||||
LIBVIRT_SOURCE = libvirt-$(LIBVIRT_VERSION).tar.xz
|
||||
LIBVIRT_LICENSE = LGPL-2.1+
|
||||
@@ -35,6 +35,7 @@ LIBVIRT_CONF_OPTS = \
|
||||
-Dapparmor=disabled \
|
||||
-Ddocs=disabled \
|
||||
-Ddriver_bhyve=disabled \
|
||||
-Ddriver_ch=disabled \
|
||||
-Ddriver_esx=disabled \
|
||||
-Ddriver_hyperv=disabled \
|
||||
-Ddriver_interface=enabled \
|
||||
|
||||
Reference in New Issue
Block a user