Skip to content

Commit

Permalink
openexr: 2.2.0 -> 2.2.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 8d96d0f)
  • Loading branch information
adisbladis authored and Mic92 committed Jan 2, 2018
1 parent af6aacd commit aba3425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ilmbase/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, automake, autoconf, libtool, which }:

stdenv.mkDerivation rec {
name = "ilmbase-2.2.0";
name = "ilmbase-2.2.1";

src = fetchurl {
url = "http://download.savannah.nongnu.org/releases/openexr/${name}.tar.gz";
sha256 = "1izddjwbh1grs8080vmaix72z469qy29wrvkphgmqmcm0sv1by7c";
sha256 = "17k0hq19wplx9s029kjrq6c51x2ryrfmaavcappkd0g67gk0dhna";
};

outputs = [ "out" "dev" ];
Expand Down
10 changes: 1 addition & 9 deletions pkgs/development/libraries/openexr/default.nix
Expand Up @@ -5,19 +5,11 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "http://download.savannah.nongnu.org/releases/openexr/${name}.tar.gz";
sha256 = "0ca2j526n4wlamrxb85y2jrgcv0gf21b3a19rr0gh4rjqkv1581n";
sha256 = "1kdf2gqznsdinbd5vcmqnif442nyhdf9l7ckc51410qm2gv5m6lg";
};

patches = [
./bootstrap.patch
(fetchpatch {
# https://github.com/openexr/openexr/issues/232
# https://github.com/openexr/openexr/issues/238
name = "CVE-2017-12596.patch";
url = "https://github.com/openexr/openexr/commit/f09f5f26c1924.patch";
sha256 = "1d014da7c8cgbak5rgr4mq6wzm7kwznb921pr7nlb52vlfvqp4rs";
stripLen = 1;
})
];

outputs = [ "bin" "dev" "out" "doc" ];
Expand Down

0 comments on commit aba3425

Please sign in to comment.