diff options
author | Kei Kebreau <kei@openmailbox.org> | 2016-10-25 12:49:52 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2016-10-25 12:50:50 -0400 |
commit | 47a04fca999b91309d196afc9ebf4d8ac6f2083f (patch) | |
tree | 1ce9d8388097122e844816073fc914b7238b61ca /gnu/packages/pdf.scm | |
parent | 4b12fe5caba259bbf32865001c94a1de14965c66 (diff) | |
download | patches-47a04fca999b91309d196afc9ebf4d8ac6f2083f.tar patches-47a04fca999b91309d196afc9ebf4d8ac6f2083f.tar.gz |
gnu: mupdf: Fix CVE-2016-8674.
* gnu/packages/patches/mupdf-CVE-2016-8674.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (mupdf): Use it.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 461472abe9..42547dff9b 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -489,7 +489,8 @@ extracting content or merging files.") "1k64pdapyj8a336jw3j61fhn0rp4q6az7d0dqp9r5n3d9rgwa5c0")) (patches (search-patches "mupdf-build-with-openjpeg-2.1.patch" "mupdf-CVE-2016-6265.patch" - "mupdf-CVE-2016-6525.patch")) + "mupdf-CVE-2016-6525.patch" + "mupdf-CVE-2016-8674.patch")) (modules '((guix build utils))) (snippet ;; Delete all the bundled libraries except for mujs, which is |