gnu: qemu: Fix CVE-2017-{13711,14167}.

* gnu/packages/patches/qemu-CVE-2017-14167.patch
gnu/packages/patches/qemu-CVE-2017-13711.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 2017-09-07 14:44:45 -04:00
parent 94d671f673
commit 6a7bd25bf2
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
4 changed files with 162 additions and 0 deletions

View file

@ -77,6 +77,8 @@
(method url-fetch)
(uri (string-append "https://download.qemu.org/qemu-"
version ".tar.xz"))
(patches (search-patches "qemu-CVE-2017-13711.patch"
"qemu-CVE-2017-14167.patch"))
(sha256
(base32
"0dgk7zcni41nf1jp84y0m6dk2nb4frnh571m8hkiv0m4hz4imn2m"))))