diff options
author | Leo Famulari <leo@famulari.name> | 2016-08-27 17:31:52 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-08-27 17:35:21 -0400 |
commit | 6bd9a3432c796b0affaa7a1d5516963847b37689 (patch) | |
tree | fe3f42a46b0f25651671b7223771710edd4cd345 /gnu/packages/pdf.scm | |
parent | b47f7510f032b795c60b1fa6628562e9f62044e4 (diff) | |
download | guix-6bd9a3432c796b0affaa7a1d5516963847b37689.tar guix-6bd9a3432c796b0affaa7a1d5516963847b37689.tar.gz |
gnu: mupdf: Fix CVE-2016-{6265,6525}.
* gnu/packages/patches/mupdf-CVE-2016-6265.patch,
gnu/packages/patches/mupdf-CVE-2016-6525.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/pdf.scm (mupdf): Use them.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r-- | gnu/packages/pdf.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index f9523c6fc1..74e89070b8 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -474,6 +474,8 @@ extracting content or merging files.") name "-" version "-source.tar.gz")) (sha256 (base32 "01n26cy41lc2fjri63s4js23ixxb4nd37aafry3hz4i4id6wd8x2")) + (patches (search-patches "mupdf-CVE-2016-6265.patch" + "mupdf-CVE-2016-6525.patch")) (modules '((guix build utils))) (snippet ;; Don't build the bundled-in third party libraries. |