mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
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";
|
||||
};
|
||||
|
||||
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 ];
|
||||
|
|
Loading…
Reference in a new issue