Opened 2 months ago

Closed 8 weeks 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 Xi Ruoyao, 2 months ago

Finally they've fixed CVE-2021-3575!

comment:2 by Xi Ruoyao, 2 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.

in reply to:  2 comment:3 by Xi Ruoyao, 2 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 Douglas R. Reno, 8 weeks ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:5 by Douglas R. Reno, 8 weeks ago

Summary: openjpeg-2.5.1openjpeg-2.5.2

comment:6 by Douglas R. Reno, 8 weeks 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 Douglas R. Reno, 8 weeks ago

Priority: normalelevated

comment:8 by Douglas R. Reno, 8 weeks ago

Resolution: fixed
Status: assignedclosed

Fixed at 47f4ae750573703c8a413f008726622e4b73d8b1

SA-12.1-003 issued

Note: See TracTickets for help on using tickets.