mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] strace: Version bump. 5.15 -> 5.16
@ 2022-01-28 10:34 Christian Melki
  2022-02-04 17:44 ` Christian Melki
  2022-02-04 18:08 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2022-01-28 10:34 UTC (permalink / raw)
  To: ptxdist

Mostly bugfixes.
Copyright year number range updated in COPYING file.
https://strace.io/files/5.16/

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 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 \
 	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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [PATCH v2] strace: Version bump. 5.15 -> 5.16
  2022-01-28 10:34 [ptxdist] [PATCH v2] strace: Version bump. 5.15 -> 5.16 Christian Melki
@ 2022-02-04 17:44 ` Christian Melki
  2022-02-04 18:14   ` Michael Olbrich
  2022-02-04 18:08 ` [ptxdist] [APPLIED] " Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2022-02-04 17:44 UTC (permalink / raw)
  To: Michael Olbrich; +Cc: ptxdist

Bump. Didn't make it to the release.
Anything broken that needs fixing?

Regards,
Christian

On 1/28/22 11:34, Christian Melki wrote:
> Mostly bugfixes.
> Copyright year number range updated in COPYING file.
> https://strace.io/files/5.16/
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> ---
>  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 \
>  	file://bundled/linux/COPYING;md5=391c7a5bbfb151ad3dbe0a7fb5791a46 \
>  	file://bundled/linux/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \
>  	file://LGPL-2.1-or-later;md5=9e4c7a7a5be83d7f3da645ac5d466052


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [APPLIED] strace: Version bump. 5.15 -> 5.16
  2022-01-28 10:34 [ptxdist] [PATCH v2] strace: Version bump. 5.15 -> 5.16 Christian Melki
  2022-02-04 17:44 ` Christian Melki
@ 2022-02-04 18:08 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2022-02-04 18:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 823fdcab84eea9fd6d9a56bb356e50b241152a2d.

Michael

[sent from post-receive hook]

On Fri, 04 Feb 2022 19:08:44 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Mostly bugfixes.
> Copyright year number range updated in COPYING file.
> https://strace.io/files/5.16/
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220128103426.1518111-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/strace.make b/rules/strace.make
> index aa13f3e97863..aeec39aa6ad2 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 \
>  	file://bundled/linux/COPYING;md5=391c7a5bbfb151ad3dbe0a7fb5791a46 \
>  	file://bundled/linux/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \
>  	file://LGPL-2.1-or-later;md5=9e4c7a7a5be83d7f3da645ac5d466052

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ptxdist] [PATCH v2] strace: Version bump. 5.15 -> 5.16
  2022-02-04 17:44 ` Christian Melki
@ 2022-02-04 18:14   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2022-02-04 18:14 UTC (permalink / raw)
  To: Christian Melki; +Cc: ptxdist

Hi,

On Fri, Feb 04, 2022 at 06:44:45PM +0100, Christian Melki wrote:
> Bump. Didn't make it to the release.
> Anything broken that needs fixing?

I missed the new version last week and I usually don't merge any new
patches in the week of the release. Just bugfixes for regressions that show
up during testing and stuff like that.
I've picked it up after the release for initial testing and it's merged
now.

Michael

> On 1/28/22 11:34, Christian Melki wrote:
> > Mostly bugfixes.
> > Copyright year number range updated in COPYING file.
> > https://strace.io/files/5.16/
> > 
> > Signed-off-by: Christian Melki <christian.melki@t2data.com>
> > ---
> >  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 \
> >  	file://bundled/linux/COPYING;md5=391c7a5bbfb151ad3dbe0a7fb5791a46 \
> >  	file://bundled/linux/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \
> >  	file://LGPL-2.1-or-later;md5=9e4c7a7a5be83d7f3da645ac5d466052
> 
> 

-- 
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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-04 18:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28 10:34 [ptxdist] [PATCH v2] strace: Version bump. 5.15 -> 5.16 Christian Melki
2022-02-04 17:44 ` Christian Melki
2022-02-04 18:14   ` Michael Olbrich
2022-02-04 18:08 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox