graphicsmagick: 1.3.26 -> 1.3.27 (fixes CVE-2017-11102 amongst others)

See [1] for details.

[1] https://sourceforge.net/p/graphicsmagick/mailman/message/36152268/
This commit is contained in:
Andreas Rammhold 2017-12-10 19:20:01 +01:00
parent 3bb52f9259
commit 4314648fa1
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86

View File

@ -2,14 +2,14 @@
, libjpeg, libpng, libtiff, libxml2, zlib, libtool, xz, libX11
, libwebp, quantumdepth ? 8, fixDarwinDylibNames }:
let version = "1.3.26"; in
let version = "1.3.27"; in
stdenv.mkDerivation {
name = "graphicsmagick-${version}";
src = fetchurl {
url = "mirror://sourceforge/graphicsmagick/GraphicsMagick-${version}.tar.xz";
sha256 = "122zgs96dqrys62mnh8x5yvfff6km4d3yrnvaxzg3mg5sprib87v";
sha256 = "0rq35p3rml10cxz2z4s7xcfsilhhk19mmy094g3ivz0fg797hcnh";
};
patches = [