jasper: add patch to fix CVE-2018-9055
Part of vulnerability roundup 39 (issue #38993)
This commit is contained in:
parent
c2412f1ef1
commit
bbbbbbc349
@ -11,6 +11,15 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0aarg8nbik9wrm7fx0451sbm5ypfdfr6i169pxzi354mpdp8gg7f";
|
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
|
# newer reconf to recognize a multiout flag
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
propagatedBuildInputs = [ libjpeg ];
|
propagatedBuildInputs = [ libjpeg ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user