summaryrefslogtreecommitdiff
path: root/gnu/packages/ghostscript.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-07-25 23:48:54 -0400
committerMark H Weaver <mhw@netris.org>2015-07-27 04:38:44 -0400
commit35a12b47199a99b4a1407172be039f2f07f5efe7 (patch)
tree71e1a0a6854acb79830e43280219ea10a74d623d /gnu/packages/ghostscript.scm
parent6d7a0eeded965d4c60766dde9c8a07bfc476c0ac (diff)
gnu: ghostscript: Add fix for CVE-2015-3228.
* gnu/packages/patches/ghostscript-CVE-2015-3228.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/ghostscript.scm (ghostscript)[source]: Add patch.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
-rw-r--r--gnu/packages/ghostscript.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 09306e942dd..bd578898889 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -1,6 +1,6 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2013 Andreas Enge <andreas@enge.fr> 2;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
3;;; Copyright © 2014 Mark H Weaver <mhw@netris.org> 3;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
4;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net> 4;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
5;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org> 5;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
6;;; 6;;;
@@ -129,7 +129,8 @@ printing, and psresize, for adjusting page sizes.")
129 (sha256 129 (sha256
130 (base32 130 (base32
131 "0q4jj41p0qbr4mgcc9q78f5zs8cm1g57wgryhsm2yq4lfslm3ib1")) 131 "0q4jj41p0qbr4mgcc9q78f5zs8cm1g57wgryhsm2yq4lfslm3ib1"))
132 (patches (list (search-patch "ghostscript-runpath.patch"))) 132 (patches (map search-patch '("ghostscript-CVE-2015-3228.patch"
133 "ghostscript-runpath.patch")))
133 (modules '((guix build utils))) 134 (modules '((guix build utils)))
134 (snippet 135 (snippet
135 ;; Honor --docdir. 136 ;; Honor --docdir.