Opened 13 months ago
Closed 13 months ago
#19370 closed enhancement (fixed)
openjpeg-2.5.2
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | elevated | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version.
Change History (8)
comment:1 by , 13 months ago
follow-up: 3 comment:2 by , 13 months ago
And there is a test suite, which can be run with:
git clone https://github.com/uclouvain/openjpeg-data.git --depth 1 OPJ_DATA_ROOT=$PWD/openjpeg-data cmake -DBUILD_TESTING=ON .. make make test
I get 49 fails out of 1574 tests.
comment:3 by , 13 months ago
Replying to Xi Ruoyao:
I get 49 fails out of 1574 tests.
Most are caused by my CFLAGS: https://github.com/uclouvain/openjpeg/issues/1017
Without custom CFLAGS there are still 8 failures:
1030 - NR-DEC-_00042.j2k-2-decode-md5 (Failed) 1084 - NR-DEC-kodak_2layers_lrcp.j2c-31-decode-md5 (Failed) 1086 - NR-DEC-kodak_2layers_lrcp.j2c-32-decode-md5 (Failed) 1103 - NR-DEC-issue205.jp2-43-decode-md5 (Failed) 1133 - NR-DEC-issue135.j2k-68-decode-md5 (Failed) 1135 - NR-DEC-issue208.jp2-69-decode-md5 (Failed) 1143 - NR-DEC-issue226.j2k-74-decode (Failed) 1144 - NR-DEC-issue226.j2k-74-decode-md5 (Failed)
comment:4 by , 13 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 13 months ago
Summary: | openjpeg-2.5.1 → openjpeg-2.5.2 |
---|
comment:6 by , 13 months ago
OpenJPEG 2.5.2 (Feb 2024) No API/ABI break compared to v2.5.1 Make sure openjpeg.h includes opj_config.h #1514 OpenJPEG 2.5.1 (Feb 2024) No API/ABI break compared to v2.5.0 CMake: drop support for cmake < 3.5 Several bugfixes, including #1509 for CVE-2021-3575 Significant speed-up rate allocation by rate/distoratio ratio #1440
comment:7 by , 13 months ago
Priority: | normal → elevated |
---|
comment:8 by , 13 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at 47f4ae750573703c8a413f008726622e4b73d8b1
SA-12.1-003 issued
Note:
See TracTickets
for help on using tickets.
Finally they've fixed CVE-2021-3575!