summaryrefslogtreecommitdiff
path: root/gnu/packages/pdf.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2021-03-04 19:43:17 -0500
committerKei Kebreau <kkebreau@posteo.net>2021-03-04 20:12:07 -0500
commit6891f95739c733df217ceaf5d0787cbed380ec1c (patch)
tree96fc985c5f8bcd12995a1db17845db64422a1613 /gnu/packages/pdf.scm
parentd5a8e530d794beb0e162a124ea3068887b920556 (diff)
downloadguix-patches-6891f95739c733df217ceaf5d0787cbed380ec1c.tar
guix-patches-6891f95739c733df217ceaf5d0787cbed380ec1c.tar.gz
gnu: mupdf: Fix CVE-2021-3407.
* gnu/packages/pdf.scm (mupdf)[source]: Add patch. * gnu/packages/patches/mupdf-CVE-2021-3407.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/packages/pdf.scm')
-rw-r--r--gnu/packages/pdf.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index daea7ee8ad..e81c3caf87 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -724,7 +724,8 @@ extracting content or merging files.")
"mupdf-" version "-source.tar.xz"))
(sha256
(base32 "16m5sksil22sshxy70xkslsb2qhvcqb1d95i9savnhds1xn4ybar"))
- (patches (search-patches "mupdf-fix-linkage.patch"))
+ (patches (search-patches "mupdf-fix-linkage.patch"
+ "mupdf-CVE-2021-3407.patch"))
(modules '((guix build utils)))
(snippet
'(begin