From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libpng: Update to version 1.6.42 Date: Wed, 28 Feb 2024 20:31:35 +0100 Message-ID: <20240228193137.2586482-6-adolf.belka@ipfire.org> In-Reply-To: <20240228193137.2586482-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1013389361273333202==" List-Id: --===============1013389361273333202== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.4.61 to 1.4.62 - Update of rootfile not required - Changelog 1.6.42 Fixed the implementation of the macro function png_check_sig(). This was an API regression, introduced in libpng-1.6.41. (Reported by Matthieu Darbois) Signed-off-by: Adolf Belka --- lfs/libpng | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libpng b/lfs/libpng index 3a0704e59..b22b64b65 100644 --- a/lfs/libpng +++ b/lfs/libpng @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.6.41 +VER =3D 1.6.42 =20 THISAPP =3D libpng-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 43d8d1c563d9df46b663f706dca9563e31e6e47a2809a77a5d059d= e8cfa348721054df724d08ac24ef4717ffc101989941127df2d026c9537532375d9b432b68 +$(DL_FILE)_BLAKE2 =3D 8a8895b673ff90416a00c9ff775d7bdc38ab1ab0d83fd6e70cfffe= a2ed78bd42896950a64bf48ad9a00ea50d8c5d5702975b0bae7bb3300d4de4c82b334e513e =20 install : $(TARGET) =20 --=20 2.44.0 --===============1013389361273333202==--