]> git.pld-linux.org Git - packages/qemu.git/blobdiff - qemu.spec
- add -CVE-2008-0928.patch, -CVE-2008-2004.patch from gentoo; rel 9
[packages/qemu.git] / qemu.spec
index 1e956bc58ca595441252cee4dfae6a7f93099d69..5c9b597cf482d881a11e722b3e5e12f4487bf4e0 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -32,7 +32,7 @@
 %define                qemu_version    0.9.1
 %define                pname   qemu
 
-%define                rel     8
+%define                rel     9
 Summary:       QEMU CPU Emulator
 Summary(pl.UTF-8):     QEMU - emulator procesora
 Name:          %{pname}%{_alt_kernel}
@@ -40,7 +40,7 @@ Version:      %{qemu_version}
 Release:       %{rel}%{?with_kqemu:k}
 License:       GPL
 Group:         Applications/Emulators
-#Source0Download: http://fabrice.bellard.free.fr/qemu/download.html
+# Source0Download: http://fabrice.bellard.free.fr/qemu/download.html
 Source0:       http://fabrice.bellard.free.fr/qemu/%{pname}-%{version}.tar.gz
 # Source0-md5: 6591df8e9270eb358c881de4ebea1262
 Source1:       http://fabrice.bellard.free.fr/qemu/k%{pname}-%{kqemu_version}.tar.gz
@@ -63,6 +63,8 @@ Patch15:      %{pname}-isa-bios-ram.patch
 # below one fixes problems with passing ram size to bios/bootloader
 # which affects coreboot/linuxbios
 Patch16:       %{pname}-piix-ram-size.patch
+Patch17:       %{pname}-CVE-2008-0928.patch
+Patch18:       %{pname}-CVE-2008-2004.patch
 URL:           http://fabrice.bellard.free.fr/qemu/
 %if %{with kernel} && %{with dist_kernel}
 BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.7
@@ -179,6 +181,8 @@ EOF
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17 -p2
+%patch18 -p0
 
 cd kqemu-%{kqemu_version}
 %{__sed} -i 's#include ../config-host.mak##' ./common/Makefile
This page took 0.02716 seconds and 4 git commands to generate.