ghostscript: add patch fixing CVE-2015-3228 (from debian)
This commit is contained in:
committed by
Vladimír Čunát
parent
aefc8b3ddf
commit
179cdbc62c
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user