diff options
author | Leo Famulari <leo@famulari.name> | 2016-05-31 13:20:19 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-05-31 13:38:40 -0400 |
commit | e88eb07110a9e6bf49bfe9020ad9a9a08c2dd61b (patch) | |
tree | defd153c304d009603687ce01005fdc43c3c8695 /gnu/local.mk | |
parent | 4d93a76138246ba1f9d6f81da4039e89e14570be (diff) |
gnu: imagemagick: Fix CVE-2016-5118.
* gnu/packages/patches/imagemagick-CVE-2016-5118.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/imagemagick.scm (imagemagick): Use 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 f669167091..21f9f81d10 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -552,6 +552,7 @@ dist_patch_DATA = \ %D%/packages/patches/icu4c-CVE-2015-4760.patch \ %D%/packages/patches/id3lib-CVE-2007-4460.patch \ %D%/packages/patches/ilmbase-fix-tests.patch \ + %D%/packages/patches/imagemagick-CVE-2016-5118.patch \ %D%/packages/patches/inkscape-drop-wait-for-targets.patch \ %D%/packages/patches/irrlicht-mesa-10.patch \ %D%/packages/patches/jansson-CVE-2016-4425.patch \ |