summaryrefslogtreecommitdiff
path: root/gnu/packages/ghostscript.scm
diff options
context:
space:
mode:
authorAlex Vong <alexvong1995@gmail.com>2017-02-11 22:58:19 +0800
committerMarius Bakke <mbakke@fastmail.com>2017-02-12 22:29:36 +0100
commited7732bc625585e6ec51c6f60716c8a6a916082b (patch)
tree75d87e321c63083702778fbc71c1cfa24020f86e /gnu/packages/ghostscript.scm
parente4f43bc517a5ccf181f23072da4544c6437d92ae (diff)
downloadguix-patches-ed7732bc625585e6ec51c6f60716c8a6a916082b.tar
guix-patches-ed7732bc625585e6ec51c6f60716c8a6a916082b.tar.gz
gnu: lcms: Mention CVE-2016-10165.
* gnu/packages/patches/lcms-fix-out-of-bounds-read.patch: Rename to ... * gnu/packages/patches/lcms-CVE-2016-10165.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust. * gnu/packages/ghostscript.scm (lcms)[source]: Use renamed patch. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/ghostscript.scm')
-rw-r--r--gnu/packages/ghostscript.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 4b8e62348c..826a2fc374 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -45,7 +45,7 @@
(method url-fetch)
(uri (string-append "mirror://sourceforge/lcms/lcms/" version
"/lcms2-" version ".tar.gz"))
- (patches (search-patches "lcms-fix-out-of-bounds-read.patch"))
+ (patches (search-patches "lcms-CVE-2016-10165.patch"))
(sha256 (base32
"08pvl289g0mbznzx5l6ibhaldsgx41kwvdn2c974ga9fkli2pl36"))))
(build-system gnu-build-system)