summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-09-26 00:35:00 -0400
committerMark H Weaver <mhw@netris.org>2015-09-26 10:32:19 -0400
commitd2a633660983c12b00ef1489a73289b3871f905b (patch)
tree29acdfe2b60119f9e28953241fe7c0afb9a1a91a /gnu-system.am
parente1556533d3e57950417b2e35a68e95c65fee5042 (diff)
downloadguix-patches-d2a633660983c12b00ef1489a73289b3871f905b.tar
guix-patches-d2a633660983c12b00ef1489a73289b3871f905b.tar.gz
gnu: qemu: Update to 2.4.0.1. Include fix for CVE-2015-6855.
* gnu/packages/patches/qemu-CVE-2015-3209.patch, gnu/packages/patches/qemu-CVE-2015-4037.patch, gnu/packages/patches/qemu-CVE-2015-4103.patch, gnu/packages/patches/qemu-CVE-2015-4104.patch, gnu/packages/patches/qemu-CVE-2015-4105.patch, gnu/packages/patches/qemu-CVE-2015-4106-pt1.patch, gnu/packages/patches/qemu-CVE-2015-4106-pt2.patch, gnu/packages/patches/qemu-CVE-2015-4106-pt3.patch, gnu/packages/patches/qemu-CVE-2015-4106-pt4.patch, gnu/packages/patches/qemu-CVE-2015-4106-pt5.patch, 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-5745.patch: Delete files. * gnu/packages/patches/qemu-CVE-2015-6855.patch: New file. * gnu-system.am (dist_patch_DATA): Add the new patch and delete the old ones. * gnu/packages/qemu.scm (qemu-headless): Update to 2.4.0.1. Add the new patch and delete the old ones.
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am15
1 files changed, 1 insertions, 14 deletions
diff --git a/gnu-system.am b/gnu-system.am
index f359a9b834..98634a0c2b 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -607,20 +607,7 @@ dist_patch_DATA = \
gnu/packages/patches/python-fix-tests.patch \
gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \
gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \
- gnu/packages/patches/qemu-CVE-2015-3209.patch \
- gnu/packages/patches/qemu-CVE-2015-4037.patch \
- gnu/packages/patches/qemu-CVE-2015-4103.patch \
- gnu/packages/patches/qemu-CVE-2015-4104.patch \
- gnu/packages/patches/qemu-CVE-2015-4105.patch \
- gnu/packages/patches/qemu-CVE-2015-4106-pt1.patch \
- gnu/packages/patches/qemu-CVE-2015-4106-pt2.patch \
- gnu/packages/patches/qemu-CVE-2015-4106-pt3.patch \
- gnu/packages/patches/qemu-CVE-2015-4106-pt4.patch \
- gnu/packages/patches/qemu-CVE-2015-4106-pt5.patch \
- 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-5745.patch \
+ gnu/packages/patches/qemu-CVE-2015-6855.patch \
gnu/packages/patches/qt4-ldflags.patch \
gnu/packages/patches/qt4-tests.patch \
gnu/packages/patches/qt5-runpath.patch \