From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] lcms2: Update to version 2.14 Date: Mon, 09 Jan 2023 18:28:02 +0000 Message-ID: <3c5b7be2-c526-3325-759b-61bcebad2e1c@ipfire.org> In-Reply-To: <20230101140715.3041415-3-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6944427829565550762==" List-Id: --===============6944427829565550762== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - 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 >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/lcms2 | 2 +- > lfs/lcms2 | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) >=20 > 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 ff4815fc4bcea94dc942f8072741c592f1bbde9c8e997f4e21e3= 6cd271062a341ecc9b1f3c56e3e36ec19091fec049ee9faf75df04c2bc1e11174dc4cfe8da9e > +$(DL_FILE)_BLAKE2 =3D 777b0bf65829121a3d32bca1ab936ac022f9af739bccdd02d5f8= 6688c3386b974f526a012bdec4d36649566eea0aa659db317dd383eede6488236d601156a0f9 > =20 > install : $(TARGET) > =20 --===============6944427829565550762==--