diff options
author | Leo Famulari <leo@famulari.name> | 2020-01-20 11:34:01 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-01-24 21:09:28 -0500 |
commit | f528df99f1e99fa32f7cc6d291262192234ec758 (patch) | |
tree | 90d646e58c5648957c01cf9513ed55e3ae636442 /gnu/local.mk | |
parent | 0ef7e44439c6e1b87bea5cdc39f1fa07e62edba4 (diff) | |
download | patches-f528df99f1e99fa32f7cc6d291262192234ec758.tar patches-f528df99f1e99fa32f7cc6d291262192234ec758.tar.gz |
gnu: QEMU: Fix CVE-2020-{7039,7211}.
* gnu/packages/patches/qemu-CVE-2020-7039.patch,
gnu/packages/patches/qemu-CVE-2020-7211.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/virtualization.scm (qemu)[source]: Use them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 563c98b122..2cb400d84b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1336,6 +1336,8 @@ 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-7039.patch \ + %D%/packages/patches/qemu-CVE-2020-7211.patch \ %D%/packages/patches/qt4-ldflags.patch \ %D%/packages/patches/qtbase-use-TZDIR.patch \ %D%/packages/patches/qtscript-disable-tests.patch \ |