diff options
author | Mark H Weaver <mhw@netris.org> | 2015-05-14 19:01:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-05-14 19:36:19 -0400 |
commit | f6708fcdb2b6977e0a2a7449aa917dc373545455 (patch) | |
tree | e65d5f54b6c4ca4fcbeb29d02378644ac994864e /gnu-system.am | |
parent | 3736a110bd60e2453dc51e405d36fed51d4cb9b2 (diff) | |
download | guix-f6708fcdb2b6977e0a2a7449aa917dc373545455.tar guix-f6708fcdb2b6977e0a2a7449aa917dc373545455.tar.gz |
gnu: qemu: Update to 2.3.0; add fix for CVE-2015-3456.
* gnu/packages/patches/qemu-CVE-2015-3456.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/qemu.scm (qemu-headless): Update to 2.3.0. Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index e25eae59fe..5ba48d15d2 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -536,6 +536,7 @@ dist_patch_DATA = \ gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch \ gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \ + gnu/packages/patches/qemu-CVE-2015-3456.patch \ gnu/packages/patches/qt4-ldflags.patch \ gnu/packages/patches/qt4-tests.patch \ gnu/packages/patches/qt5-conflicting-typedefs.patch \ |