diff options
author | Mark H Weaver <mhw@netris.org> | 2015-06-10 15:11:48 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-06-10 15:42:16 -0400 |
commit | 3dbb0e5f8b9e8445818ca31861488666b948ce50 (patch) | |
tree | fc2c818648077e3222918efcfcc16d4bc44c6671 /gnu-system.am | |
parent | e51943f886dd65dd9cd8c1f16e67d5775ffc08bd (diff) | |
download | patches-3dbb0e5f8b9e8445818ca31861488666b948ce50.tar patches-3dbb0e5f8b9e8445818ca31861488666b948ce50.tar.gz |
gnu: qemu: Add fix for CVE-2015-3209.
* gnu/packages/patches/qemu-CVE-2015-3209.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/qemu.scm (qemu): 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 3073fef498..978e839bfa 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -527,6 +527,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-3209.patch \ gnu/packages/patches/qemu-CVE-2015-3456.patch \ gnu/packages/patches/qt4-ldflags.patch \ gnu/packages/patches/qt4-tests.patch \ |