summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-07-27 18:23:49 -0400
committerMark H Weaver <mhw@netris.org>2015-07-27 18:50:35 -0400
commit7ef4119f0a4dcf32668f4f7f1ef730d35890a247 (patch)
tree6fb24112f7806bfce8626b67f8fd2679f9a97acc /gnu-system.am
parentbae877624e2dfa49d7326929167834236e35a74d (diff)
downloadpatches-7ef4119f0a4dcf32668f4f7f1ef730d35890a247.tar
patches-7ef4119f0a4dcf32668f4f7f1ef730d35890a247.tar.gz
gnu: qemu: Add fixes for CVE-2015-5154 and CVE-2015-5158.
* gnu/packages/patches/qemu-CVE-2015-5154-pt1.patch, gnu/packages/patches/qemu-CVE-2015-5154-pt2.patch, gnu/packages/patches/qemu-CVE-2015-5154-pt3.patch, gnu/packages/patches/qemu-CVE-2015-5158.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/qemu.scm (qemu-headless)[source]: Add patches.
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am
index 723c685e1b..2d13c9e604 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -603,6 +603,10 @@ dist_patch_DATA = \
gnu/packages/patches/qemu-CVE-2015-4106-pt6.patch \
gnu/packages/patches/qemu-CVE-2015-4106-pt7.patch \
gnu/packages/patches/qemu-CVE-2015-4106-pt8.patch \
+ gnu/packages/patches/qemu-CVE-2015-5154-pt1.patch \
+ gnu/packages/patches/qemu-CVE-2015-5154-pt2.patch \
+ gnu/packages/patches/qemu-CVE-2015-5154-pt3.patch \
+ gnu/packages/patches/qemu-CVE-2015-5158.patch \
gnu/packages/patches/qt4-ldflags.patch \
gnu/packages/patches/qt4-tests.patch \
gnu/packages/patches/qt5-runpath.patch \