diff options
| author | Renaud <c0bw3b@users.noreply.github.com> | 2018-11-06 19:11:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-06 19:11:54 +0100 |
| commit | 003af0c6d300ac515658b25a9210d3689ecce554 (patch) | |
| tree | a2c5755cdfefc8fa98d117c0608ac39c3c898e89 | |
| parent | a8e307e93c36fceffe38ae87b8b176391f9876e3 (diff) | |
| parent | a41be02414298d30c607615c00ace063065ed339 (diff) | |
Merge pull request #49550 from c0bw3b/sec/1803/openjpegstaging-18.03
[18.03] openjpeg: adding patch for CVE-2018-7648
| -rw-r--r-- | pkgs/development/libraries/openjpeg/2.1.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/libraries/openjpeg/2.1.nix b/pkgs/development/libraries/openjpeg/2.1.nix index d18c971dc112..77d9e5829a1a 100644 --- a/pkgs/development/libraries/openjpeg/2.1.nix +++ b/pkgs/development/libraries/openjpeg/2.1.nix @@ -5,4 +5,12 @@ callPackage ./generic.nix (args // rec { branch = "2.3"; revision = "v${version}"; sha256 = "08plxrnfl33sn2vh5nwbsngyv6b1sfpplvx881crm1v1ai10m2lz"; + + patches = [ + (fetchpatch { + name = "CVE-2018-7648.patch"; + url = "https://github.com/uclouvain/openjpeg/commit/cc3824767bde397fedb8a1ae4786a222ba860c8d.patch"; + sha256 = "1j5nxmlgyfkxldk2f1ij6h850xw45q3b5brxqa04dxsfsv8cdj5j"; + }) + ]; }) |
