From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 15 Mar 2024 05:06:31 +0100 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 1rkypz-0077ki-2c for lore@lore.pengutronix.de; Fri, 15 Mar 2024 05:06:31 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rkypz-0001Zq-6p; Fri, 15 Mar 2024 05:06:31 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rkypd-0001ZX-DK; Fri, 15 Mar 2024 05:06:09 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rkypc-006QqL-Qc; Fri, 15 Mar 2024 05:06:08 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rkypc-0032dO-2W; Fri, 15 Mar 2024 05:06:08 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 15 Mar 2024 05:06:08 +0100 Message-Id: <20240315040608.725103-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240216185536.2590721-1-christian.melki@t2data.com> References: <20240216185536.2590721-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libffi: Version bump. 3.4.4 -> 3.4.5 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 35311076700a0c104926aa2cb73c39063d141728. Michael [sent from post-receive hook] On Fri, 15 Mar 2024 05:06:08 +0100, Christian Melki wrote: > https://github.com/libffi/libffi/releases/tag/v3.4.5 > > * License file changed. Dates, years etc. > > * Forward patches, minor corrections, applies cleanly. > > Signed-off-by: Christian Melki > Message-Id: <20240216185536.2590721-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/libffi-3.4.4/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch b/patches/libffi-3.4.5/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch > similarity index 94% > rename from patches/libffi-3.4.4/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch > rename to patches/libffi-3.4.5/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch > index bad669509426..851455713d9f 100644 > --- a/patches/libffi-3.4.4/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch > +++ b/patches/libffi-3.4.5/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 a4a4887cbb62..cb457fec24db 100644 > +index 3de0bea4737d..55b507e021aa 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -35,7 +35,7 @@ MAKEOVERRIDES= > diff --git a/patches/libffi-3.4.4/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch b/patches/libffi-3.4.5/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch > similarity index 92% > rename from patches/libffi-3.4.4/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch > rename to patches/libffi-3.4.5/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch > index 7606955f37a5..fc77ca27b1e6 100644 > --- a/patches/libffi-3.4.4/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch > +++ b/patches/libffi-3.4.5/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 7e8cd98a4ce8..cf37e88bf5f6 100644 > +index 741a6690a729..2aa767cb192e 100644 > --- a/configure.ac > +++ b/configure.ac > -@@ -405,7 +405,7 @@ AC_ARG_ENABLE(multi-os-directory, > +@@ -401,7 +401,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.4.4/autogen.sh b/patches/libffi-3.4.5/autogen.sh > similarity index 100% > rename from patches/libffi-3.4.4/autogen.sh > rename to patches/libffi-3.4.5/autogen.sh > diff --git a/patches/libffi-3.4.4/series b/patches/libffi-3.4.5/series > similarity index 100% > rename from patches/libffi-3.4.4/series > rename to patches/libffi-3.4.5/series > diff --git a/rules/libffi.make b/rules/libffi.make > index 064f89f0e970..97de849bbca9 100644 > --- a/rules/libffi.make > +++ b/rules/libffi.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBFFI) += libffi > # > # Paths and names > # > -LIBFFI_VERSION := 3.4.4 > -LIBFFI_MD5 := 0da1a5ed7786ac12dcbaf0d499d8a049 > +LIBFFI_VERSION := 3.4.5 > +LIBFFI_MD5 := cea8d9ea4dc191481a3d56feb5a80937 > LIBFFI := libffi-$(LIBFFI_VERSION) > LIBFFI_SUFFIX := tar.gz > LIBFFI_SOURCE := $(SRCDIR)/$(LIBFFI).$(LIBFFI_SUFFIX) > @@ -26,7 +26,7 @@ LIBFFI_URL := \ > ftp://sourceware.org/pub/libffi/$(LIBFFI).$(LIBFFI_SUFFIX) > LIBFFI_LICENSE := MIT > LIBFFI_LICENSE_FILES := \ > - file://LICENSE;md5=32c0d09a0641daf4903e5d61cc8f23a8 > + file://LICENSE;md5=1db54c9fd307a12218766c3c7f650ca7 > > # ---------------------------------------------------------------------------- > # Prepare