diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-25 23:48:54 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-27 04:38:44 -0400 |
commit | 35a12b47199a99b4a1407172be039f2f07f5efe7 (patch) | |
tree | 71e1a0a6854acb79830e43280219ea10a74d623d /gnu-system.am | |
parent | 6d7a0eeded965d4c60766dde9c8a07bfc476c0ac (diff) | |
download | patches-35a12b47199a99b4a1407172be039f2f07f5efe7.tar patches-35a12b47199a99b4a1407172be039f2f07f5efe7.tar.gz |
gnu: ghostscript: Add fix for CVE-2015-3228.
* gnu/packages/patches/ghostscript-CVE-2015-3228.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/ghostscript.scm (ghostscript)[source]: Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 015ac769b5..115437f1e2 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -444,6 +444,7 @@ dist_patch_DATA = \ gnu/packages/patches/gcc-libvtv-runpath.patch \ gnu/packages/patches/gcc-5.0-libvtv-runpath.patch \ gnu/packages/patches/geoclue-config.patch \ + gnu/packages/patches/ghostscript-CVE-2015-3228.patch \ gnu/packages/patches/ghostscript-runpath.patch \ gnu/packages/patches/gitolite-openssh-6.8-compat.patch \ gnu/packages/patches/glib-tests-desktop.patch \ |