From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 19 Oct 2022 07:41:10 +0200 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 1ol1pI-000GP4-3v for lore@lore.pengutronix.de; Wed, 19 Oct 2022 07:41:10 +0200 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 1ol1pF-00019r-4o; Wed, 19 Oct 2022 07:41:09 +0200 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 1ol1p4-0000wT-PO; Wed, 19 Oct 2022 07:40:58 +0200 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 1ol1p4-0002ue-4a; Wed, 19 Oct 2022 07:40:58 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ol1p3-001gLZ-DE; Wed, 19 Oct 2022 07:40:57 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 19 Oct 2022 07:40:57 +0200 Message-Id: <20221019054057.401066-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221017123636.54555-4-mkl@pengutronix.de> References: <20221017123636.54555-4-mkl@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] lz4: version bump to 1.9.4 + adjust license files checksum 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: Marc Kleine-Budde 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 Thanks, applied as 27e8aa53593ff6d4418277b74d4631dcb9553216. Michael [sent from post-receive hook] On Wed, 19 Oct 2022 07:40:57 +0200, Marc Kleine-Budde wrote: > - LICENSE: > Paragraph about '`programs`, `tests` or `examples`' was changed from > 'receive more limited attention and support for such scenario.' to > 'are intended to be used "as is", as part of their intended scenarios, > with no intention to support 3rd party integration use cases.' > - lib/LICENSE: > Copyright years changed from "2011-2016" to "2011-2020". > > Signed-off-by: Marc Kleine-Budde > Message-Id: <20221017123636.54555-4-mkl@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/lz4.make b/rules/lz4.make > index 79d8600c29db..4b9b2bb33076 100644 > --- a/rules/lz4.make > +++ b/rules/lz4.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LZ4) += lz4 > # > # Paths and names > # > -LZ4_VERSION := 1.9.3 > -LZ4_MD5 := 3a1ab1684e14fc1afc66228ce61b2db3 > +LZ4_VERSION := 1.9.4 > +LZ4_MD5 := e9286adb64040071c5e23498bf753261 > LZ4 := lz4-$(LZ4_VERSION) > LZ4_SUFFIX := tar.gz > LZ4_URL := https://github.com/Cyan4973/lz4/archive/v$(LZ4_VERSION).$(LZ4_SUFFIX) > @@ -23,8 +23,8 @@ 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=d57c0d21cb917fb4e0af2454aa48b956 \ > - file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \ > + file://LICENSE;md5=c5cc3cd6f9274b4d32988096df9c3ec3 \ > + file://lib/LICENSE;md5=5cd5f851b52ec832b10eedb3f01f885a \ > file://programs/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 > > # ----------------------------------------------------------------------------