* [ptxdist] [PATCH v2] strace: Version bump 5.9 -> 5.15
@ 2022-01-05 13:39 Christian Melki
2022-01-06 13:46 ` Roland Hieber
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-01-05 13:39 UTC (permalink / raw)
To: ptxdist
Maintenance.
Add missing COPYING file for the test suite.
Add missing COPYING 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 <christian.melki@t2data.com>
---
rules/strace.make | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/rules/strace.make b/rules/strace.make
index 6c15f1baa..6a1c30b00 100644
--- a/rules/strace.make
+++ b/rules/strace.make
@@ -16,8 +16,8 @@ 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)
@@ -25,10 +25,11 @@ STRACE_SOURCE := $(SRCDIR)/$(STRACE).$(STRACE_SUFFIX)
STRACE_DIR := $(BUILDDIR)/$(STRACE)
STRACE_LICENSE := LGPL-2.1-or-later
STRACE_LICENSE_FILES := \
- file://COPYING;md5=c756d9d5dabc27663df64f0bf492166c \
+ file://COPYING;md5=318cfc887fc8723f4e9d4709b55e065b \
+ file://bundled/linux/COPYING;md5=391c7a5bbfb151ad3dbe0a7fb5791a46 \
+ file://tests/COPYING;md5=9df0366f01f6ac073e4438cf6aecacfb \
file://LGPL-2.1-or-later;md5=9e4c7a7a5be83d7f3da645ac5d466052
-
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
--
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] 2+ messages in thread
* Re: [ptxdist] [PATCH v2] strace: Version bump 5.9 -> 5.15
2022-01-05 13:39 [ptxdist] [PATCH v2] strace: Version bump 5.9 -> 5.15 Christian Melki
@ 2022-01-06 13:46 ` Roland Hieber
0 siblings, 0 replies; 2+ messages in thread
From: Roland Hieber @ 2022-01-06 13:46 UTC (permalink / raw)
To: Christian Melki; +Cc: ptxdist
On Wed, Jan 05, 2022 at 02:39:32PM +0100, Christian Melki wrote:
> Maintenance.
>
> Add missing COPYING file for the test suite.
> Add missing COPYING 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 <christian.melki@t2data.com>
> ---
> rules/strace.make | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/rules/strace.make b/rules/strace.make
> index 6c15f1baa..6a1c30b00 100644
> --- a/rules/strace.make
> +++ b/rules/strace.make
> @@ -16,8 +16,8 @@ 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)
> @@ -25,10 +25,11 @@ STRACE_SOURCE := $(SRCDIR)/$(STRACE).$(STRACE_SUFFIX)
> STRACE_DIR := $(BUILDDIR)/$(STRACE)
> STRACE_LICENSE := LGPL-2.1-or-later
> STRACE_LICENSE_FILES := \
> - file://COPYING;md5=c756d9d5dabc27663df64f0bf492166c \
> + file://COPYING;md5=318cfc887fc8723f4e9d4709b55e065b \
> + file://bundled/linux/COPYING;md5=391c7a5bbfb151ad3dbe0a7fb5791a46 \
This one mentions the GPL-2.0 license, so you should add "AND
GPL-2.0-only WITH Linux-syscall-note" to STRACE_LICENSE ("GPL-2.0" as
mentioned in bundled/linux/COPYING is the old pre-SPDX-3.0 syntax
deprecated in favour of "GPL-2.0-only" and "GPL-2.0-or-later"). And
please also add bundled/linux/GPL-2.0 for the actual GPL license text.
> + file://tests/COPYING;md5=9df0366f01f6ac073e4438cf6aecacfb \
Thanks for the effort :-) The tests are not installed on the target, you
can leave this one out.
> file://LGPL-2.1-or-later;md5=9e4c7a7a5be83d7f3da645ac5d466052
- Roland
--
Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de |
Steuerwalder Str. 21 | https://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] 2+ messages in thread
end of thread, other threads:[~2022-01-06 13:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05 13:39 [ptxdist] [PATCH v2] strace: Version bump 5.9 -> 5.15 Christian Melki
2022-01-06 13:46 ` Roland Hieber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox