Skip to content

Commit

Permalink
libtiff: security 4.0.7-5 -> 4.0.7-6 (Debian patches)
Browse files Browse the repository at this point in the history
Taken from PR #25742, only adding extra comment.

(cherry picked from commit 1c9ed32)
  • Loading branch information
Marc Nickert authored and vcunat committed May 14, 2017
1 parent 22da5d0 commit 557afcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/libtiff/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ stdenv.mkDerivation rec {
};

prePatch =let
# https://lwn.net/Vulnerabilities/711777/
# https://lwn.net/Vulnerabilities/711777/ and more patched in *-6 -> *-7
debian = fetchurl {
url = http://http.debian.net/debian/pool/main/t/tiff/tiff_4.0.7-5.debian.tar.xz;
sha256 = "1ribxdn89wx3nllcyh7ql3dx6wpr1h7z3waglz1w7dklxm43q67l";
url = http://http.debian.net/debian/pool/main/t/tiff/tiff_4.0.7-6.debian.tar.xz;
sha256 = "9c9048c28205bdbeb5ba36c7a194d0cd604bd137c70961607bfc8a079be5fa31";
};
in ''
tar xf '${debian}'
Expand Down

0 comments on commit 557afcc

Please sign in to comment.