[libvirt/f17] Rebased to version 0.9.11.5 CVE-2012-3445 crash in virTypedParameterArrayClear (bz 844734) Fix libvi

Cole Robinson crobinso at fedoraproject.org
Mon Aug 13 23:05:58 UTC 2012


commit d815da8211d3cd89102059c0a6278f8b91ba899f
Author: Cole Robinson <crobinso at redhat.com>
Date:   Mon Aug 13 19:05:41 2012 -0400

    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 <crobinso at redhat.com> - 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 <crobinso at redhat.com> - 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


More information about the scm-commits mailing list