package/libffi: bump to version 3.4.4

3.4.4 Oct-23-2022
    Important aarch64 fixes, including support for linux builds
      with Link Time Optimization (-flto).
    Fix x86 stdcall stack alignment.
    Fix x86 Windows msvc assembler compatibility.
    Fix moxie and or1k small structure args.

https://github.com/libffi/libffi/releases/tag/v3.4.4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2022-10-26 00:14:45 +02:00 committed by Thomas Petazzoni
parent a30e31a05e
commit 123fa2d801
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Locally calculated
sha256 4416dd92b6ae8fcb5b10421e711c4d3cb31203d77521a77d85d0102311e6c3b8 libffi-3.4.3.tar.gz
sha256 d66c56ad259a82cf2a9dfc408b32bf5da52371500b84745f7fb8b645712df676 libffi-3.4.4.tar.gz
# License files, locally calculated
sha256 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388 LICENSE

View File

@ -4,7 +4,7 @@
#
################################################################################
LIBFFI_VERSION = 3.4.3
LIBFFI_VERSION = 3.4.4
LIBFFI_SITE = \
https://github.com/libffi/libffi/releases/download/v$(LIBFFI_VERSION)
LIBFFI_LICENSE = MIT