* [ptxdist] [PATCH] libffi: Version bump. 3.4.6 -> 3.4.7
@ 2025-02-12 19:31 Christian Melki
2025-02-17 7:24 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-02-12 19:31 UTC (permalink / raw)
To: ptxdist
Mostly fixes.
https://github.com/libffi/libffi/releases/tag/v3.4.7
* Forward patches, applies cleanly
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
...libffi-Fix-location-of-libraries-for-multilib-toolch.patch | 0
...002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch | 0
patches/{libffi-3.4.6 => libffi-3.4.7}/autogen.sh | 0
patches/{libffi-3.4.6 => libffi-3.4.7}/series | 0
rules/libffi.make | 4 ++--
5 files changed, 2 insertions(+), 2 deletions(-)
rename patches/{libffi-3.4.6 => libffi-3.4.7}/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch (100%)
rename patches/{libffi-3.4.6 => libffi-3.4.7}/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch (100%)
rename patches/{libffi-3.4.6 => libffi-3.4.7}/autogen.sh (100%)
rename patches/{libffi-3.4.6 => libffi-3.4.7}/series (100%)
diff --git a/patches/libffi-3.4.6/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch b/patches/libffi-3.4.7/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch
similarity index 100%
rename from patches/libffi-3.4.6/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch
rename to patches/libffi-3.4.7/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch
diff --git a/patches/libffi-3.4.6/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch b/patches/libffi-3.4.7/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
similarity index 100%
rename from patches/libffi-3.4.6/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
rename to patches/libffi-3.4.7/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
diff --git a/patches/libffi-3.4.6/autogen.sh b/patches/libffi-3.4.7/autogen.sh
similarity index 100%
rename from patches/libffi-3.4.6/autogen.sh
rename to patches/libffi-3.4.7/autogen.sh
diff --git a/patches/libffi-3.4.6/series b/patches/libffi-3.4.7/series
similarity index 100%
rename from patches/libffi-3.4.6/series
rename to patches/libffi-3.4.7/series
diff --git a/rules/libffi.make b/rules/libffi.make
index f9a6bd397..f983b1bea 100644
--- a/rules/libffi.make
+++ b/rules/libffi.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBFFI) += libffi
#
# Paths and names
#
-LIBFFI_VERSION := 3.4.6
-LIBFFI_MD5 := b9cac6c5997dca2b3787a59ede34e0eb
+LIBFFI_VERSION := 3.4.7
+LIBFFI_MD5 := 696a1d483a1174ce8a477575546a5284
LIBFFI := libffi-$(LIBFFI_VERSION)
LIBFFI_SUFFIX := tar.gz
LIBFFI_SOURCE := $(SRCDIR)/$(LIBFFI).$(LIBFFI_SUFFIX)
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] libffi: Version bump. 3.4.6 -> 3.4.7
2025-02-12 19:31 [ptxdist] [PATCH] libffi: Version bump. 3.4.6 -> 3.4.7 Christian Melki
@ 2025-02-17 7:24 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-02-17 7:24 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 586b9f8f84cef82893d53b258760f0981af81631.
Michael
[sent from post-receive hook]
On Mon, 17 Feb 2025 08:24:37 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Mostly fixes.
> https://github.com/libffi/libffi/releases/tag/v3.4.7
>
> * Forward patches, applies cleanly
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250212193122.2681945-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/libffi-3.4.6/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch b/patches/libffi-3.4.7/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch
> similarity index 100%
> rename from patches/libffi-3.4.6/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch
> rename to patches/libffi-3.4.7/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch
> diff --git a/patches/libffi-3.4.6/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch b/patches/libffi-3.4.7/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
> similarity index 100%
> rename from patches/libffi-3.4.6/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
> rename to patches/libffi-3.4.7/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch
> diff --git a/patches/libffi-3.4.6/autogen.sh b/patches/libffi-3.4.7/autogen.sh
> similarity index 100%
> rename from patches/libffi-3.4.6/autogen.sh
> rename to patches/libffi-3.4.7/autogen.sh
> diff --git a/patches/libffi-3.4.6/series b/patches/libffi-3.4.7/series
> similarity index 100%
> rename from patches/libffi-3.4.6/series
> rename to patches/libffi-3.4.7/series
> diff --git a/rules/libffi.make b/rules/libffi.make
> index f9a6bd397045..f983b1beaabe 100644
> --- a/rules/libffi.make
> +++ b/rules/libffi.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBFFI) += libffi
> #
> # Paths and names
> #
> -LIBFFI_VERSION := 3.4.6
> -LIBFFI_MD5 := b9cac6c5997dca2b3787a59ede34e0eb
> +LIBFFI_VERSION := 3.4.7
> +LIBFFI_MD5 := 696a1d483a1174ce8a477575546a5284
> LIBFFI := libffi-$(LIBFFI_VERSION)
> LIBFFI_SUFFIX := tar.gz
> LIBFFI_SOURCE := $(SRCDIR)/$(LIBFFI).$(LIBFFI_SUFFIX)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-17 7:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-12 19:31 [ptxdist] [PATCH] libffi: Version bump. 3.4.6 -> 3.4.7 Christian Melki
2025-02-17 7:24 ` [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