libffi: update to 3.4.7
authorJohn Audia <therealgraysky@proton.me>
Wed, 19 Feb 2025 19:29:29 +0000 (14:29 -0500)
committerTianling Shen <cnsztl@gmail.com>
Thu, 20 Feb 2025 08:49:18 +0000 (16:49 +0800)
  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 <therealgraysky@proton.me>
libs/libffi/Makefile

index aba83e22c81df460d9f09edd9881f1057d653863..7e080f1d5294bce7c8c66277562f2056678ceee6 100644 (file)
@@ -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