imagemagick: 6.9.7-0 -> 6.9.7-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:
Franz Pletz 2017-02-02 11:09:40 +01:00
parent 57e7f8ff66
commit 5e753c1a65
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -12,8 +12,8 @@ let
else throw "ImageMagick is not supported on this platform.";
cfg = {
version = "6.9.7-0";
sha256 = "0c6ff1am2mhc0dc26h50l78yx6acwqymwpwgkxgx69cb6jfpwrdx";
version = "6.9.7-6";
sha256 = "17pc3xz8srb9g5a5gkk6q9sjiss77fgm0wxxfmb5qya4rqivjpzn";
patches = [];
}
# Freeze version on mingw so we don't need to port the patch too often.