diff options
| author | Kai Kang <kai.kang@windriver.com> | 2016-10-26 17:54:50 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:35 +0000 |
| commit | 8ce19e9e0bb320644d558e18ba2c8d91b3ef1e2e (patch) | |
| tree | 9885cce5f46c4b395abf5c584ad3394e44b1c86e /meta/recipes-devtools/qemu/qemu_2.7.0.bb | |
| parent | 19be0e3f43c0d322c31b48986d7492a3c4f261a2 (diff) | |
| download | poky-8ce19e9e0bb320644d558e18ba2c8d91b3ef1e2e.tar.gz | |
qemu: fix CVE-2016-7423 and CVE-2016-7908
Backport patches to fix CVE-2016-7423 and CVE-2016-7908 of qemu.
(From OE-Core rev: 1f4c303fd64a4bc05882de01676f241f0df6da78)
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.7.0.bb')
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.7.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.7.0.bb b/meta/recipes-devtools/qemu/qemu_2.7.0.bb index 90e4eecb10..a75bcdfa0b 100644 --- a/meta/recipes-devtools/qemu/qemu_2.7.0.bb +++ b/meta/recipes-devtools/qemu/qemu_2.7.0.bb | |||
| @@ -10,6 +10,8 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \ | |||
| 10 | file://pathlimit.patch \ | 10 | file://pathlimit.patch \ |
| 11 | file://qemu-2.5.0-cflags.patch \ | 11 | file://qemu-2.5.0-cflags.patch \ |
| 12 | file://0001-virtio-zero-vq-inuse-in-virtio_reset.patch \ | 12 | file://0001-virtio-zero-vq-inuse-in-virtio_reset.patch \ |
| 13 | file://0002-fix-CVE-2016-7423.patch \ | ||
| 14 | file://0003-fix-CVE-2016-7908.patch \ | ||
| 13 | " | 15 | " |
| 14 | 16 | ||
| 15 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" | 17 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" |
