From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 15 Mar 2024 05:06:57 +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 1rkyqP-0077oz-0f for lore@lore.pengutronix.de; Fri, 15 Mar 2024 05:06:57 +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 1rkyqO-00038F-Ed; Fri, 15 Mar 2024 05:06:56 +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 1rkypk-0001fI-Pl; Fri, 15 Mar 2024 05:06:16 +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 1rkypk-006Qqv-Dg; Fri, 15 Mar 2024 05:06:16 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rkypk-0032jX-1E; Fri, 15 Mar 2024 05:06:16 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 15 Mar 2024 05:06:16 +0100 Message-Id: <20240315040616.725484-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240225143514.2406777-1-christian.melki@t2data.com> References: <20240225143514.2406777-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] xz: Version bump. 5.4.4 -> 5.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 940d5fe06aca5a26de9afeb608af67f4bf635ae7. Michael [sent from post-receive hook] On Fri, 15 Mar 2024 05:06:16 +0100, Christian Melki wrote: > https://github.com/tukaani-project/xz/releases/tag/v5.6.0 > https://github.com/tukaani-project/xz/releases/tag/v5.5.2beta > https://github.com/tukaani-project/xz/releases/tag/v5.5.1alpha > https://github.com/tukaani-project/xz/releases/tag/v5.4.6 > https://github.com/tukaani-project/xz/releases/tag/v5.4.5 > > * License conditions changed! The majority of XZ > that was public domain is now re-released under the 0-clause BSD license. > Otherwise, the other parts still remains the same. > The sum of XZ licensing is pretty complex however. > > * URL changed. XZ is now hosted on github. > > * Fix a few options. > > Signed-off-by: Christian Melki > Message-Id: <20240225143514.2406777-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/xz.make b/rules/xz.make > index f24a2ac03442..51490b2ce3dd 100644 > --- a/rules/xz.make > +++ b/rules/xz.make > @@ -14,16 +14,16 @@ PACKAGES-$(PTXCONF_XZ) += xz > # > # Paths and names > # > -XZ_VERSION := 5.4.4 > -XZ_MD5 := fbb849a27e266964aefe26bad508144f > +XZ_VERSION := 5.6.0 > +XZ_MD5 := cfb1afdfcfeca02f7677b1b401bc536e > XZ := xz-$(XZ_VERSION) > -XZ_SUFFIX := tar.bz2 > -XZ_URL := https://tukaani.org/xz/$(XZ).$(XZ_SUFFIX) > +XZ_SUFFIX := tar.xz > +XZ_URL := https://github.com/tukaani-project/xz/releases/download/v$(XZ_VERSION)/$(XZ).$(XZ_SUFFIX) > 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 := public_domain AND 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later > XZ_LICENSE_FILES := \ > - file://COPYING;md5=c8ea84ebe7b93cce676b54355dc6b2c0 \ > + file://COPYING;md5=3ef4de063517b8d33e97bbb87a3339ee \ > file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ > file://COPYING.GPLv3;md5=1ebbd3e34237af26da5dc08a4e440464 \ > file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c > @@ -44,6 +44,7 @@ XZ_CONF_OPT := \ > --disable-lzip-decoder \ > --enable-assembler \ > --enable-clmul-crc \ > + --enable-arm64-crc32 \ > --disable-small \ > --enable-threads \ > --$(call ptx/endis,PTXCONF_XZ_TOOLS)-xz \ > @@ -60,9 +61,11 @@ XZ_CONF_OPT := \ > --disable-nls \ > --disable-rpath \ > $(GLOBAL_LARGE_FILE_OPTION) \ > + --enable-ifunc \ > --enable-unaligned-access=auto \ > --disable-unsafe-type-punning \ > - --disable-werror > + --disable-werror \ > + --$(call ptx/endis, PTXDIST_Y2038)-year2038 > > # ---------------------------------------------------------------------------- > # Target-Install