qpdf: Drop CVE-2018-9918.patch (#47935)

This has been merged upstream in 8.2.1.
This commit is contained in:
Ben Gamari 2018-10-05 18:30:49 -04:00 committed by xeji
parent 29b479eb72
commit 58a02af417

View File

@ -14,14 +14,6 @@ stdenv.mkDerivation rec {
buildInputs = [ zlib libjpeg ];
patches = [
(fetchpatch {
name = "CVE-2018-9918.patch";
url = "https://github.com/qpdf/qpdf/commit/b4d6cf6836ce025ba1811b7bbec52680c7204223";
sha256 = "0mdqa9w1p6cmli6976v4wi0sw9r4p5prkj7lzfd1877wk11c9c73";
})
];
postPatch = ''
patchShebangs qpdf/fix-qdf
'';