1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libtiff: security 4.0.7-5 -> 4.0.7-6 (Debian patches)

Taken from PR #25742, only adding extra comment.
This commit is contained in:
Marc Nickert 2017-05-12 17:27:18 +02:00 committed by Vladimír Čunát
parent beb43a651c
commit 1c9ed32a34
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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}'