From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 28 Jan 2022 10:19:53 +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 1nDNQ9-00Fort-Pg for lore@lore.pengutronix.de; Fri, 28 Jan 2022 10:19:53 +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 1nDNQ9-0001B2-9B; Fri, 28 Jan 2022 10:19:53 +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 1nDNQ3-0001An-90; Fri, 28 Jan 2022 10:19:47 +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 1nDNQ3-00CwXC-6f; Fri, 28 Jan 2022 10:19:46 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nDNQ1-00GFbd-AG; Fri, 28 Jan 2022 10:19:45 +0100 Date: Fri, 28 Jan 2022 10:19:45 +0100 From: Michael Olbrich To: Christian Melki Message-ID: Mail-Followup-To: Christian Melki , ptxdist@pengutronix.de References: <20220127143532.2212796-1-christian.melki@t2data.com> <20220127143532.2212796-6-christian.melki@t2data.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220127143532.2212796-6-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] strace: Version bump. 5.15 -> 5.16 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 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 On Thu, Jan 27, 2022 at 03:35:25PM +0100, Christian Melki wrote: > Mostly bugfixes. > https://strace.io/files/5.16/ > > Signed-off-by: Christian Melki > --- > rules/strace.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/strace.make b/rules/strace.make > index aa13f3e97..aeec39aa6 100644 > --- a/rules/strace.make > +++ b/rules/strace.make > @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_STRACE) += strace > # > # Paths and names > # > -STRACE_VERSION := 5.15 > -STRACE_MD5 := a627c23fda3ecd668d6161c288fdcd79 > +STRACE_VERSION := 5.16 > +STRACE_MD5 := f848d24b2371948c91b57f72c0e75e66 > STRACE := strace-$(STRACE_VERSION) > STRACE_SUFFIX := tar.xz > STRACE_URL := https://strace.io/files/$(STRACE_VERSION)/$(STRACE).$(STRACE_SUFFIX) > @@ -25,7 +25,7 @@ STRACE_SOURCE := $(SRCDIR)/$(STRACE).$(STRACE_SUFFIX) > STRACE_DIR := $(BUILDDIR)/$(STRACE) > STRACE_LICENSE := LGPL-2.1-or-later AND GPL-2.0-only WITH Linux-syscall-note > STRACE_LICENSE_FILES := \ > - file://COPYING;md5=318cfc887fc8723f4e9d4709b55e065b \ > + file://COPYING;md5=59a33f0a3e6122d67c0b3befccbdaa6b \ What changed here? Please add a comment about it to the commit message. Michael > file://bundled/linux/COPYING;md5=391c7a5bbfb151ad3dbe0a7fb5791a46 \ > file://bundled/linux/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \ > file://LGPL-2.1-or-later;md5=9e4c7a7a5be83d7f3da645ac5d466052 > -- > 2.30.2 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- 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 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de