From 4dae4f86faed8150a922dd9ee618d7d937b155ac Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Thu, 2 Feb 2017 11:10:56 +0100 Subject: [PATCH] imagemagick: 7.0.4-0 -> 7.0.4-6 for multiple CVEs Fixes at least: * CVE-2016-10144 * CVE-2016-10145 * CVE-2016-10146 * CVE-2017-5506 * CVE-2017-5507 * CVE-2017-5508 * CVE-2017-5510 * CVE-2017-5511 --- pkgs/applications/graphics/ImageMagick/7.0.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/graphics/ImageMagick/7.0.nix b/pkgs/applications/graphics/ImageMagick/7.0.nix index f5c475ef93a9..2ee7f3bb160f 100644 --- a/pkgs/applications/graphics/ImageMagick/7.0.nix +++ b/pkgs/applications/graphics/ImageMagick/7.0.nix @@ -12,8 +12,8 @@ let else throw "ImageMagick is not supported on this platform."; cfg = { - version = "7.0.4-0"; - sha256 = "0hfkdvfl60f9ksh07c06cpq8ib05apczl767yyvc671gd90n11ds"; + version = "7.0.4-6"; + sha256 = "1nm0hjijwhcp6rzcn7zksp2820dxvj4lmblj7kzpzd3s1ds09q0y"; patches = []; }; in