Robert Schütz
8c9a72e55f
openjpeg: clean-up
...
Merge generic.nix and 2.x.nix into default.nix.
openjpeg_2 is now an alias
2021-01-25 10:13:24 +01:00
Robert Schütz
d846bfaa4d
openjpeg_1: drop
2021-01-25 09:37:51 +01:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
TredwellGit
6769eca5aa
openjpeg: 2.3.1 -> 2.4.0
...
https://github.com/uclouvain/openjpeg/blob/v2.4.0/CHANGELOG.md
Fixes CVE-2020-15389, CVE-2020-27841, CVE-2020-27842, CVE-2020-27843, CVE-2020-27844, and CVE-2020-27845.
2021-01-09 05:41:01 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Martin Milata
4bd3d4ab79
openjpeg: add patch for CVE-2020-8112
2020-03-12 21:12:17 +00:00
Martin Milata
fea40ecc1d
openjpeg: add patch for CVE-2020-6851
2020-03-12 21:12:17 +00:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
worldofpeace
06c777026c
openjpeg: disable tests for aarch64 linux
...
Fails on hydra https://hydra.nixos.org/build/98332124
2019-08-04 06:18:09 -04:00
Orivej Desh
fdf08ce5fb
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.
2019-07-26 23:05:02 +00:00
Marek Mahut
0596ac9667
openjpeg: CVE-2019-12973
2019-07-17 10:50:49 +02:00
Robert Scott
3e5ccd4300
openjpeg: enable tests
2019-07-17 10:34:41 +02:00
Will Dietz
07540c0ca1
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.
2019-04-16 18:55:43 +02:00
Jan Tojnar
3148c89b3c
openjpeg: fix includedir in cmake config files
2018-12-23 02:22:48 +01:00
Periklis Tsirakidis
a4700aa526
openjpeg: fix for CVE-2018-18088
2018-12-08 20:59:36 +09:00
Timon Stampfli
058a3c0806
openjpeg: adding patch for CVE-2018-7648
...
(cherry picked from commit 3dc0838450
)
Forward-picking from staging-next. The CVE is marked as critical,
and the amount of rebuilds isn't that high (~500 linux, ~100 darwin).
2018-11-04 11:08:00 +01:00
Orivej Desh
d09961c22b
openjpeg_2: rename from openjpeg_2_1 at 2.3.0
2018-10-25 17:46:48 +00:00
Franz Pletz
4e5725605b
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
2017-11-19 19:33:42 +01:00
Graham Christensen
428927ffa6
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)
2017-01-07 06:51:31 -05:00
Graham Christensen
c7a2073323
openjpeg2: patch for CVE-2016-9580, and CVE-2016-9581
2016-12-21 14:37:47 -05:00
Franz Pletz
7f2a1e709b
openjpeg_2_0: remove, unused in nixpkgs
2016-11-06 03:40:31 +01:00
Graham Christensen
db2e9b274c
openjpeg: 2.1.1 -> 2.1.2 for CVE-2016-7163
2016-10-05 18:34:14 -04:00
Tuomas Tynkkynen
82c0aa7d85
openjpeg_2_0: Fix hash
2016-10-02 00:44:10 +03:00
Graham Christensen
42b08b743c
openjpeg: 2.1.0 -> 2.1.1 for critical bugfixes and no ABI break
2016-09-25 08:48:49 -04:00
Tuomas Tynkkynen
a17216af4c
treewide: Shuffle outputs
...
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Thomas Tuegel
b06f9aa015
openjpeg: multiple outputs
2016-04-25 19:04:24 -05:00
Eelco Dolstra
aea262f654
Fix misspelled meta.maintainers attributes
2016-02-10 14:59:50 +01:00
codyopel
4587819638
openjpeg: refactor, fixes #8017
...
+ Disable JPIP which requires Java
+ fix typo in nativeBuildInputs, which fixes pkgconfig
2015-05-27 11:48:03 -04:00
John Wiegley
e70f8b391e
openjpeg: Correctly set the install name on darwin
...
This fixes libpoppler, and thus texLiveFull
2015-05-05 20:30:02 -05:00
William A. Kennington III
0cb847652e
openjpeg: Fix pkgconfig file
2015-03-27 15:36:26 -07:00
Mateusz Kowalczyk
cc4a5073e2
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
2015-02-25 01:50:06 +00:00
codyopel
f10a8f8501
openjpeg: refactor to generic, add 1.x & 2.0.0 -> 2.1.0
2015-02-20 22:20:19 -05:00
Pascal Wittmann
f94580da69
Fix license attribute of many bsd-like licensed packages
2014-12-21 00:00:35 +01:00
Kirill Elagin
cadbca8a6f
openjpeg: provide .pc
2014-05-17 16:15:51 +04:00
Lluís Batlle i Rossell
8361e0b142
openjpeg: update to 2.0.0
2013-09-15 11:39:24 +02:00
Mathijs Kwik
04cbaef102
keep lcms versioning in all-packages.nix
2013-07-01 07:52:13 +02:00
Vladimír Čunát
808a5bd2d8
openjpeg: flatten includes to make it better detectable
2013-04-18 20:54:23 +02:00
Vladimír Čunát
08abf5a84a
blender: minor update to work with libpng-1.6
...
also other fixes needed in order to build
2013-02-16 18:13:05 +01:00
Vladimír Čunát
fe0976b9a9
openjpeg: use dependencies
2013-02-12 21:41:09 +01:00
Vladimír Čunát
b874124d85
Revert "openjpeg: major update": not good yet (mupdf)
...
This reverts commit b2a07ce189
.
2013-02-12 20:41:17 +01:00
Vladimír Čunát
b2a07ce189
openjpeg: major update
2013-02-10 19:18:38 +01:00
Eelco Dolstra
114dc08026
openjpeg: Update to 1.5.1
...
Fixes CVE-2012-3535, CVE-2012-3358.
2012-10-03 14:07:35 -04:00
Shea Levy
ef084be97b
Add libicns
...
svn path=/nixpkgs/trunk/; revision=33481
2012-03-30 01:36:38 +00:00
Yury G. Kudryashov
3b693da649
Let hydra build openjpeg
...
svn path=/nixpkgs/trunk/; revision=23899
2010-09-22 18:04:47 +00:00
Lluís Batlle i Rossell
1b59ae0b83
Adding 'mupdf', a lightweight PDF 1.7 viewer
...
As a side effect, I add openjpeg and jbig2dec.
svn path=/nixpkgs/trunk/; revision=23069
2010-08-09 20:59:38 +00:00