libtiff: add patch for CVE-2022-2953
This commit is contained in:
parent
f8b2e38796
commit
39bcbc32f1
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ stdenv.mkDerivation rec {
|
|||
url = "https://gitlab.com/libtiff/libtiff/-/commit/275735d0354e39c0ac1dc3c0db2120d6f31d1990.patch";
|
||||
sha256 = "sha256-faKsdJjvQwNdkAKjYm4vubvZvnULt9zz4l53zBFr67s=";
|
||||
})
|
||||
(fetchpatch {
|
||||
name = "CVE-2022-2953.patch";
|
||||
url = "https://gitlab.com/libtiff/libtiff/-/commit/48d6ece8389b01129e7d357f0985c8f938ce3da3.patch";
|
||||
sha256 = "sha256-h9hulV+dnsUt/2Rsk4C1AKdULkvweM2ypIJXYQ3BqQU=";
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue