Revert "cairo: bugfix 1.14.10 -> 1.14.12"
This reverts commitfc5756ea5e
. It hangs in cairo_image_surface_create_from_png_stream consuming 100% CPU when png is malformed:fc5756ea5e
This commit is contained in:
parent
745be0cb61
commit
5b6c5964b0
@ -12,11 +12,11 @@ assert glSupport -> mesa_noglu != null;
|
||||
let inherit (stdenv.lib) optional optionals; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cairo-1.14.12";
|
||||
name = "cairo-1.14.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://cairographics.org/releases/${name}.tar.xz";
|
||||
sha256 = "05mzyxkvsfc1annjw2dja8vka01ampp9pp93lg09j8hba06g144c";
|
||||
sha256 = "02banr0wxckq62nbhc3mqidfdh2q956i2r7w2hd9bjgjb238g1vy";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user