From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libffi: Update to version 3.4.7 Date: Sun, 02 Mar 2025 09:26:14 +0000 Message-ID: <20250226181250.1470980-3-adolf.belka@ipfire.org> In-Reply-To: <20250226181250.1470980-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6535191980009339173==" List-Id: --===============6535191980009339173== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 3.4.6 to 3.4.7 - Update of rootfile not required - Changelog 3.4.7 Add static trampoline support for Linux on s390x. Fix BTI support for ARM64. Support pointer authentication for ARM64. Fix ASAN compatibility. Fix x86-64 calls with 6 GP registers and some SSE registers. Miscellaneous fixes for ARC and Darwin ARM64. Fix OpenRISC or1k and Solaris 10 builds. Remove nios2 port. Signed-off-by: Adolf Belka --- lfs/libffi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libffi b/lfs/libffi index ffe7803aa..546eba476 100644 --- a/lfs/libffi +++ b/lfs/libffi @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2024 IPFire Team = # +# Copyright (C) 2007-2025 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.6 +VER =3D 3.4.7 =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 af8402a09bdbd59b4e9400d2d71bd5ce98f6f1d981d35d1ab40d77= a831b13b32c5bd34ca54ff75999e39f0d8a9c066381fae7a8d6c5216d955e064f929f08b88 +$(DL_FILE)_BLAKE2 =3D 0dd17b4fd358beb9842889168437443137445a5dba1f0a7e8669ae= 420d8efb927815c08602c1b1b141acfdfdbaa12b417863402a5c8df5f36519fd3e772d3f37 =20 install : $(TARGET) =20 --=20 2.48.1 --===============6535191980009339173==--