diff options
author | Mark H Weaver <mhw@netris.org> | 2015-08-18 22:23:57 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-08-18 23:57:25 -0400 |
commit | 7cb6f648b2486b0e6060a333564432a0830637de (patch) | |
tree | be5152f2b7171f58bf9cfa8036536dccee8d810f /gnu-system.am | |
parent | 2376963411a096aa0c8e77f27c4d1db1a9a7fa42 (diff) | |
download | guix-7cb6f648b2486b0e6060a333564432a0830637de.tar guix-7cb6f648b2486b0e6060a333564432a0830637de.tar.gz |
gnu: qemu: Update to 2.3.1. Add fix for CVE-2015-5745.
* gnu/packages/patches/qemu-CVE-2015-5745.patch: New file.
* gnu/packages/patches/qemu-CVE-2015-3456.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: Delete files.
* gnu-system.am (dist_patch_DATA): Add new file and remove the deleted ones.
* gnu/packages/qemu.scm (qemu): Update to 2.3.1. Add new patch and remove the
deleted ones.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu-system.am b/gnu-system.am index 9f46f7b7e4..147abfc0d6 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -607,7 +607,6 @@ dist_patch_DATA = \ 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-3456.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 \ @@ -620,10 +619,7 @@ 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/qemu-CVE-2015-5745.patch \ gnu/packages/patches/qt4-ldflags.patch \ gnu/packages/patches/qt4-tests.patch \ gnu/packages/patches/qt5-runpath.patch \ |