gnu: QEMU: Fix CVE-2018-11806.

* gnu/packages/patches/qemu-CVE-2018-11806.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/virtualization.scm (qemu)[source]: Use it.
This commit is contained in:
Leo Famulari 2018-06-18 12:28:13 -04:00
parent 7af5c2a248
commit bc19a68c5c
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
3 changed files with 107 additions and 0 deletions

View file

@ -98,6 +98,7 @@
(method url-fetch)
(uri (string-append "https://download.qemu.org/qemu-"
version ".tar.xz"))
(patches (search-patches "qemu-CVE-2018-11806.patch"))
(sha256
(base32
"1z66spkm1prvhbq7h5mfnp0i6mmamsb938fqmdfvyrgzc7rh34z6"))))