forked from pool/strace
Accepting request 1142656 from devel:tools
- Update to strace 6.7 * Implemented -kk/--stack-traces=source option for libdw-based stack tracing. * Implemented decoding of futex_wake, futex_wait, and sys_futex_requeue syscalls. * Updated lists of BPF_*, BTRFS_*, IORING_*, KVM_*, LANDLOCK_*, PR_*, and TCP_* constants. * Updated lists of ioctl commands from Linux 6.7. * Fix strace -r during the first second after booting to show correct relative timestamps. * Fix strace -f entering deadlock on exit if there are tracee processes spawned using vfork semantics. (forwarded request 1142655 from AndreasSchwab) OBS-URL: https://build.opensuse.org/request/show/1142656 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=103
This commit is contained in:
commit
fba46fb912
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:421b4186c06b705163e64dc85f271ebdcf67660af8667283147d5e859fc8a96c
|
||||
size 2420364
|
@ -1,16 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIcBAABCgAGBQJlQMk6AAoJEKgEH6g54W42hjkQAISOpBBLd7r8pGla6e1wS8H/
|
||||
VHAg1H8aIEdF7DqQh6gnMjJy+tUzkRRmIzRBc2c6/VjO0Ry6nViufVbE6Ir9VfBq
|
||||
gsLESLDZ8eSo7KWX8AZ+184aCRb2kNNWVZOXFCl09mHlLe+JFJe22SsvwyETL7VV
|
||||
psT0JVeMQwA5pMVZOoXd/s1ZzUYvKC0BlxKRwmMgPcJvouJEQbS9nk3NBIm92pa9
|
||||
JemORoDY8wYS7Mer38mgRhqDfcNE9aKLnfUmqNm5t2ZPvYvEauvOirBVvIII9Oou
|
||||
64ApPITzpSxKrSNoVHsvHgzuQcW9mghwlDpQJiYECLFjmYmdS2ncMP/6dLnv2mxE
|
||||
5gP8wmkwG1J7iqXCmSqnhfDdzM4xq7bFXoKa37cmoXxDWatjfyrTshwqJ/ahztGj
|
||||
AiuRIn2yGTBOJghK+TMedqtddHrcSi10A+LTb7B7YIMB/7KuyGQdDpsDklPy/lFh
|
||||
67LkWh5utqNCCNfCbAfjAQrVqk5kBdw1xDecckkUAvMJuC6GhGakR6YkVVCkG8mL
|
||||
/n11UZMHTzQagz8YG9pEyiWQsRVLnTA52mpRsG/SbGNXyH7iBYVpsg1fZYhnD6A2
|
||||
vaC09nggdQz8ghoMFAXRLdEQ07fZlndCpWc3PeKa8GNvzLRxnp6cTbNO7Ag44Zq8
|
||||
8+epYO5XZDs+EIuyGckN
|
||||
=5F+z
|
||||
-----END PGP SIGNATURE-----
|
BIN
strace-6.7.tar.xz
(Stored with Git LFS)
Normal file
BIN
strace-6.7.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
16
strace-6.7.tar.xz.asc
Normal file
16
strace-6.7.tar.xz.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIcBAABCgAGBQJlt52vAAoJEKgEH6g54W42yo0P/2bmuJoAXGEhLiIpx+MWY/oZ
|
||||
aP/nRiWcDET91L8OROyMPhKBAzeB4Ti8mk3TdI9iemo6IhqKUSjOe8HKeO042KIH
|
||||
moZ2X3tvvfrE30QDJ4TG21JiIdT8CfB+QDkbYA0pcMc2youFRrdJ4kSdP2FXlnB5
|
||||
xBZZBPjAg9V0nx6WdSYb3pFSXQW84nyXP9hyiC1NoJzVpf1aoiE/ZMIzmeAgDvI3
|
||||
NtTaYzjakoctUWhtKHrM7aqzVAFjsz/j4ef4yvxV6IgagH+h1dN1d6kVsD7VkGYa
|
||||
sVc9lUH/98K+FlzZCqjlLHNCRMm1FYOdxuqIodM6Dv1A2raaCBpdLBn4pGjzJSPP
|
||||
1XlMWcHc6qdXPP5xtJUClaepz+WLD0klesj7GZ6bQ/u9cWRnVzpmFIg000PCBAJ9
|
||||
yskog12pycL+NdpPrecYLpQGYvCOAL8V9Uzc46Nwh0c1dXlg6e4sAHBNH2tOkXQ/
|
||||
yZoT6BdgSD3qthy1VBy7/grxhWvWSMVUidiNKPRj57jXBNpoIg7TpzXvyVWJ++//
|
||||
mWWxaj110wGqoEzj69/UTkA9gvVFjyfgU1SGC3doB/tQnNAKdKbW2A3HV2ixGm1l
|
||||
MsdWldT0s7WzyydZemSfhJxkdJvzaqbzw3P0PVWT6XP9x0B8t9tKotesIXRgktU9
|
||||
bPkrOdGRXTTwbVspQFCo
|
||||
=tgli
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 19:44:45 UTC 2024 - Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
- Update to strace 6.7
|
||||
* Implemented -kk/--stack-traces=source option for libdw-based stack tracing.
|
||||
* Implemented decoding of futex_wake, futex_wait, and sys_futex_requeue
|
||||
syscalls.
|
||||
* Updated lists of BPF_*, BTRFS_*, IORING_*, KVM_*, LANDLOCK_*, PR_*,
|
||||
and TCP_* constants.
|
||||
* Updated lists of ioctl commands from Linux 6.7.
|
||||
* Fix strace -r during the first second after booting to show correct relative
|
||||
timestamps.
|
||||
* Fix strace -f entering deadlock on exit if there are tracee processes
|
||||
spawned using vfork semantics.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 11:58:57 UTC 2023 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: strace
|
||||
Version: 6.6
|
||||
Version: 6.7
|
||||
Release: 0
|
||||
Summary: A utility to trace the system calls of a program
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user