Browse Source

package/strace: update to 6.10

See here for a ChangeLog:
https://github.com/strace/strace/blob/master/NEWS

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Waldemar Brodkorb 1 year ago
parent
commit
126156df4a
2 changed files with 3 additions and 3 deletions
  1. 2 2
      package/strace/strace.hash
  2. 1 1
      package/strace/strace.mk

+ 2 - 2
package/strace/strace.hash

@@ -1,5 +1,5 @@
 # Locally calculated after checking signature with RSA key 0xA8041FA839E16E36
-# https://strace.io/files/6.8/strace-6.8.tar.xz.asc
-sha256  ba6950a96824cdf93a584fa04f0a733896d2a6bc5f0ad9ffe505d9b41e970149  strace-6.8.tar.xz
+# https://strace.io/files/6.10/strace-6.10.tar.xz.asc
+sha256  765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07  strace-6.10.tar.xz
 sha256  1988d0e1aa101d68855e8c4f940aacf2531051b82f6b608eb026c5fad1f33df1  COPYING
 sha256  7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa  LGPL-2.1-or-later

+ 1 - 1
package/strace/strace.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-STRACE_VERSION = 6.8
+STRACE_VERSION = 6.10
 STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz
 STRACE_SITE = https://github.com/strace/strace/releases/download/v$(STRACE_VERSION)
 STRACE_LICENSE = LGPL-2.1+