diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-07-13 21:11:15 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-07-13 21:11:15 +0200 |
commit | 5887d554ec8f626f9cb8e9f88e34109ad68076e8 (patch) | |
tree | 22401587d74b5e401b82669acd208506f927e731 /gnu/packages/gnome.scm | |
parent | a6ae4f83a4ecdc7dc19e0060462e85dc56e0d105 (diff) | |
download | gnu-guix-5887d554ec8f626f9cb8e9f88e34109ad68076e8.tar gnu-guix-5887d554ec8f626f9cb8e9f88e34109ad68076e8.tar.gz |
gnu: evince: Fix CVE-2017-1000083.
* gnu/packages/patches/evince-CVE-2017-1000083.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (evince)[source]: Use it.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 972f3ec15b..3125fa03ca 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -615,6 +615,7 @@ forgotten when the session ends.") (uri (string-append "mirror://gnome/sources/" name "/" (version-major+minor version) "/" name "-" version ".tar.xz")) + (patches (search-patches "evince-CVE-2017-1000083.patch")) (sha256 (base32 "13yw0i68dgqp9alyliy3zifszh7rikkpi1xbz5binvxxgfpraf04")))) |