summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2022-09-08 12:26:22 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-09-09 11:47:19 +0200
commitcda088c7200f47e7eff8a405ffb2821c4b1e966a (patch)
treeed1e1f91bd42028e5dd8cb9254f79b473a3b5737
parent34f6381d524ef96e486a25856c9ad1477f1a1aa1 (diff)
downloadptxdist-cda088c7200f47e7eff8a405ffb2821c4b1e966a.tar.gz
ptxdist-cda088c7200f47e7eff8a405ffb2821c4b1e966a.tar.xz
strace: Version bump. 5.18 -> 5.19.
https://github.com/strace/strace/releases/tag/v5.19 Some enhancments and bugfixes. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220908102622.141891-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/strace.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/strace.make b/rules/strace.make
index 05285d573..fa1ef0581 100644
--- a/rules/strace.make
+++ b/rules/strace.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_STRACE) += strace
#
# Paths and names
#
-STRACE_VERSION := 5.18
-STRACE_MD5 := a563875472463638c19d6639e1c14875
+STRACE_VERSION := 5.19
+STRACE_MD5 := 13a37bd709b452a7c30e89f0db39b535
STRACE := strace-$(STRACE_VERSION)
STRACE_SUFFIX := tar.xz
STRACE_URL := https://strace.io/files/$(STRACE_VERSION)/$(STRACE).$(STRACE_SUFFIX)