diff mbox series

package/strace: bump to version 5.11

Message ID d7b7ea987a3b40c1c7e76728de569e96860c0189.1614861551.git.baruch@tkos.co.il
State Accepted
Headers show
Series package/strace: bump to version 5.11 | expand

Commit Message

Baruch Siach March 4, 2021, 12:39 p.m. UTC
Update COPYING: copyright year update, and added note about the bundled
Linux UAPI headers. Upstream commit 5bd8364f4202d ("Introduce bundled
directory") says:

   According to analysis made by Kent Gibson at [1], we are allowed to
   re-distribute unmodified Linux kernel UAPI headers under the same
   terms as they are provided by the Linux kernel, and such
   re-distribution does not affect the license of strace itself.

   [1] https://lore.kernel.org/linux-gpio/20210128032641.GA11655@sol/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/strace/strace.hash | 6 +++---
 package/strace/strace.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Thomas Petazzoni March 6, 2021, 10:14 p.m. UTC | #1
On Thu,  4 Mar 2021 14:39:11 +0200
Baruch Siach <baruch@tkos.co.il> wrote:

> Update COPYING: copyright year update, and added note about the bundled
> Linux UAPI headers. Upstream commit 5bd8364f4202d ("Introduce bundled
> directory") says:
> 
>    According to analysis made by Kent Gibson at [1], we are allowed to
>    re-distribute unmodified Linux kernel UAPI headers under the same
>    terms as they are provided by the Linux kernel, and such
>    re-distribution does not affect the license of strace itself.
> 
>    [1] https://lore.kernel.org/linux-gpio/20210128032641.GA11655@sol/
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/strace/strace.hash | 6 +++---
>  package/strace/strace.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to next, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/strace/strace.hash b/package/strace/strace.hash
index 7b211c78b995..e4fe690f612e 100644
--- a/package/strace/strace.hash
+++ b/package/strace/strace.hash
@@ -1,5 +1,5 @@ 
 # Locally calculated after checking signature with RSA key 0xA8041FA839E16E36
-# https://strace.io/files/5.10/strace-5.10.tar.xz.asc
-sha256  fe3982ea4cd9aeb3b4ba35f6279f0b577a37175d3282be24b9a5537b56b8f01c  strace-5.10.tar.xz
-sha256  6370eb67db918210944a8511a6995ebe9567852f26b4f15a01e5c8cf2aef7c46  COPYING
+# https://strace.io/files/5.11/strace-5.11.tar.xz.asc
+sha256  ffe340b10c145a0f85734271e9cce56457d23f21a7ea5931ab32f8cf4e793879  strace-5.11.tar.xz
+sha256  f847d5ef26ad1151ca63bb88536b23a4cac5040c67917f3d5ee7ea1316e2b736  COPYING
 sha256  7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa  LGPL-2.1-or-later
diff --git a/package/strace/strace.mk b/package/strace/strace.mk
index 646be41e5b3a..e3e255fd6137 100644
--- a/package/strace/strace.mk
+++ b/package/strace/strace.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-STRACE_VERSION = 5.10
+STRACE_VERSION = 5.11
 STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz
 STRACE_SITE = https://strace.io/files/$(STRACE_VERSION)
 STRACE_LICENSE = LGPL-2.1+