ghostscript: add patch for CVE-2020-15900

gstqt5
Robert Scott 2020-08-24 00:52:41 +01:00 committed by Frederik Rietdijk
parent 784e819070
commit 9292dbf7fa
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@ stdenv.mkDerivation rec {
};
patches = [
(fetchpatch {
name = "CVE-2020-15900.patch";
url = "https://github.com/ArtifexSoftware/ghostpdl/commit/5d499272b95a6b890a1397e11d20937de000d31b.patch";
sha256 = "1nnnrn8q33x7nc8227ygc60f3mj4bjzrhj40sxp6dah58rb5x5jz";
})
./urw-font-files.patch
./doc-no-ref.diff
# rebased version of upstream http://git.ghostscript.com/?p=ghostpdl.git;a=patch;h=1b4c3669a20c,