poppler_0_61: add patch for CVE-2019-9959

custom adapted patch to accommodate the openjpeg1/openjpeg2 split that
0.61 still has
This commit is contained in:
Robert Scott
2019-10-12 14:35:01 +01:00
parent ce2bbeb5ed
commit e6889d46e0
2 changed files with 21 additions and 0 deletions
@@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
url = "https://cgit.freedesktop.org/poppler/poppler/patch/?id=004e3c10df0abda214f0c293f9e269fdd979c5ee";
sha256 = "1l8713s57xc6g81bldw934rsfm140fqc7ggd50ha5mxdl1b3app2";
})
./0.61-CVE-2019-9959.patch
];
buildInputs = [ libiconv libintl ] ++ lib.optional withData poppler_data;