diff options
author | Leo Famulari <leo@famulari.name> | 2018-07-16 23:09:37 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-07-17 20:44:52 -0400 |
commit | a1e3da63cb4b9a9151849d1d4360c2a8415becb5 (patch) | |
tree | 679cf46abc09e423252121fa214665772d5ca1a9 /gnu/local.mk | |
parent | 276598b69b2003a1b153aaffba5200139f97a66e (diff) | |
download | patches-a1e3da63cb4b9a9151849d1d4360c2a8415becb5.tar patches-a1e3da63cb4b9a9151849d1d4360c2a8415becb5.tar.gz |
gnu: ghostscript: Fix CVE-2018-10194.
* gnu/packages/ghostscript.scm (ghostscript)[replacement]: New field.
(ghostscript/fixed): New variable.
* gnu/packages/patches/ghostscript-CVE-2018-10194.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 6a731ea0e9..e55c2bf3ba 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -714,6 +714,7 @@ dist_patch_DATA = \ %D%/packages/patches/geoclue-config.patch \ %D%/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch \ %D%/packages/patches/ghc-dont-pass-linker-flags-via-response-files.patch \ + %D%/packages/patches/ghostscript-CVE-2018-10194.patch \ %D%/packages/patches/ghostscript-no-header-id.patch \ %D%/packages/patches/ghostscript-no-header-uuid.patch \ %D%/packages/patches/ghostscript-no-header-creationdate.patch \ |