From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 17 Oct 2025 10:27:23 +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 1v9fo3-008l2e-1K for lore@lore.pengutronix.de; Fri, 17 Oct 2025 10:27:23 +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 1v9fo2-0004YB-NU; Fri, 17 Oct 2025 10:27:22 +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 1v9fhr-0006Bc-QY; Fri, 17 Oct 2025 10:20:59 +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 1v9fhr-0041nS-23; Fri, 17 Oct 2025 10:20:59 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1v9fhr-0000000D3nt-2T2Q; Fri, 17 Oct 2025 10:20:59 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 17 Oct 2025 10:20:59 +0200 Message-ID: <20251017082059.3112878-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251013105312.1598053-1-s.pueschel@pengutronix.de> References: <20251013105312.1598053-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] lz4: version bump 1.9.4 -> 1.10.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: =?UTF-8?q?Sven=20P=C3=BCschel?= 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 7570af141e5281d7501498c16836a2be940ebef9. Michael [sent from post-receive hook] On Fri, 17 Oct 2025 10:20:59 +0200, Sven Püschel wrote: > lz4 now has multithreading support for compression/decompression🎉: > https://github.com/lz4/lz4/releases/tag/v1.10.0 > > The old GitHub URL has changed, as the old repository was moved to a > dedicated organization. GitHub automatically redirects to the new > location. > > The licenses were updated to properly reflect GPL2.0-or-later instead > of GPLv2-only, see > https://github.com/lz4/lz4/commit/aafb56ee2ed40fb6b994f87af4e8560865df7c85 > > Signed-off-by: Sven Püschel > Message-Id: <20251013105312.1598053-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/lz4.make b/rules/lz4.make > index 4b9b2bb33076..de88c1b7c943 100644 > --- a/rules/lz4.make > +++ b/rules/lz4.make > @@ -14,18 +14,18 @@ PACKAGES-$(PTXCONF_LZ4) += lz4 > # > # Paths and names > # > -LZ4_VERSION := 1.9.4 > -LZ4_MD5 := e9286adb64040071c5e23498bf753261 > +LZ4_VERSION := 1.10.0 > +LZ4_MD5 := dead9f5f1966d9ae56e1e32761e4e675 > LZ4 := lz4-$(LZ4_VERSION) > LZ4_SUFFIX := tar.gz > -LZ4_URL := https://github.com/Cyan4973/lz4/archive/v$(LZ4_VERSION).$(LZ4_SUFFIX) > +LZ4_URL := https://github.com/lz4/lz4/archive/v$(LZ4_VERSION).$(LZ4_SUFFIX) > LZ4_SOURCE := $(SRCDIR)/$(LZ4).$(LZ4_SUFFIX) > LZ4_DIR := $(BUILDDIR)/$(LZ4) > LZ4_LICENSE := BSD-2-Clause AND GPL-2.0-or-later > LZ4_LICENSE_FILES := \ > - file://LICENSE;md5=c5cc3cd6f9274b4d32988096df9c3ec3 \ > + file://LICENSE;md5=c111c47e301c2ffe8776729b40b44477 \ > file://lib/LICENSE;md5=5cd5f851b52ec832b10eedb3f01f885a \ > - file://programs/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 > + file://programs/COPYING;md5=492daf447d6db0e5eb344a7922e7ec25 > > # ---------------------------------------------------------------------------- > # Prepare