summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/openjpeg (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* openjpeg: add patch for CVE-2020-8112Martin Milata2020-03-121-0/+5
* openjpeg: add patch for CVE-2020-6851Martin Milata2020-03-121-0/+5
* treewide: remove redundant recvolth2019-08-282-2/+2
* treewide: name -> pnamevolth2019-08-171-1/+2
* openjpeg: disable tests for aarch64 linux•••Fails on hydra https://hydra.nixos.org/build/98332124 worldofpeace2019-08-041-1/+1
* openjpeg_1: fix build after #64391•••That PR has enabled tests for both openjpeg_1 and openjpeg_2, but it did not support the tests in openjpeg_1. Orivej Desh2019-07-261-0/+1
* openjpeg: CVE-2019-12973Marek Mahut2019-07-171-0/+10
* openjpeg: enable testsRobert Scott2019-07-171-2/+9
* openjpeg: 2.3.0 -> 2.3.1•••bug fixes, security fixes* I /think/ we had patches for the mentioned CVE's, but another pair of eyes is appreciated. Will Dietz2019-04-161-16/+2
* openjpeg: fix includedir in cmake config filesJan Tojnar2018-12-233-2/+67
* openjpeg: fix for CVE-2018-18088Periklis Tsirakidis2018-12-081-0/+5
* openjpeg: adding patch for CVE-2018-7648•••(cherry picked from commit 3dc0838450ad5ec8c25adcd1c7bfe3b8b630b7e5) Forward-picking from staging-next. The CVE is marked as critical, and the amount of rebuilds isn't that high (~500 linux, ~100 darwin). Timon Stampfli2018-11-041-0/+8
* openjpeg_2: rename from openjpeg_2_1 at 2.3.0Orivej Desh2018-10-251-0/+0
* openjpeg: 2.1.2 -> 2.3.0 for multiple CVEs•••Fixes: * CVE-2016-10504 * CVE-2016-10505 * CVE-2016-10506 * CVE-2016-10507 * CVE-2016-9112 * CVE-2016-9113 * CVE-2016-9114 * CVE-2016-9115 * CVE-2016-9116 * CVE-2016-9117 * CVE-2016-9118 cc #30959 Franz Pletz2017-11-192-275/+4
* openjpeg2: patch for multiple CVEs••• - Floating Point Exception (aka FPE or divide by zero) in opj_pi_next_cprl function in openjp2/pi.c:523 in OpenJPEG 2.1.2. (CVE-2016-9112) - There is a NULL Pointer Access in function imagetopnm of convert.c:1943(jp2) of OpenJPEG 2.1.2. image->comps[compno].data is not assigned a value after initialization(NULL). Impact is Denial of Service. (CVE-2016-9114) - NULL Pointer Access in function imagetopnm of convert.c:2226(jp2) in OpenJPEG 2.1.2. Impact is Denial of Service. Someone must open a crafted j2k file. (CVE-2016-9116) - Heap Buffer Overflow (WRITE of size 4) in function pnmtoimage of convert.c:1719 in OpenJPEG 2.1.2. (CVE-2016-9118) Graham Christensen2017-01-071-1/+22
* openjpeg2: patch for CVE-2016-9580, and CVE-2016-9581Graham Christensen2016-12-213-1/+253
* openjpeg_2_0: remove, unused in nixpkgsFranz Pletz2016-11-061-8/+0
* openjpeg: 2.1.1 -> 2.1.2 for CVE-2016-7163Graham Christensen2016-10-051-3/+3
* openjpeg_2_0: Fix hashTuomas Tynkkynen2016-10-021-1/+1
* openjpeg: 2.1.0 -> 2.1.1 for critical bugfixes and no ABI breakGraham Christensen2016-09-254-10/+15
* treewide: Shuffle outputs•••Make either 'bin' or 'out' the first output. Tuomas Tynkkynen2016-08-291-1/+1
* openjpeg: multiple outputsThomas Tuegel2016-04-251-1/+3
* Fix misspelled meta.maintainers attributesEelco Dolstra2016-02-101-1/+1
* openjpeg: refactor, fixes #8017•••+ Disable JPIP which requires Java + fix typo in nativeBuildInputs, which fixes pkgconfig codyopel2015-05-275-62/+38
* openjpeg: Correctly set the install name on darwin•••This fixes libpoppler, and thus texLiveFull John Wiegley2015-05-051-0/+2
* openjpeg: Fix pkgconfig fileWilliam A. Kennington III2015-03-271-1/+1
* Resurrect openjpeg 2.0.x and use it for mupdf•••mupdf doesn't compile with 2.1 due to API changes cc @codyopel who made the openjpeg update Mateusz Kowalczyk2015-02-255-16/+28
* openjpeg: refactor to generic, add 1.x & 2.0.0 -> 2.1.0codyopel2015-02-204-40/+101
* Fix license attribute of many bsd-like licensed packagesPascal Wittmann2014-12-211-1/+1
* openjpeg: provide .pcKirill Elagin2014-05-171-1/+15
* openjpeg: update to 2.0.0Lluís Batlle i Rossell2013-09-151-4/+5
* keep lcms versioning in all-packages.nixMathijs Kwik2013-07-011-2/+2
* openjpeg: flatten includes to make it better detectableVladimír Čunát2013-04-181-2/+5
* blender: minor update to work with libpng-1.6•••also other fixes needed in order to build Vladimír Čunát2013-02-161-0/+3
* openjpeg: use dependenciesVladimír Čunát2013-02-121-1/+3
* Revert "openjpeg: major update": not good yet (mupdf)•••This reverts commit b2a07ce1894ac8180cfe214ff65ac5ead328c065. Vladimír Čunát2013-02-121-7/+3
* openjpeg: major updateVladimír Čunát2013-02-101-3/+7
* openjpeg: Update to 1.5.1•••Fixes CVE-2012-3535, CVE-2012-3358. Eelco Dolstra2012-10-031-6/+6
* Add libicns•••svn path=/nixpkgs/trunk/; revision=33481 Shea Levy2012-03-301-11/+3
* Let hydra build openjpeg•••svn path=/nixpkgs/trunk/; revision=23899 Yury G. Kudryashov2010-09-221-0/+1
* Adding 'mupdf', a lightweight PDF 1.7 viewer•••As a side effect, I add openjpeg and jbig2dec. svn path=/nixpkgs/trunk/; revision=23069 Lluís Batlle i Rossell2010-08-091-0/+24