From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 21 Jan 2022 08:22:16 +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 1nAoFU-008XZ6-Dw for lore@lore.pengutronix.de; Fri, 21 Jan 2022 08:22:16 +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 1nAoFO-0000f6-5A; Fri, 21 Jan 2022 08:22:10 +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 1nAoCi-0005pW-Rf; Fri, 21 Jan 2022 08:19:24 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nAoCi-00BW6m-RY; Fri, 21 Jan 2022 08:19:24 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nAoCh-008FwZ-FO; Fri, 21 Jan 2022 08:19:23 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 21 Jan 2022 08:19:23 +0100 Message-Id: <20220121071923.1967867-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220107084303.4189730-1-christian.melki@t2data.com> References: <20220107084303.4189730-1-christian.melki@t2data.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] strace: Version bump 5.9 -> 5.15 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 1e06afec4a3c5aa069f3272261b64af6ef2fff4e. Michael [sent from post-receive hook] On Fri, 21 Jan 2022 08:19:23 +0100, Christian Melki wrote: > Maintenance. > > Adjust licence to include GPL-2.0 and an exception for the syscall headers. > Add missing COPYING file for the bundled uapi linux kernel headers. > Add missing GPL-2.0 license file for the bundled uapi linux kernel headers. > Update md5sum for the strace COPYING, copyright year and a notice > about the bundled header has been changed/added. > > Signed-off-by: Christian Melki > Message-Id: <20220107084303.4189730-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/strace.make b/rules/strace.make > index 6c15f1baa7c1..aa13f3e97863 100644 > --- a/rules/strace.make > +++ b/rules/strace.make > @@ -16,19 +16,20 @@ PACKAGES-$(PTXCONF_STRACE) += strace > # > # Paths and names > # > -STRACE_VERSION := 5.9 > -STRACE_MD5 := fef7264b3501c6af86224c685751d0c6 > +STRACE_VERSION := 5.15 > +STRACE_MD5 := a627c23fda3ecd668d6161c288fdcd79 > STRACE := strace-$(STRACE_VERSION) > STRACE_SUFFIX := tar.xz > STRACE_URL := https://strace.io/files/$(STRACE_VERSION)/$(STRACE).$(STRACE_SUFFIX) > STRACE_SOURCE := $(SRCDIR)/$(STRACE).$(STRACE_SUFFIX) > STRACE_DIR := $(BUILDDIR)/$(STRACE) > -STRACE_LICENSE := LGPL-2.1-or-later > +STRACE_LICENSE := LGPL-2.1-or-later AND GPL-2.0-only WITH Linux-syscall-note > STRACE_LICENSE_FILES := \ > - file://COPYING;md5=c756d9d5dabc27663df64f0bf492166c \ > + file://COPYING;md5=318cfc887fc8723f4e9d4709b55e065b \ > + file://bundled/linux/COPYING;md5=391c7a5bbfb151ad3dbe0a7fb5791a46 \ > + file://bundled/linux/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \ > file://LGPL-2.1-or-later;md5=9e4c7a7a5be83d7f3da645ac5d466052 > > - > # ---------------------------------------------------------------------------- > # Prepare > # ---------------------------------------------------------------------------- _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de