From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lcms2: Update to version 2.14 Date: Sun, 01 Jan 2023 15:07:14 +0100 Message-ID: <20230101140715.3041415-3-adolf.belka@ipfire.org> In-Reply-To: <20230101140715.3041415-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5630820057168760315==" List-Id: --===============5630820057168760315== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 2.13.1 to 2.14 - Update of rootfile - Changelog 2.14 Featured release lcms2 now implements ICC specification 4.4 New multi-threaded plug-in several fixes to keep fuzzers happy Remove check on DLL when CMS_NO_REGISTER_KEYWORD is used Added more validation against broken profiles Add more help to several tools Signed-off-by: Adolf Belka --- config/rootfiles/common/lcms2 | 2 +- lfs/lcms2 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/lcms2 b/config/rootfiles/common/lcms2 index 17300a91a..696e95cd7 100644 --- a/config/rootfiles/common/lcms2 +++ b/config/rootfiles/common/lcms2 @@ -8,7 +8,7 @@ #usr/lib/liblcms2.la #usr/lib/liblcms2.so usr/lib/liblcms2.so.2 -usr/lib/liblcms2.so.2.0.13 +usr/lib/liblcms2.so.2.0.14 #usr/lib/pkgconfig/lcms2.pc #usr/share/man/man1/jpgicc.1 #usr/share/man/man1/linkicc.1 diff --git a/lfs/lcms2 b/lfs/lcms2 index bf317cdb2..c769f1b08 100644 --- a/lfs/lcms2 +++ b/lfs/lcms2 @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2023 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.13.1 +VER =3D 2.14 =20 THISAPP =3D lcms2-$(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 ff4815fc4bcea94dc942f8072741c592f1bbde9c8e997f4e21e36c= d271062a341ecc9b1f3c56e3e36ec19091fec049ee9faf75df04c2bc1e11174dc4cfe8da9e +$(DL_FILE)_BLAKE2 =3D 777b0bf65829121a3d32bca1ab936ac022f9af739bccdd02d5f866= 88c3386b974f526a012bdec4d36649566eea0aa659db317dd383eede6488236d601156a0f9 =20 install : $(TARGET) =20 --=20 2.39.0 --===============5630820057168760315==--