ghostscript: add patch fixing CVE-2015-3228 (from debian)

This commit is contained in:
Robert Scott
2015-08-02 09:40:05 +02:00
committed by Vladimír Čunát
parent aefc8b3ddf
commit 179cdbc62c
2 changed files with 25 additions and 1 deletions
+5 -1
View File
@@ -40,7 +40,11 @@ stdenv.mkDerivation rec {
# [] # maybe sometimes jpeg2000 support
;
patches = [ ./urw-font-files.patch ];
patches = [
./urw-font-files.patch
# fetched from debian's ghostscript 9.15_dfsg-1 (called 020150707~0c0b085.patch there)
./CVE-2015-3228.patch
];
makeFlags = [ "cups_serverroot=$(out)" "cups_serverbin=$(out)/lib/cups" ];