ghostscript: add patch for CVE-2019-14869

This commit is contained in:
Robert Scott 2019-11-16 12:50:09 +00:00
parent f0e68d7977
commit 6217e94778

View file

@ -47,6 +47,11 @@ stdenv.mkDerivation rec {
patches = [
./urw-font-files.patch
./doc-no-ref.diff
(fetchpatch {
name = "CVE-2019-14869.patch";
url = "https://git.ghostscript.com/?p=ghostpdl.git;a=patch;h=485904772c5f0aa1140032746e5a0abfc40f4cef";
sha256 = "0z5gnvgpp0dlzgvpw9a1yan7qyycv3mf88l93fvb1kyay893rshp";
})
];
outputs = [ "out" "man" "doc" ];