diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-10-18 22:15:09 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-10-18 22:15:09 +0200 |
commit | 07dfc89859a3539100a23c8acc0d643f4f7cb99d (patch) | |
tree | 1f085d184d907637a519adbe89c7e76458750de9 /gnu/packages/pdf.scm | |
parent | dc1d06ba9e658e6eb0e9d2d3195d33957d40a06d (diff) | |
download | patches-07dfc89859a3539100a23c8acc0d643f4f7cb99d.tar patches-07dfc89859a3539100a23c8acc0d643f4f7cb99d.tar.gz |
gnu: mupdf: Fix CVE-2017-15587.
* gnu/packages/patches/mupdf-CVE-2017-15587.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (mupdf)[source](patches): 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 98df90e2d4..56f5486791 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -540,7 +540,8 @@ extracting content or merging files.") (sha256 (base32 "02phamcchgsmvjnb3ir7r5sssvx9fcrscn297z73b82n1jl79510")) - (patches (search-patches "mupdf-build-with-openjpeg-2.1.patch")) + (patches (search-patches "mupdf-build-with-openjpeg-2.1.patch" + "mupdf-CVE-2017-15587.patch")) (modules '((guix build utils))) (snippet ;; Delete all the bundled libraries except for mujs, which is |