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
This commit is contained in:
parent
5e753c1a65
commit
4dae4f86fa
|
@ -12,8 +12,8 @@ let
|
||||||
else throw "ImageMagick is not supported on this platform.";
|
else throw "ImageMagick is not supported on this platform.";
|
||||||
|
|
||||||
cfg = {
|
cfg = {
|
||||||
version = "7.0.4-0";
|
version = "7.0.4-6";
|
||||||
sha256 = "0hfkdvfl60f9ksh07c06cpq8ib05apczl767yyvc671gd90n11ds";
|
sha256 = "1nm0hjijwhcp6rzcn7zksp2820dxvj4lmblj7kzpzd3s1ds09q0y";
|
||||||
patches = [];
|
patches = [];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in New Issue