summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.3.0.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2015-06-18 17:02:42 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-27 22:42:51 +0100
commita1bac0f7dfe3e1a29c03f7e307ea6da355859409 (patch)
tree03883a126f0c7c35d12eb6e01a4f48184ad3d7f2 /meta/recipes-devtools/qemu/qemu_2.3.0.bb
parenta8ae7317e2da254f65d05497b5eaae9d57c5c1e9 (diff)
downloadpoky-a1bac0f7dfe3e1a29c03f7e307ea6da355859409.tar.gz
qemu: backport patches to fix CVE issues
Backport patches to fix CVE-2015-4103, CVE-2015-4104, CVE-2015-4105 and CVE-2015-4106. These patches are from debian, but they are originally from: http://git.qemu.org/?p=qemu.git;a=shortlog;h=c25bbf1 (From OE-Core rev: 496b3ffba6755bb76709c88cf81399c9d23f830a) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.3.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.3.0.bb13
1 files changed, 12 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.3.0.bb b/meta/recipes-devtools/qemu/qemu_2.3.0.bb
index 4782941f52..ec1b101998 100644
--- a/meta/recipes-devtools/qemu/qemu_2.3.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.3.0.bb
@@ -7,7 +7,18 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
7 file://qemu-enlarge-env-entry-size.patch \ 7 file://qemu-enlarge-env-entry-size.patch \
8 file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \ 8 file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \
9 file://qemu-CVE-2015-3456.patch \ 9 file://qemu-CVE-2015-3456.patch \
10 " 10 file://01-xen-properly-gate-host-writes-of-modified-PCI-CFG-contents-CVE-2015-4103.patch \
11 file://02-xen-dont-allow-guest-to-control-MSI-mask-register-CVE-2015-4104.patch \
12 file://03-xen-MSI-X-limit-error-messages-CVE-2015-4105.patch \
13 file://04-xen-MSI-dont-open-code-pass-through-of-enable-bit-mod-CVE-2015-4106.patch \
14 file://05-xen-pt-consolidate-PM-capability-emu_mask-CVE-2015-4106.patch \
15 file://06-xen-pt-correctly-handle-PM-status-bit-CVE-2015-4106.patch \
16 file://07-xen-pt-split-out-calculation-of-throughable-mask-CVE-2015-4106.patch \
17 file://08-xen-pt-mark-all-PCIe-capability-bits-read-only-CVE-2015-4106.patch \
18 file://09-xen-pt-mark-reserved-bits-in-PCI-config-space-fields-CVE-2015-4106.patch \
19 file://10-xen-pt-add-a-few-PCI-config-space-field-descriptions-CVE-2015-4106.patch \
20 file://11-xen-pt-unknown-PCI-config-space-fields-should-be-readonly-CVE-2015-4106.patch \
21 "
11SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" 22SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
12SRC_URI[md5sum] = "2fab3ea4460de9b57192e5b8b311f221" 23SRC_URI[md5sum] = "2fab3ea4460de9b57192e5b8b311f221"
13SRC_URI[sha256sum] = "b6bab7f763d5be73e7cb5ee7d4c8365b7a8df2972c52fa5ded18893bd8281588" 24SRC_URI[sha256sum] = "b6bab7f763d5be73e7cb5ee7d4c8365b7a8df2972c52fa5ded18893bd8281588"