diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2018-12-10 01:10:00 +0100 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-12 20:49:13 +0100 |
| commit | 87f29c1e5d00050ffb7bef0ee26cb6a4cad49d0d (patch) | |
| tree | 4908d92070e3d1df68ee527caacf761bbd4ecc3e /gnu/packages/ghostscript.scm | |
| parent | 30eb854a5714600405f2817a4965663c7d6e0d7e (diff) | |
gnu: ghostscript: Update to 9.26.
* gnu/packages/patches/ghostscript-bug-699708.patch,
gnu/packages/patches/ghostscript-CVE-2018-16509.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/ghostscript.scm (ghostscript): Update to 9.26.
[source](patches): Remove obsolete.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
| -rw-r--r-- | gnu/packages/ghostscript.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index b46451d94e3..d8c00505131 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -135,7 +135,7 @@ printing, and psresize, for adjusting page sizes.") | |||
| 135 | (define-public ghostscript | 135 | (define-public ghostscript |
| 136 | (package | 136 | (package |
| 137 | (name "ghostscript") | 137 | (name "ghostscript") |
| 138 | (version "9.24") | 138 | (version "9.26") |
| 139 | (source | 139 | (source |
| 140 | (origin | 140 | (origin |
| 141 | (method url-fetch) | 141 | (method url-fetch) |
| @@ -145,10 +145,8 @@ printing, and psresize, for adjusting page sizes.") | |||
| 145 | "/ghostscript-" version ".tar.xz")) | 145 | "/ghostscript-" version ".tar.xz")) |
| 146 | (sha256 | 146 | (sha256 |
| 147 | (base32 | 147 | (base32 |
| 148 | "1mk922rnml93w2g42yxiyn8xqanc50cm65irrgh0b6lp4kgifjfl")) | 148 | "1645f47all5w27bfhiq15vycdm954lmr6agqkrp68ksq6xglgvch")) |
| 149 | (patches (search-patches "ghostscript-CVE-2018-16509.patch" | 149 | (patches (search-patches "ghostscript-no-header-creationdate.patch" |
| 150 | "ghostscript-bug-699708.patch" | ||
| 151 | "ghostscript-no-header-creationdate.patch" | ||
| 152 | "ghostscript-no-header-id.patch" | 150 | "ghostscript-no-header-id.patch" |
| 153 | "ghostscript-no-header-uuid.patch")) | 151 | "ghostscript-no-header-uuid.patch")) |
| 154 | (modules '((guix build utils))) | 152 | (modules '((guix build utils))) |
