diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2016-05-04 12:46:01 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2016-05-04 13:22:52 -0400 |
commit | d663e5e6001fa3d23bb80848cd46560c92ea92c8 (patch) | |
tree | c1e2eabe63ceebdacbb6fb37b5b53a777af32bb3 /gnu/local.mk | |
parent | 11057c4b58d766f358bc439690b9765bee735772 (diff) | |
download | patches-d663e5e6001fa3d23bb80848cd46560c92ea92c8.tar patches-d663e5e6001fa3d23bb80848cd46560c92ea92c8.tar.gz |
gnu: imagemagick: Update to 6.9.3-10.
Fixes CVE-2016–3714.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.3-10.
[source]: Remove patch.
* gnu/packages/patches/imagemagick-test-segv.patch: Delete.
* gnu/local.mk (dist_patch_DATA): Remove patch file from distribution.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index a01efa9224..6f9b1b1019 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -544,7 +544,6 @@ dist_patch_DATA = \ gnu/packages/patches/icu4c-CVE-2015-1270.patch \ gnu/packages/patches/icu4c-CVE-2015-4760.patch \ gnu/packages/patches/ilmbase-fix-tests.patch \ - gnu/packages/patches/imagemagick-test-segv.patch \ gnu/packages/patches/imlib2-CVE-2016-4024.patch \ gnu/packages/patches/irrlicht-mesa-10.patch \ gnu/packages/patches/jasper-CVE-2007-2721.patch \ |