jasper: add patch to fix CVE-2018-9055

Part of vulnerability roundup 39 (issue #38993)
This commit is contained in:
Pascal Wittmann 2018-04-17 15:00:19 +02:00
parent c2412f1ef1
commit bbbbbbc349

View file

@ -11,6 +11,15 @@ stdenv.mkDerivation rec {
sha256 = "0aarg8nbik9wrm7fx0451sbm5ypfdfr6i169pxzi354mpdp8gg7f";
};
patches = [
# Fixes CVE-2018-9055
(fetchpatch {
url = "http://paste.opensuse.org/view/raw/330751ce";
sha256 = "0m798m6c4v9yyhql7x684j5kppcm6884n1rrb9ljz8p9aqq2jqnm";
})
];
# newer reconf to recognize a multiout flag
nativeBuildInputs = [ cmake ];
propagatedBuildInputs = [ libjpeg ];