From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] openjpeg: Update to version 2.5.2 Date: Tue, 12 Mar 2024 11:07:10 +0100 Message-ID: <20240312100710.92028-7-adolf.belka@ipfire.org> In-Reply-To: <20240312100710.92028-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7023800428014886867==" List-Id: --===============7023800428014886867== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.5.0 to 2.5.2 - Update of rootfile - Changelog 2.5.2 (Feb 2024) No API/ABI break compared to v2.5.1 * Make sure openjpeg.h includes opj_config.h [\#1514](https://github.com/ucl= ouvain/openjpeg/issues/1514) 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](https://github.com/uclouvain/openjpeg= /pull/1509) for CVE-2021-3575 * Significant speed-up rate allocation by rate/distoratio ratio [\#1440](htt= ps://github.com/uclouvain/openjpeg/pull/1440) Signed-off-by: Adolf Belka --- config/rootfiles/common/openjpeg | 13 +++++++------ lfs/openjpeg | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/common/openjpeg b/config/rootfiles/common/openj= peg index 7d1effd40..7d4455481 100644 --- a/config/rootfiles/common/openjpeg +++ b/config/rootfiles/common/openjpeg @@ -4,12 +4,13 @@ usr/bin/opj_dump #usr/include/openjpeg-2.5 #usr/include/openjpeg-2.5/openjpeg.h #usr/include/openjpeg-2.5/opj_config.h -#usr/include/openjpeg-2.5/opj_stdint.h +#usr/lib/cmake/openjpeg-2.5 +#usr/lib/cmake/openjpeg-2.5/OpenJPEGConfig.cmake +#usr/lib/cmake/openjpeg-2.5/OpenJPEGConfigVersion.cmake +#usr/lib/cmake/openjpeg-2.5/OpenJPEGTargets-release.cmake +#usr/lib/cmake/openjpeg-2.5/OpenJPEGTargets.cmake #usr/lib/libopenjp2.so -usr/lib/libopenjp2.so.2.5.0 +usr/lib/libopenjp2.so.2.5.2 usr/lib/libopenjp2.so.7 -#usr/lib/openjpeg-2.5 -#usr/lib/openjpeg-2.5/OpenJPEGConfig.cmake -#usr/lib/openjpeg-2.5/OpenJPEGTargets-release.cmake -#usr/lib/openjpeg-2.5/OpenJPEGTargets.cmake #usr/lib/pkgconfig/libopenjp2.pc + diff --git a/lfs/openjpeg b/lfs/openjpeg index 40c642c07..f2637fb51 100644 --- a/lfs/openjpeg +++ b/lfs/openjpeg @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 2.5.0 +VER =3D 2.5.2 =20 THISAPP =3D openjpeg-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 472d9998a7407574d3bc059d1c0b662a8a553cfe5cb7806a022cb3= 5e14564417a8e06e9970f06d8e65ef149019bab747caefa8e29bc793d07ad86e076909d306 +$(DL_FILE)_BLAKE2 =3D 4c23eecd603c620d3555fa02055104d292cdf4bbb88ab3d8d8a8f6= 2e3c21b52d3c6d9211d8dd6f11d76fb1ca6f2333a7305ae07b5883a62eb7fc28ec9dfafc0f =20 install : $(TARGET) =20 --=20 2.44.0 --===============7023800428014886867==--