diff options
| author | Vincent Legoll <vincent.legoll@gmail.com> | 2021-02-20 22:10:09 +0100 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2021-02-20 17:38:26 -0500 |
| commit | f49c13f1833f0db5a5ddcb751c16f6e9ed56355f (patch) | |
| tree | 8458a434e3fc320ac53379e91211bd66f93e84ad /gnu/packages/ghostscript.scm | |
| parent | 6579100df09aa906dd3f38aaafa2e22adcf5f991 (diff) | |
gnu: ghostscript: Update to 9.53.3.
* gnu/packages/ghostscript.scm (ghostscript): Update to 9.53.3.
[source]: Remove obsolete patch 'ghostscript-CVE-2020-15900.patch'.
* gnu/packages/patches/ghostscript-CVE-2020-15900.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/ghostscript.scm')
| -rw-r--r-- | gnu/packages/ghostscript.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 19430d315a1..2a13cbd83f6 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -160,7 +160,7 @@ printing, and psresize, for adjusting page sizes.") | |||
| 160 | (define-public ghostscript | 160 | (define-public ghostscript |
| 161 | (package | 161 | (package |
| 162 | (name "ghostscript") | 162 | (name "ghostscript") |
| 163 | (version "9.52") | 163 | (version "9.53.3") |
| 164 | (source | 164 | (source |
| 165 | (origin | 165 | (origin |
| 166 | (method url-fetch) | 166 | (method url-fetch) |
| @@ -170,9 +170,8 @@ printing, and psresize, for adjusting page sizes.") | |||
| 170 | "/ghostscript-" version ".tar.xz")) | 170 | "/ghostscript-" version ".tar.xz")) |
| 171 | (sha256 | 171 | (sha256 |
| 172 | (base32 | 172 | (base32 |
| 173 | "0z1w42y2jmcpl2m1l3z0sfii6zmvzcwcgzn6bydklia6ig7jli2p")) | 173 | "0d52w9ajv1rz533119ywgmkzkapp74riwny0d21v0zkcbg45p7ww")) |
| 174 | (patches (search-patches "ghostscript-freetype-compat.patch" | 174 | (patches (search-patches "ghostscript-freetype-compat.patch" |
| 175 | "ghostscript-CVE-2020-15900.patch" | ||
| 176 | "ghostscript-no-header-creationdate.patch" | 175 | "ghostscript-no-header-creationdate.patch" |
| 177 | "ghostscript-no-header-id.patch" | 176 | "ghostscript-no-header-id.patch" |
| 178 | "ghostscript-no-header-uuid.patch")) | 177 | "ghostscript-no-header-uuid.patch")) |
