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.
This commit is contained in:
Leo Famulari 2020-01-20 11:34:01 -05:00
parent 0ef7e44439
commit f528df99f1
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
4 changed files with 226 additions and 0 deletions

View file

@ -114,6 +114,8 @@
(method url-fetch)
(uri (string-append "https://download.qemu.org/qemu-"
version ".tar.xz"))
(patches (search-patches "qemu-CVE-2020-7039.patch"
"qemu-CVE-2020-7211.patch"))
(sha256
(base32
"1lm1jndfpc5sydwrxyiz5sms414zkcg9jdl0zx318qbjsayxnvzd"))))