From 298ef0bf92645cad35d2aa731da2c8b7ab8e5abb Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Tue, 19 May 2026 22:59:58 +0200 Subject: [PATCH] package/libffi: bump version to 3.5.2 https://github.com/libffi/libffi/releases/tag/v3.5.0 https://github.com/libffi/libffi/releases/tag/v3.5.1 https://github.com/libffi/libffi/releases/tag/v3.5.2 Switched to sha256 tarball hash provided by upstream. Updated license hash due to copyright year bump: https://github.com/libffi/libffi/commit/8b0eab28cb45c6862b30f5cadfc1a7fe996b072c Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/libffi/libffi.hash | 6 +++--- package/libffi/libffi.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/libffi/libffi.hash b/package/libffi/libffi.hash index 75be5bbcef..11e30e0e44 100644 --- a/package/libffi/libffi.hash +++ b/package/libffi/libffi.hash @@ -1,4 +1,4 @@ -# Locally calculated -sha256 bc9842a18898bfacb0ed1252c4febcc7e78fa139fd27fdc7a3e30d9d9356119b libffi-3.4.8.tar.gz +# From https://github.com/libffi/libffi/releases/tag/v3.5.2 +sha256 f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc libffi-3.5.2.tar.gz # License files, locally calculated -sha256 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195 LICENSE +sha256 d5699fa516968e3a1550e6c902b7441c78856f2603d61bedd0b0662a26655366 LICENSE diff --git a/package/libffi/libffi.mk b/package/libffi/libffi.mk index 7ea61dac1e..2f3208333c 100644 --- a/package/libffi/libffi.mk +++ b/package/libffi/libffi.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBFFI_VERSION = 3.4.8 +LIBFFI_VERSION = 3.5.2 LIBFFI_SITE = \ https://github.com/libffi/libffi/releases/download/v$(LIBFFI_VERSION) LIBFFI_LICENSE = MIT