summaryrefslogtreecommitdiff
path: root/gnu/packages/ghostscript.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-03-20 22:16:02 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-03-20 22:16:31 +0200
commit18b740bc0c5e077a7f1d06e73af1cb55fb58db4f (patch)
tree06cda02c950661eb8357060c545a4fed196a7369 /gnu/packages/ghostscript.scm
parent664750b228c6aacb2e5ab4b994be2b6161296c85 (diff)
gnu: lcms: Update to 2.12.
* gnu/packages/ghostscript.scm (lcms): Update to 2.12. [source]: Remove patch. [home-page]: Use https. * gnu/packages/patches/lcms-CVE-2018-16435.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
-rw-r--r--gnu/packages/ghostscript.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 2a13cbd83f6..e3b2de37492 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -4,7 +4,7 @@
4;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net> 4;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
5;;; Copyright © 2013, 2015, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org> 5;;; Copyright © 2013, 2015, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
6;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com> 6;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
7;;; Copyright © 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il> 7;;; Copyright © 2017, 2018, 2019, 2021 Efraim Flashner <efraim@flashner.co.il>
8;;; Copyright © 2017 Leo Famulari <leo@famulari.name> 8;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
9;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> 9;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
10;;; Copyright © 2018, 2020 Marius Bakke <mbakke@fastmail.com> 10;;; Copyright © 2018, 2020 Marius Bakke <mbakke@fastmail.com>
@@ -49,15 +49,14 @@
49(define-public lcms 49(define-public lcms
50 (package 50 (package
51 (name "lcms") 51 (name "lcms")
52 (version "2.9") 52 (version "2.12")
53 (source (origin 53 (source (origin
54 (method url-fetch) 54 (method url-fetch)
55 (uri (string-append "mirror://sourceforge/lcms/lcms/" version 55 (uri (string-append "mirror://sourceforge/lcms/lcms/" version
56 "/lcms2-" version ".tar.gz")) 56 "/lcms2-" version ".tar.gz"))
57 57
58 (patches (search-patches "lcms-CVE-2018-16435.patch"))
59 (sha256 (base32 58 (sha256 (base32
60 "083xisy6z01zhm7p7rgk4bx9d6zlr8l20qkfv1g29ylnhgwzvij8")))) 59 "1x8hzq8kw16lgjxmqpnqah1p3hrqqhjpcl1ymiah8434x22kjrhq"))))
61 (build-system gnu-build-system) 60 (build-system gnu-build-system)
62 (arguments 61 (arguments
63 `(#:configure-flags '("--disable-static"))) 62 `(#:configure-flags '("--disable-static")))
@@ -70,7 +69,7 @@
70focus on accuracy and performance. It uses the International Color 69focus on accuracy and performance. It uses the International Color
71Consortium standard (ICC), approved as ISO 15076-1.") 70Consortium standard (ICC), approved as ISO 15076-1.")
72 (license license:x11) 71 (license license:x11)
73 (home-page "http://www.littlecms.com/") 72 (home-page "https://www.littlecms.com/")
74 (properties '((cpe-name . "little_cms_color_engine"))))) 73 (properties '((cpe-name . "little_cms_color_engine")))))
75 74
76(define-public libpaper 75(define-public libpaper