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] libffi: Update to version 3.4.4 Date: Tue, 27 Dec 2022 16:13:21 +0000 Message-ID: <96f27efe-53fb-e31f-1268-5e1e3313589d@ipfire.org> In-Reply-To: <20221227120002.12161-7-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4866048900105095047==" List-Id: --===============4866048900105095047== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 3.4.2 to 3.4.4 > - Update of rootfile > - Changelog > 3.4.4 Oct-23-2022 > Important aarch64 fixes, including support for linux builds > with Link Time Optimization (-flto). > Fix x86 stdcall stack alignment. > Fix x86 Windows msvc assembler compatibility. > Fix moxie and or1k small structure args. > 3.4.3 Sep-19-22 > All struct args are passed by value, regardless of size, as per ABIs. > Enable static trampolines for Cygwin. > Add support for Loongson's LoongArch64 architecture. > Fix x32 static trampolines. > Fix 32-bit x86 stdcall stack corruption. > Fix ILP32 aarch64 support. >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/libffi | 2 +- > lfs/libffi | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/config/rootfiles/common/libffi b/config/rootfiles/common/libffi > index 7b5ed1248..02c161e54 100644 > --- a/config/rootfiles/common/libffi > +++ b/config/rootfiles/common/libffi > @@ -4,7 +4,7 @@ > #usr/lib/libffi.la > #usr/lib/libffi.so > usr/lib/libffi.so.8 > -usr/lib/libffi.so.8.1.0 > +usr/lib/libffi.so.8.1.2 > #usr/lib/pkgconfig/libffi.pc > #usr/share/info/libffi.info > #usr/share/man/man3/ffi.3 > diff --git a/lfs/libffi b/lfs/libffi > index f34ce36ae..bfd02b57f 100644 > --- a/lfs/libffi > +++ b/lfs/libffi > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2022 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 3.4.2 > +VER =3D 3.4.4 > =20 > THISAPP =3D libffi-$(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 a8137bc895b819f949fd7705e405be627219c6d1fdef28025333= 0f7407d4a548bb057d7bb0e9225d1767d42f9bf5f0ab3c455db1c3470d7cc876bb7b7d55d308 > +$(DL_FILE)_BLAKE2 =3D 189fe1ffe9507f204581b0ab09995dc7e7b761bb4eac7e338e9f= 5ff81431aebcef6c182c1839c9f9acb2706697a260c67e6d1351cf7e2aed7c4eb5d694f6f8fd > =20 > install : $(TARGET) > =20 --===============4866048900105095047==--