From 7c1f29a984fac0fd9042c719b3af2022c3689180 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Wed, 2 Feb 2022 05:47:48 +0300 Subject: [PATCH] strace. --- util/misc/strace/actions.py | 2 +- util/misc/strace/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/util/misc/strace/actions.py b/util/misc/strace/actions.py index e9426d7ee2..45e5f9eb5c 100644 --- a/util/misc/strace/actions.py +++ b/util/misc/strace/actions.py @@ -21,4 +21,4 @@ def check(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("CREDITS", "NEWS", "README*",) + pisitools.dodoc("CREDITS", "NEWS", "README*") diff --git a/util/misc/strace/pspec.xml b/util/misc/strace/pspec.xml index 7f99a07593..a494451078 100644 --- a/util/misc/strace/pspec.xml +++ b/util/misc/strace/pspec.xml @@ -12,7 +12,7 @@ app:console Tracks and displays system calls associated with a running process strace intercepts and records the system calls called and received by a running process. strace can print a record of each system call, its arguments and its return value. - https://strace.io/files/5.14/strace-5.14.tar.xz + https://strace.io/files/5.15/strace-5.15.tar.xz libunwind-devel @@ -34,6 +34,13 @@ + + 2022-02-02 + 5.15 + Version bump. + Pisilinux Community + admins@pisilinux.org + 2021-11-11 5.14