libtiff: add patch for CVE-2022-34526

This commit is contained in:
Robert Scott 2022-07-31 17:29:52 +01:00 committed by Winter
parent d6fe4d729a
commit 19c5c57e72

View File

@ -36,6 +36,11 @@ stdenv.mkDerivation rec {
# libc++abi 11 has an `#include <version>`, this picks up files name
# `version` in the project's include paths
./rename-version.patch
(fetchpatch {
name = "CVE-2022-34526.patch";
url = "https://gitlab.com/libtiff/libtiff/-/commit/275735d0354e39c0ac1dc3c0db2120d6f31d1990.patch";
sha256 = "sha256-faKsdJjvQwNdkAKjYm4vubvZvnULt9zz4l53zBFr67s=";
})
];
postPatch = ''