diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2020-01-20 18:11:38 +0100 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-21 23:17:20 +0100 |
| commit | 99406d9b684ec60384dc29d850905dd517fb9790 (patch) | |
| tree | 82f14b6a4fd9caa4c740d47e7311ff2e3df824a9 /gnu/packages/ghostscript.scm | |
| parent | 84fd5d6feb7e234a32965a80dfdd66cfe0f4aea3 (diff) | |
gnu: ghostscript: Fix CVE-2019-14869.
* gnu/packages/patches/ghostscript-CVE-2019-14869.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ghostscript.scm (ghostscript)[source](patches): Add it.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
| -rw-r--r-- | gnu/packages/ghostscript.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index c63fc2f9f9c..84c6985bde8 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -170,7 +170,8 @@ printing, and psresize, for adjusting page sizes.") | |||
| 170 | (sha256 | 170 | (sha256 |
| 171 | (base32 | 171 | (base32 |
| 172 | "1m770dwc82afdgzgq2kar3120r1lbybm3mssdm79f8kggf0v16yv")) | 172 | "1m770dwc82afdgzgq2kar3120r1lbybm3mssdm79f8kggf0v16yv")) |
| 173 | (patches (search-patches "ghostscript-no-header-creationdate.patch" | 173 | (patches (search-patches "ghostscript-CVE-2019-14869.patch" |
| 174 | "ghostscript-no-header-creationdate.patch" | ||
| 174 | "ghostscript-no-header-id.patch" | 175 | "ghostscript-no-header-id.patch" |
| 175 | "ghostscript-no-header-uuid.patch")) | 176 | "ghostscript-no-header-uuid.patch")) |
| 176 | (modules '((guix build utils))) | 177 | (modules '((guix build utils))) |
