From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 23 Mar 2023 06:43:45 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pfDjk-00BT4Z-FS for lore@lore.pengutronix.de; Thu, 23 Mar 2023 06:43:45 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pfDjk-0007IG-EL; Thu, 23 Mar 2023 06:43:44 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pfDjD-0007I7-Hz; Thu, 23 Mar 2023 06:43:11 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pfDjC-00650c-Fi; Thu, 23 Mar 2023 06:43:10 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pfDjB-002Irk-Ny; Thu, 23 Mar 2023 06:43:09 +0100 Date: Thu, 23 Mar 2023 06:43:09 +0100 From: Michael Olbrich To: Christian Melki Message-ID: Mail-Followup-To: Christian Melki , ptxdist@pengutronix.de References: <20230321204644.3940162-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230321204644.3940162-1-christian.melki@t2data.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] xz: Version bump. 5.4.0 -> 5.4.2 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: ptxdist@pengutronix.de 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.ext.pengutronix.de); SAEximRunCond expanded to false On Tue, Mar 21, 2023 at 09:46:44PM +0100, Christian Melki wrote: > Mostly bugfixes. > License files changed, all of them according to md5. > Yet I can only find changes in COPYING and COPYING.GPLv3. > Same story goes for the git repo and the change dates. > Really strange. But both of the real changes are minor. I think you mixed up something here. Im getting: ptxdist: error: checksum of license file '.../build-host/xz-5.4.2/COPYING.GPLv2' changed: 1ebbd3e34237af26da5dc08a4e440464 -> b234ee4d69f5fce4486a80fdaf4a4263 Michael > XZ-utils could also use a tool cleanup. > I find it unlikely that an embedded target will use all the tools or none. > Compression, decompression and a cat softlink should cover most > usage scenarios. > > Signed-off-by: Christian Melki > --- > rules/xz.make | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/rules/xz.make b/rules/xz.make > index bf019c9d8..491649a3c 100644 > --- a/rules/xz.make > +++ b/rules/xz.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_XZ) += xz > # > # Paths and names > # > -XZ_VERSION := 5.4.0 > -XZ_MD5 := 2cc95f33fe0527622177b2bb2f5956c8 > +XZ_VERSION := 5.4.2 > +XZ_MD5 := 9b906c14f21744ca21018d5fc3054ecd > XZ := xz-$(XZ_VERSION) > XZ_SUFFIX := tar.bz2 > XZ_URL := http://tukaani.org/xz/$(XZ).$(XZ_SUFFIX) > @@ -23,10 +23,10 @@ XZ_SOURCE := $(SRCDIR)/$(XZ).$(XZ_SUFFIX) > XZ_DIR := $(BUILDDIR)/$(XZ) > XZ_LICENSE := public_domain AND LGPL-2.1-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later > XZ_LICENSE_FILES := \ > - file://COPYING;md5=97d554a32881fee0aa283d96e47cb24a \ > - file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ > - file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \ > - file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c > + file://COPYING;md5=c8ea84ebe7b93cce676b54355dc6b2c0 \ > + file://COPYING.GPLv2;md5=1ebbd3e34237af26da5dc08a4e440464 \ > + file://COPYING.GPLv3;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ > + file://COPYING.LGPLv2.1;md5=b234ee4d69f5fce4486a80fdaf4a4263 > > # ---------------------------------------------------------------------------- > # Prepare > -- > 2.34.1 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |