diff options
author | Leo Famulari <leo@famulari.name> | 2020-02-02 16:35:33 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-02-03 12:04:17 -0500 |
commit | ca5e404f9a1ff81a38a32578c9c3a6c866482a9a (patch) | |
tree | 7c569aecd4e7a44a83ff63c69809c443b2bc85d1 /gnu/local.mk | |
parent | 692c4b3b444825278d560cbe64b90f3d850d74fd (diff) | |
download | patches-ca5e404f9a1ff81a38a32578c9c3a6c866482a9a.tar patches-ca5e404f9a1ff81a38a32578c9c3a6c866482a9a.tar.gz |
gnu: QEMU: Fix CVE-2020-1711.
* gnu/packages/patches/qemu-CVE-2020-1711.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/virtualization.scm (qemu)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index cdad650a92..0096010f14 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1342,6 +1342,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-unittest2-remove-argparse.patch \ %D%/packages/patches/python-waitress-fix-tests.patch \ %D%/packages/patches/qemu-glibc-2.27.patch \ + %D%/packages/patches/qemu-CVE-2020-1711.patch \ %D%/packages/patches/qemu-CVE-2020-7039.patch \ %D%/packages/patches/qemu-CVE-2020-7211.patch \ %D%/packages/patches/qemu-fix-documentation-build-failure.patch \ |