diff mbox series

[1/1] package/libffi: bump to version 3.4.4

Message ID 20221025221445.352620-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/libffi: bump to version 3.4.4 | expand

Commit Message

Fabrice Fontaine Oct. 25, 2022, 10:14 p.m. UTC
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>
---
 package/libffi/libffi.hash | 2 +-
 package/libffi/libffi.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Oct. 28, 2022, 6:56 a.m. UTC | #1
On Wed, 26 Oct 2022 00:14:45 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> 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>
> ---
>  package/libffi/libffi.hash | 2 +-
>  package/libffi/libffi.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/libffi/libffi.hash b/package/libffi/libffi.hash
index 689b5da4f1..8d2349ec21 100644
--- a/package/libffi/libffi.hash
+++ b/package/libffi/libffi.hash
@@ -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
diff --git a/package/libffi/libffi.mk b/package/libffi/libffi.mk
index ecfa120c7a..8f6844113c 100644
--- a/package/libffi/libffi.mk
+++ b/package/libffi/libffi.mk
@@ -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