From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 12 Jul 2025 17:48:58 +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 1uacTC-00Glnw-1l for lore@lore.pengutronix.de; Sat, 12 Jul 2025 17:48:58 +0200 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 1uacTB-0002mo-O9; Sat, 12 Jul 2025 17:48:57 +0200 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 1uacSc-0001NB-5L; Sat, 12 Jul 2025 17:48:22 +0200 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 1uacSb-0086Xf-3A; Sat, 12 Jul 2025 17:48:21 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uacSb-00FQEb-31; Sat, 12 Jul 2025 17:48:21 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sat, 12 Jul 2025 17:48:21 +0200 Message-Id: <20250712154821.3675758-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250709085851.3414669-1-christian.melki@t2data.com> References: <20250709085851.3414669-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libtool: Version bump. 2.5.3 -> 2.5.4 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 4098177330ae45166bc187457a70ed7586d7794d. Michael [sent from post-receive hook] On Sat, 12 Jul 2025 17:48:21 +0200, Christian Melki wrote: > Looks like minor changes. > https://gitweb.git.savannah.gnu.org/gitweb/?p=libtool.git;a=shortlog;h=v2.5.4 > > * License file changed. Default dist COPYING changed, whitespace. > > Signed-off-by: Christian Melki > Message-Id: <20250709085851.3414669-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-autotools-libtool.make b/rules/host-autotools-libtool.make > index 7d10d5149002..6da5c14f1e3b 100644 > --- a/rules/host-autotools-libtool.make > +++ b/rules/host-autotools-libtool.make > @@ -14,8 +14,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_LIBTOOL) += host-autotools-libtool > # > # Paths and names > # > -HOST_AUTOTOOLS_LIBTOOL_VERSION := 2.5.3 > -HOST_AUTOTOOLS_LIBTOOL_MD5 := 42abe5bed6cc8207f0868968d89d77cf > +HOST_AUTOTOOLS_LIBTOOL_VERSION := 2.5.4 > +HOST_AUTOTOOLS_LIBTOOL_MD5 := 862d906983d9b423b072285d999d8672 > HOST_AUTOTOOLS_LIBTOOL := libtool-$(HOST_AUTOTOOLS_LIBTOOL_VERSION) > HOST_AUTOTOOLS_LIBTOOL_SUFFIX := tar.gz > HOST_AUTOTOOLS_LIBTOOL_URL := $(call ptx/mirror, GNU, libtool/$(HOST_AUTOTOOLS_LIBTOOL).$(HOST_AUTOTOOLS_LIBTOOL_SUFFIX)) > @@ -24,7 +24,7 @@ HOST_AUTOTOOLS_LIBTOOL_DIR := $(HOST_BUILDDIR)/$(HOST_AUTOTOOLS_LIBTOOL) > HOST_AUTOTOOLS_LIBTOOL_DEVPKG := NO > HOST_AUTOTOOLS_LIBTOOL_LICENSE := GPL-2.0-or-later > HOST_AUTOTOOLS_LIBTOOL_LICENSE_FILES := \ > - file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 > + file://COPYING;md5=570a9b3749dd0463a1778803b12a6dce > > # ---------------------------------------------------------------------------- > # Extract