From d4bf67e28f75d82e6873700d2f89b5a61ece0b00 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Thu, 24 Apr 2025 15:43:49 +0200 Subject: [PATCH] libffi: Update to version 3.4.8 - Update from version 3.4.7 to 3.4.8 - Update of rootfile not required - Changelog 3.4.8 aarch64: add PAC to GNU Notes by @billatarm in #882 MIPS: Dont import asm/sgidefs.h on linux by @fossdd in #885 Update the Simple Example from the Docs to fix a compile error by @Nikitf777 in #886 Fix bugs in the x86-64 and x32 target (#887) by @mikulas-patocka in #889 Add the "ABI_ATTR" attribute to called functions (#891) by @mikulas-patocka in #892 powerpc: Add static trampoline support (#894) by @peter-bergner in #895 testsuite: add two tests to Makefile.am by @thesamesam in #893 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/libffi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libffi b/lfs/libffi index 546eba476..ec8ea8f59 100644 --- a/lfs/libffi +++ b/lfs/libffi @@ -24,7 +24,7 @@ include Config -VER = 3.4.7 +VER = 3.4.8 THISAPP = libffi-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 0dd17b4fd358beb9842889168437443137445a5dba1f0a7e8669ae420d8efb927815c08602c1b1b141acfdfdbaa12b417863402a5c8df5f36519fd3e772d3f37 +$(DL_FILE)_BLAKE2 = 10b3d970dc598fb8689bca49751cda499ddc5216baf89d38625385b0d42d57f10d15cce3c4c044c9c73a4fce384c26f2a8e1b99269e9db1174c2631201c6bfd4 install : $(TARGET) -- 2.39.5