feat: Update libffi version to 3.5.2 with wasm64 and DragonFly BSD support

This commit is contained in:
Anthony Green 2025-08-02 08:56:01 +02:00
parent b53b0042c2
commit e2eda0cf72
3 changed files with 13 additions and 9 deletions

View File

@ -1,8 +1,7 @@
Status
======
libffi-3.5.1 was released on June 10, 2025. Check the libffi web
page for updates: <URL:http://sourceware.org/libffi/>.
libffi-3.5.2 was released on August 2, 2025.
What is libffi?
@ -205,6 +204,11 @@ History
See the git log for details at http://github.com/libffi/libffi.
3.5.2 Aug-2-2025
Add wasm64 support.
Add DragonFly BSD support.
Ensure trampoline file descriptors are closed on exec.
3.5.1 Jun-10-2025
Fix symbol versioning error.

View File

@ -2,11 +2,11 @@ dnl Process this with autoconf to create configure
AC_PREREQ([2.68])
AC_INIT([libffi],[3.5.1],[http://github.com/libffi/libffi/issues])
AC_INIT([libffi],[3.5.2],[http://github.com/libffi/libffi/issues])
AC_CONFIG_HEADERS([fficonfig.h])
FFI_VERSION_STRING="3.5.1"
FFI_VERSION_NUMBER=30501
FFI_VERSION_STRING="3.5.2"
FFI_VERSION_NUMBER=30502
AC_SUBST(FFI_VERSION_STRING)
AC_SUBST(FFI_VERSION_NUMBER)

View File

@ -1,4 +1,4 @@
@set UPDATED 8 June 2025
@set UPDATED-MONTH June 2025
@set EDITION 3.5.0
@set VERSION 3.5.0
@set UPDATED 2 August 2025
@set UPDATED-MONTH August 2025
@set EDITION 3.5.2
@set VERSION 3.5.2