From 00f28b82816bdabdaf194cbdb5b2d8a012ad9fa0 Mon Sep 17 00:00:00 2001 From: John Audia Date: Wed, 19 Feb 2025 14:29:29 -0500 Subject: [PATCH] libffi: update to 3.4.7 3.4.7 Feb-8-2024 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: John Audia --- libs/libffi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libffi/Makefile b/libs/libffi/Makefile index aba83e22c8..7e080f1d52 100644 --- a/libs/libffi/Makefile +++ b/libs/libffi/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libffi -PKG_VERSION:=3.4.6 +PKG_VERSION:=3.4.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/libffi/libffi/releases/download/v$(PKG_VERSION) -PKG_HASH:=b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e +PKG_HASH:=138607dee268bdecf374adf9144c00e839e38541f75f24a1fcf18b78fda48b2d PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -- 2.30.2