Skip to content

Commit 557afcc

Browse files
Marc Nickertvcunat
Marc Nickert
authored andcommittedMay 14, 2017
libtiff: security 4.0.7-5 -> 4.0.7-6 (Debian patches)
Taken from PR #25742, only adding extra comment. (cherry picked from commit 1c9ed32)
1 parent 22da5d0 commit 557afcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/libraries/libtiff/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ stdenv.mkDerivation rec {
1212
};
1313

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

0 commit comments

Comments
 (0)
Please sign in to comment.