Skip to content

Commit

Permalink
Revert "cairo: bugfix 1.14.10 -> 1.14.12"
Browse files Browse the repository at this point in the history
This reverts commit fc5756e.

It hangs in cairo_image_surface_create_from_png_stream consuming 100% CPU when
png is malformed:
fc5756e
  • Loading branch information
orivej committed Dec 18, 2017
1 parent 745be0c commit 5b6c596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/cairo/default.nix
Expand Up @@ -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 = [
Expand Down

0 comments on commit 5b6c596

Please sign in to comment.