From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 25 Jun 2026 21:24:16 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wcpgO-009oo4-0R for lore@lore.pengutronix.de; Thu, 25 Jun 2026 21:24:16 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wcpgN-0001vI-It; Thu, 25 Jun 2026 21:24:15 +0200 Received: from mx1.white.stw.pengutronix.de ([2a0a:edc0:0:b01:1d::107]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wcpfs-00089T-6Z for ptxdist@pengutronix.de; Thu, 25 Jun 2026 21:23:44 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id 046BD200B47; Thu, 25 Jun 2026 21:23:44 +0200 (CEST) Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wcpfr-004da1-31; Thu, 25 Jun 2026 21:23:43 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wcpfr-00000003Ui0-3hzV; Thu, 25 Jun 2026 21:23:43 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 25 Jun 2026 21:23:43 +0200 Message-ID: <20260625192343.833021-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260622174810.331298-1-christian.melki@t2data.com> References: <20260622174810.331298-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libffi: Version bump. 3.5.2 -> 3.6.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as eabfca96295629ba6b41d4e0d0d7ddac75c6477e. Michael [sent from post-receive hook] On Thu, 25 Jun 2026 21:23:43 +0200, Christian Melki wrote: > Some updates and fixes. > https://github.com/libffi/libffi/releases/tag/v3.6.0 > > * Adjust patchset, slight offset. Applies cleanly. > > Signed-off-by: Christian Melki > Message-Id: <20260622174810.331298-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/libffi-3.5.2/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch b/patches/libffi-3.6.0/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch > similarity index 94% > rename from patches/libffi-3.5.2/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch > rename to patches/libffi-3.6.0/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch > index 99a4a29da515..3732a26389dd 100644 > --- a/patches/libffi-3.5.2/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch > +++ b/patches/libffi-3.6.0/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch > @@ -10,7 +10,7 @@ Signed-off-by: Christian Melki > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile.am b/Makefile.am > -index c3bcf00b3279..10ffb9077c6f 100644 > +index 74f87259b179..2581d5fa6c20 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -39,7 +39,7 @@ MAKEOVERRIDES= > diff --git a/patches/libffi-3.5.2/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch b/patches/libffi-3.6.0/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch > similarity index 92% > rename from patches/libffi-3.5.2/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch > rename to patches/libffi-3.6.0/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch > index 2e343303e2f8..3f173d32ed00 100644 > --- a/patches/libffi-3.5.2/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch > +++ b/patches/libffi-3.6.0/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch > @@ -19,10 +19,10 @@ Signed-off-by: Ross Burton > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > -index dcfc7b242d02..d4a8a66c80b7 100644 > +index 2c8ba77970b3..4e9251578eaf 100644 > --- a/configure.ac > +++ b/configure.ac > -@@ -411,7 +411,7 @@ AC_ARG_ENABLE(multi-os-directory, > +@@ -423,7 +423,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.5.2/autogen.sh b/patches/libffi-3.6.0/autogen.sh > similarity index 100% > rename from patches/libffi-3.5.2/autogen.sh > rename to patches/libffi-3.6.0/autogen.sh > diff --git a/patches/libffi-3.5.2/series b/patches/libffi-3.6.0/series > similarity index 100% > rename from patches/libffi-3.5.2/series > rename to patches/libffi-3.6.0/series > diff --git a/rules/libffi.make b/rules/libffi.make > index aaa626b57661..3b5d3274ec46 100644 > --- a/rules/libffi.make > +++ b/rules/libffi.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBFFI) += libffi > # > # Paths and names > # > -LIBFFI_VERSION := 3.5.2 > -LIBFFI_SHA256 := f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc > +LIBFFI_VERSION := 3.6.0 > +LIBFFI_SHA256 := 31ff1fe32deaebfbb388727f32677bb254bf2a41382c51464c0b1837c9ee9828 > LIBFFI := libffi-$(LIBFFI_VERSION) > LIBFFI_SUFFIX := tar.gz > LIBFFI_SOURCE := $(SRCDIR)/$(LIBFFI).$(LIBFFI_SUFFIX)