diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-12 15:39:34 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-12 16:27:40 -0400 |
commit | d89ce52096982d2b5ff3f81f9dc0c8316590fe41 (patch) | |
tree | 7bf3ff82e121b19d4fbaf707f9d28d934f7872bb /gnu/packages/spice.scm | |
parent | 301565266fa563193a5e6c909fe72994a87a1f45 (diff) | |
download | patches-d89ce52096982d2b5ff3f81f9dc0c8316590fe41.tar patches-d89ce52096982d2b5ff3f81f9dc0c8316590fe41.tar.gz |
gnu: spice: Fix CVE-2017-7506.
* gnu/packages/patches/spice-CVE-2017-7506.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/spice.scm (spice)[source]: Use it.
Diffstat (limited to 'gnu/packages/spice.scm')
-rw-r--r-- | gnu/packages/spice.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm index 08343c52ed..8baf4f4a6d 100644 --- a/gnu/packages/spice.scm +++ b/gnu/packages/spice.scm @@ -211,7 +211,8 @@ which allows users to view a desktop computing environment.") (base32 "0za03i77j8i3g5l2np2j7vy8cqsdbkm9wbv4hjnaqq9xhz2sa0gr")) (patches - (search-patches "spice-CVE-2016-9577.patch" + (search-patches "spice-CVE-2017-7506.patch" + "spice-CVE-2016-9577.patch" "spice-CVE-2016-9578-1.patch" "spice-CVE-2016-9578-2.patch")))) (build-system gnu-build-system) |