From d815da8211d3cd89102059c0a6278f8b91ba899f Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 13 Aug 2012 19:05:41 -0400 Subject: [PATCH] Rebased to version 0.9.11.5 CVE-2012-3445 crash in virTypedParameterArrayClear (bz 844734) Fix libvirt-guests (bz 843836) Fix occasional loss of domain events in boxes (bz 819617) --- libvirt.spec | 26 +++++++++++++++++++++----- sources | 2 +- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index 3f958da..1a51e83 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -273,8 +273,8 @@ Summary: Library providing a simple virtualization API Name: libvirt -Version: 0.9.11.4 -Release: 3%{?dist}%{?extra_release} +Version: 0.9.11.5 +Release: 1%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries @@ -282,7 +282,6 @@ Group: Development/Libraries %define mainturl stable_updates/ %endif Source: http://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.gz - # Replace fedora-13->pc-0.14 to prep for qemu removal (bz 754772) # keep: keeping this for the lifetime of F17, gone for newer releases Patch1: %{name}-qemu-replace-deprecated-fedora-13-machine.patch @@ -296,6 +295,7 @@ Patch3: %{name}-add-default-spice-channel.patch # keep: 0.9.12 feature backport for vdsm, won't hit -maint Patch4: %{name}-sanlock-readonly-option.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root URL: http://libvirt.org/ @@ -307,8 +307,18 @@ Requires: libvirt-daemon-config-network = %{version}-%{release} %if %{with_nwfilter} Requires: libvirt-daemon-config-nwfilter = %{version}-%{release} %endif -# XXX when we turn on driver modules, we need to add -# deps on each driver (Requires: libvirt-daemon-drv-qemu) +Requires: libvirt-daemon-driver-libxl = %{version}-%{release} +Requires: libvirt-daemon-driver-lxc = %{version}-%{release} +Requires: libvirt-daemon-driver-qemu = %{version}-%{release} +Requires: libvirt-daemon-driver-uml = %{version}-%{release} +Requires: libvirt-daemon-driver-xen = %{version}-%{release} + +Requires: libvirt-daemon-driver-interface = %{version}-%{release} +Requires: libvirt-daemon-driver-secret = %{version}-%{release} +Requires: libvirt-daemon-driver-storage = %{version}-%{release} +Requires: libvirt-daemon-driver-network = %{version}-%{release} +Requires: libvirt-daemon-driver-nodedev = %{version}-%{release} +Requires: libvirt-daemon-driver-nwfilter = %{version}-%{release} %endif Requires: libvirt-client = %{version}-%{release} @@ -1489,6 +1499,12 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/sysctl.d/libvirtd %endif %changelog +* Mon Aug 13 2012 Cole Robinson - 0.9.11.5-1 +- Rebased to version 0.9.11.5 +- CVE-2012-3445 crash in virTypedParameterArrayClear (bz 844734) +- Fix libvirt-guests (bz 843836) +- Fix occasional loss of domain events in boxes (bz 819617) + * Thu Jun 28 2012 Cole Robinson - 0.9.11.4-3 - Latest upstream patch for sanlock readonly/shared disks (bz 828633) diff --git a/sources b/sources index 5f2cfc9..e4bac6e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b21e49d36e9d4bbd3c5b04c222702a1e libvirt-0.9.11.4.tar.gz +2df71ddf3090674caacf44efb75131f2 libvirt-0.9.11.5.tar.gz