ghostscript: add patch for CVE-2021-3781

This commit is contained in:
Timothy 2021-09-11 11:11:19 +07:00
parent 693ca813d4
commit 79eed79c8f

View File

@ -45,6 +45,11 @@ stdenv.mkDerivation rec {
url = "https://github.com/ArtifexSoftware/ghostpdl/commit/41ef9a0bc36b9db7115fbe9623f989bfb47bbade.patch";
sha256 = "1qpc6q1fpxshqc0mqgg36kng47kgljk50bmr8p7wn21jgfkh7m8w";
})
(fetchpatch {
url = "https://git.ghostscript.com/?p=ghostpdl.git;a=patch;h=a9bd3dec9fde";
name = "CVE-2021-3781.patch";
sha256 = "FvbH7cb3ZDCbNRz9DF0kDmLdF7OWNYk90wv44pimU58=";
})
./urw-font-files.patch
./doc-no-ref.diff
];