diff options
author | Leo Famulari <leo@famulari.name> | 2016-05-31 13:23:17 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-05-31 13:33:09 -0400 |
commit | 4d93a76138246ba1f9d6f81da4039e89e14570be (patch) | |
tree | 1a2335254f0f4574bdfae3505c37b7a1bc533c23 /gnu/local.mk | |
parent | 151afd84dc9bf8f13de79a689f7f163fba7254ec (diff) | |
download | guix-4d93a76138246ba1f9d6f81da4039e89e14570be.tar guix-4d93a76138246ba1f9d6f81da4039e89e14570be.tar.gz |
gnu: graphicsmagick: Update to 1.3.24 [security update].
Fixes CVE-2016-{2317, 2318, 5118} and many other security issues
described in 'NEWS.txt'.
* gnu/packages/patches/graphicsmagick-CVE-2016-5118.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.24.
[source]: Remove patch.
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 6e2d765159..f669167091 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -524,7 +524,6 @@ dist_patch_DATA = \ %D%/packages/patches/gobject-introspection-absolute-shlib-path.patch \ %D%/packages/patches/gobject-introspection-cc.patch \ %D%/packages/patches/gobject-introspection-girepository.patch \ - %D%/packages/patches/graphicsmagick-CVE-2016-5118.patch \ %D%/packages/patches/grep-timing-sensitive-test.patch \ %D%/packages/patches/grub-CVE-2015-8370.patch \ %D%/packages/patches/grub-gets-undeclared.patch \ |