From 102d5c2c918af677ab996d6cdc73e980abdaaf75 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 12 Jul 2026 13:28:41 +0200 Subject: [PATCH] package/libffi: bump version to 3.7.1 https://github.com/libffi/libffi/releases/tag/v3.7.1 https://github.com/libffi/libffi/releases/tag/v3.7.0 https://github.com/libffi/libffi/releases/tag/v3.6.0 Updated license hash due to copyright year bump: https://github.com/libffi/libffi/commit/4f7ef24565eb60e8a093bfeba0bb77d5c576c311 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 11e30e0e44..5f34afd392 100644 --- a/package/libffi/libffi.hash +++ b/package/libffi/libffi.hash @@ -1,4 +1,4 @@ -# From https://github.com/libffi/libffi/releases/tag/v3.5.2 -sha256 f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc libffi-3.5.2.tar.gz +# From https://github.com/libffi/libffi/releases/tag/v3.7.1 +sha256 d5e9a6638ddbd2513ddb54518eb67e4bbe6fa707bcc01c10f6212f0a088d819d libffi-3.7.1.tar.gz # License files, locally calculated -sha256 d5699fa516968e3a1550e6c902b7441c78856f2603d61bedd0b0662a26655366 LICENSE +sha256 17b64dc60f3b6897a60f971e288b973f655c2edcdf08b25f3c3dd5549857881c LICENSE diff --git a/package/libffi/libffi.mk b/package/libffi/libffi.mk index 2f3208333c..c24ce22c84 100644 --- a/package/libffi/libffi.mk +++ b/package/libffi/libffi.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBFFI_VERSION = 3.5.2 +LIBFFI_VERSION = 3.7.1 LIBFFI_SITE = \ https://github.com/libffi/libffi/releases/download/v$(LIBFFI_VERSION) LIBFFI_LICENSE = MIT