ghostscript: 9.18 -> 9.20 for multiple CVEs: https://lwn.net/Vulnerabilities/703324/

This commit is contained in:
Graham Christensen
2016-10-19 08:09:17 -04:00
parent 09e4b78b48
commit 3c2306e216
2 changed files with 3 additions and 40 deletions

View File

@@ -5,15 +5,6 @@ stdenv.mkDerivation {
inherit (ghostscript) src;
patches = [
# http://bugs.ghostscript.com/show_bug.cgi?id=696246
(fetchpatch {
name = "devijs-account-for-device-subclassing.patch";
url = "http://git.ghostscript.com/?p=ghostpdl.git;a=patch;h=b68e05c3";
sha256 = "1c3fzfjzvf15z533vpw3l3da8wcxw98qi3p1lc6lf13940a57c7n";
})
];
postPatch = "cd ijs";
enableParallelBuilding = true;