* [ptxdist] [PATCH] libffi: Version bump. 3.6.0 -> 3.7.1
@ 2026-07-16 17:34 Christian Melki
2026-08-14 15:38 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2026-07-16 17:34 UTC (permalink / raw)
To: ptxdist
Minor fixes and improvements.
https://github.com/libffi/libffi/releases/tag/v3.7.0
https://github.com/libffi/libffi/releases/tag/v3.7.1
* License hash changed. Copyright year updated.
* Forward patches, adjust for offset.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
...bffi-Fix-location-of-libraries-for-multilib-toolch.patch | 0
...2-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch | 4 ++--
patches/{libffi-3.6.0 => libffi-3.7.1}/autogen.sh | 0
patches/{libffi-3.6.0 => libffi-3.7.1}/series | 0
rules/libffi.make | 6 +++---
5 files changed, 5 insertions(+), 5 deletions(-)
rename patches/{libffi-3.6.0 => libffi-3.7.1}/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch (100%)
rename patches/{libffi-3.6.0 => libffi-3.7.1}/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch (92%)
rename patches/{libffi-3.6.0 => libffi-3.7.1}/autogen.sh (100%)
rename patches/{libffi-3.6.0 => libffi-3.7.1}/series (100%)
diff --git a/patches/libffi-3.6.0/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch b/patches/libffi-3.7.1/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch
similarity index 100%
rename from patches/libffi-3.6.0/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch
rename to patches/libffi-3.7.1/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch
diff --git a/patches/libffi-3.6.0/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch b/patches/libffi-3.7.1/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
similarity index 92%
rename from patches/libffi-3.6.0/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
rename to patches/libffi-3.7.1/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
index 3f173d32e..940e17f68 100644
--- a/patches/libffi-3.6.0/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
+++ b/patches/libffi-3.7.1/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
@@ -19,10 +19,10 @@ Signed-off-by: Ross Burton <ross.burton@intel.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
-index 2c8ba77970b3..4e9251578eaf 100644
+index 3370acc3a396..2f96c6fad97e 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -423,7 +423,7 @@ AC_ARG_ENABLE(multi-os-directory,
+@@ -429,7 +429,7 @@ AC_ARG_ENABLE(multi-os-directory,
# These variables are only ever used when we cross-build to X86_WIN32.
# And we only support this with GCC, so...
diff --git a/patches/libffi-3.6.0/autogen.sh b/patches/libffi-3.7.1/autogen.sh
similarity index 100%
rename from patches/libffi-3.6.0/autogen.sh
rename to patches/libffi-3.7.1/autogen.sh
diff --git a/patches/libffi-3.6.0/series b/patches/libffi-3.7.1/series
similarity index 100%
rename from patches/libffi-3.6.0/series
rename to patches/libffi-3.7.1/series
diff --git a/rules/libffi.make b/rules/libffi.make
index 3b5d3274e..0404c3a6d 100644
--- a/rules/libffi.make
+++ b/rules/libffi.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBFFI) += libffi
#
# Paths and names
#
-LIBFFI_VERSION := 3.6.0
-LIBFFI_SHA256 := 31ff1fe32deaebfbb388727f32677bb254bf2a41382c51464c0b1837c9ee9828
+LIBFFI_VERSION := 3.7.1
+LIBFFI_SHA256 := d5e9a6638ddbd2513ddb54518eb67e4bbe6fa707bcc01c10f6212f0a088d819d
LIBFFI := libffi-$(LIBFFI_VERSION)
LIBFFI_SUFFIX := tar.gz
LIBFFI_SOURCE := $(SRCDIR)/$(LIBFFI).$(LIBFFI_SUFFIX)
@@ -24,7 +24,7 @@ LIBFFI_DIR := $(BUILDDIR)/$(LIBFFI)
LIBFFI_URL := https://github.com/libffi/libffi/releases/download/v$(LIBFFI_VERSION)/$(LIBFFI).$(LIBFFI_SUFFIX)
LIBFFI_LICENSE := MIT
LIBFFI_LICENSE_FILES := \
- file://LICENSE;md5=ce4763670c5b7756000561f9af1ab178
+ file://LICENSE;md5=5e9a8df556846bb3d1edec0d968a2311
# ----------------------------------------------------------------------------
# Prepare
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [ptxdist] [APPLIED] libffi: Version bump. 3.6.0 -> 3.7.1
2026-07-16 17:34 [ptxdist] [PATCH] libffi: Version bump. 3.6.0 -> 3.7.1 Christian Melki
@ 2026-08-14 15:38 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-08-14 15:38 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 9ad35eec357d9b176668abb5cd7ff097ab55433f.
Michael
[sent from post-receive hook]
On Fri, 14 Aug 2026 17:38:31 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor fixes and improvements.
> https://github.com/libffi/libffi/releases/tag/v3.7.0
> https://github.com/libffi/libffi/releases/tag/v3.7.1
>
> * License hash changed. Copyright year updated.
>
> * Forward patches, adjust for offset.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20260716173452.3199316-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/libffi-3.6.0/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch b/patches/libffi-3.7.1/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch
> similarity index 100%
> rename from patches/libffi-3.6.0/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch
> rename to patches/libffi-3.7.1/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch
> diff --git a/patches/libffi-3.6.0/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch b/patches/libffi-3.7.1/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
> similarity index 92%
> rename from patches/libffi-3.6.0/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
> rename to patches/libffi-3.7.1/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
> index 3f173d32ed00..940e17f68c42 100644
> --- a/patches/libffi-3.6.0/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
> +++ b/patches/libffi-3.7.1/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
> @@ -19,10 +19,10 @@ Signed-off-by: Ross Burton <ross.burton@intel.com>
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> -index 2c8ba77970b3..4e9251578eaf 100644
> +index 3370acc3a396..2f96c6fad97e 100644
> --- a/configure.ac
> +++ b/configure.ac
> -@@ -423,7 +423,7 @@ AC_ARG_ENABLE(multi-os-directory,
> +@@ -429,7 +429,7 @@ AC_ARG_ENABLE(multi-os-directory,
>
> # These variables are only ever used when we cross-build to X86_WIN32.
> # And we only support this with GCC, so...
> diff --git a/patches/libffi-3.6.0/autogen.sh b/patches/libffi-3.7.1/autogen.sh
> similarity index 100%
> rename from patches/libffi-3.6.0/autogen.sh
> rename to patches/libffi-3.7.1/autogen.sh
> diff --git a/patches/libffi-3.6.0/series b/patches/libffi-3.7.1/series
> similarity index 100%
> rename from patches/libffi-3.6.0/series
> rename to patches/libffi-3.7.1/series
> diff --git a/rules/libffi.make b/rules/libffi.make
> index 3b5d3274ec46..0404c3a6d95e 100644
> --- a/rules/libffi.make
> +++ b/rules/libffi.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBFFI) += libffi
> #
> # Paths and names
> #
> -LIBFFI_VERSION := 3.6.0
> -LIBFFI_SHA256 := 31ff1fe32deaebfbb388727f32677bb254bf2a41382c51464c0b1837c9ee9828
> +LIBFFI_VERSION := 3.7.1
> +LIBFFI_SHA256 := d5e9a6638ddbd2513ddb54518eb67e4bbe6fa707bcc01c10f6212f0a088d819d
> LIBFFI := libffi-$(LIBFFI_VERSION)
> LIBFFI_SUFFIX := tar.gz
> LIBFFI_SOURCE := $(SRCDIR)/$(LIBFFI).$(LIBFFI_SUFFIX)
> @@ -24,7 +24,7 @@ LIBFFI_DIR := $(BUILDDIR)/$(LIBFFI)
> LIBFFI_URL := https://github.com/libffi/libffi/releases/download/v$(LIBFFI_VERSION)/$(LIBFFI).$(LIBFFI_SUFFIX)
> LIBFFI_LICENSE := MIT
> LIBFFI_LICENSE_FILES := \
> - file://LICENSE;md5=ce4763670c5b7756000561f9af1ab178
> + file://LICENSE;md5=5e9a8df556846bb3d1edec0d968a2311
>
> # ----------------------------------------------------------------------------
> # Prepare
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-14 15:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-16 17:34 [ptxdist] [PATCH] libffi: Version bump. 3.6.0 -> 3.7.1 Christian Melki
2026-08-14 15:38 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox