gnu: QEMU: Fix CVE-2020-{7039,7211}.
[jackhill/guix/guix.git] / gnu / packages / virtualization.scm
index fb3849e..4528d4e 100644 (file)
              (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"))))