SHA256
1
0
forked from pool/strace

Compare commits

..

6 Commits

Author SHA256 Message Date
Ana Guerrero
a9492dd819 Accepting request 1239875 from devel:tools
- Update to strace 6.13
  * Implemented decoding of getxattrat, setxattrat, listxattrat,
    and removexattrat syscalls.
  * Updated decoding of struct io_uring_clone_buffers, struct io_uring_napi,
    and struct perf_event_attr.
  * Updated decoding of crypto_user_alg netlink attributes of NETLINK_CRYPTO.
  * Implemented decoding of IFLA_MCTP_PHYS_BINDING netlink attribute.
  * Updated lists of AT_*, BPF_*, FAN_*, IORING_*, MADV_*, NT_*, and SCM_*
    constants.
  * Updated lists of ioctl commands from Linux 6.13. (forwarded request 1239874 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1239875
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=111
2025-01-23 16:56:28 +00:00
e5bfbd4ecf - Update to strace 6.13
* Implemented decoding of getxattrat, setxattrat, listxattrat,
    and removexattrat syscalls.
  * Updated decoding of struct io_uring_clone_buffers, struct io_uring_napi,
    and struct perf_event_attr.
  * Updated decoding of crypto_user_alg netlink attributes of NETLINK_CRYPTO.
  * Implemented decoding of IFLA_MCTP_PHYS_BINDING netlink attribute.
  * Updated lists of AT_*, BPF_*, FAN_*, IORING_*, MADV_*, NT_*, and SCM_*
    constants.
  * Updated lists of ioctl commands from Linux 6.13.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=179
2025-01-23 13:16:05 +00:00
Ana Guerrero
b413d7e4c9 Accepting request 1225014 from devel:tools
- Update to strace 6.12
  * Implemented decoding of EPIOCGPARAMS and EPIOCSPARAMS ioctl commands.
  * Implemented decoding of NS_GET_MNTNS_ID, NS_GET_PID_FROM_PIDNS,
    NS_GET_TGID_FROM_PIDNS, NS_GET_PID_IN_PIDNS, NS_GET_TGID_IN_PIDNS,
    NS_MNT_GET_INFO, NS_MNT_GET_NEXT, and NS_MNT_GET_PREV ioctl commands.
  * Implemented decoding of FRA_DSCP netlink attribute.
  * Implemented decoding of IORING_REGISTER_CLOCK and
    IORING_REGISTER_CLONE_BUFFERS opcodes of io_uring_register syscall.
  * Updated decoding of struct landlock_ruleset_attr.
  * Updated lists of AUDIT_*, ETHTOOL_*, F_*, IORING_*, LSM_*, MAP_*, MSG_*,
    NT_*, SCHED_*, SCM_*, SO_*, and V4L2_* constants.
  * Updated lists of ioctl commands from Linux 6.12.
  * Fix the syscall name printed by strace when PTRACE_GET_SYSCALL_INFO
    is in use and a syscall is restarted by a just attached tracee using
    restart_syscall mechanism. (forwarded request 1225012 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1225014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=110
2024-11-21 14:13:39 +00:00
14a1070e97 - Update to strace 6.12
* Implemented decoding of EPIOCGPARAMS and EPIOCSPARAMS ioctl commands.
  * Implemented decoding of NS_GET_MNTNS_ID, NS_GET_PID_FROM_PIDNS,
    NS_GET_TGID_FROM_PIDNS, NS_GET_PID_IN_PIDNS, NS_GET_TGID_IN_PIDNS,
    NS_MNT_GET_INFO, NS_MNT_GET_NEXT, and NS_MNT_GET_PREV ioctl commands.
  * Implemented decoding of FRA_DSCP netlink attribute.
  * Implemented decoding of IORING_REGISTER_CLOCK and
    IORING_REGISTER_CLONE_BUFFERS opcodes of io_uring_register syscall.
  * Updated decoding of struct landlock_ruleset_attr.
  * Updated lists of AUDIT_*, ETHTOOL_*, F_*, IORING_*, LSM_*, MAP_*, MSG_*,
    NT_*, SCHED_*, SCM_*, SO_*, and V4L2_* constants.
  * Updated lists of ioctl commands from Linux 6.12.
  * Fix the syscall name printed by strace when PTRACE_GET_SYSCALL_INFO
    is in use and a syscall is restarted by a just attached tracee using
    restart_syscall mechanism.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=177
2024-11-19 08:48:28 +00:00
Ana Guerrero
0950562bc9 Accepting request 1201295 from devel:tools
- Update to strace 6.11
  * Implemented decoding of uretprobe syscall.
  * Implemented decoding of WDIOC_GETSUPPORT and WDIOC_SETOPTIONS ioctl
    commands.
  * Enhanced decoding of unknown ioctl commands in non-abbreviated mode
    by printing the contents of the ioctl argument buffer in hexadecimal format.
  * Updated decoding of listmount, statmount, and statx syscalls.
  * Updated lists of ETHTOOL_*, IORING_*, IPPROTO_*, RWF_*, STATX_*, and V4L2_*
    constants.
  * Updated lists of ioctl commands from Linux 6.11. (forwarded request 1201294 from AndreasSchwab)

OBS-URL: https://build.opensuse.org/request/show/1201295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=109
2024-09-16 15:40:14 +00:00
6401028099 - Update to strace 6.11
* Implemented decoding of uretprobe syscall.
  * Implemented decoding of WDIOC_GETSUPPORT and WDIOC_SETOPTIONS ioctl
    commands.
  * Enhanced decoding of unknown ioctl commands in non-abbreviated mode
    by printing the contents of the ioctl argument buffer in hexadecimal format.
  * Updated decoding of listmount, statmount, and statx syscalls.
  * Updated lists of ETHTOOL_*, IORING_*, IPPROTO_*, RWF_*, STATX_*, and V4L2_*
    constants.
  * Updated lists of ioctl commands from Linux 6.11.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=175
2024-09-15 19:38:27 +00:00
6 changed files with 68 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07
size 2600864

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABCgAGBQJmnNtFAAoJEKgEH6g54W42WPwQAIablkabYdKhde+qgTm4elFR
1P7P9rN0TQDRjdPR2RXE4YB+GIF4qMHtG44ocT9rNFE6ZSH1qnrFgGvfjCYuT0Cc
haZu6iWK0J2Fll5ejsvKkP/AncjyFT3K5hl41mJlkGdqwNvA/NDGJP/r5VklAyEy
Ky0pf5bPimma0cicw4gM2oATFVsGqbFoBj6j+/nOUXbVAf2oIhfKKmcVIBTjhZiE
iZLCZFmLisZ8twQR2FtTjTNC2ausm1X7F1Oz4TSSSnnv0G2eNlhG0tsYwCu63n5C
5ZsszdUcHpdcH3KQ/6r8Qyv9613N0mARzsN4dSXgeRNasABFn3KPgttf5eNpewP6
WAIypftZKkaBud75Sv94Ix6fz2paRKDxSzUrrSgmINKCNIi5/8CvTX/dSXmjyFHW
guTEE6SMbtVUkjmr4n9iMjzVk8KAnOUB17CizZ2rDAwHMBRoOOwB7zivMoxmPKuf
vxQbQ0afXcVNGvvDLbGLlWF2mbbmPekSV3nvnrf7rSRn7UYuBB+6ShBMmGOeKwMo
NBVfGu0BTM0fH41y7en0tz6eSUVW0QgL3wZCHrvarMfODfw+rKzxgmj/pg1FJdzQ
uaYRMJbG78FtD7QdhvZpPpsdD0Ab0r6ToOiWzRAw63827o7J4xPHjBf609FncoyZ
8UbY1x2EX39zgNUy9zsK
=jL5y
-----END PGP SIGNATURE-----

BIN
strace-6.13.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

16
strace-6.13.tar.xz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABCgAGBQJnkgQDAAoJEKgEH6g54W42uIMP/A8cSMbE/bdZBzSXq8Aw0ZUE
kjrfxZUK2/c85slpE/H3CjbeMbgsv3yqh9kEf37k+vgR252EjzroV2aZkgz/eHG1
Xq2M/7KCK+B5Ywykq637uhBv897GUlaOmj5usESlriv+/i05IzlXH/G3obP6LAfG
Gl8FA6a7AoSh3FUQwCrwnzQpoilSI1OEjjhvU5nCVpwanEmw/Kv0msgbN25R0GaH
FMfaS6UdS/pBa5R+18Hqrvxb2gDo5uu/m4RRCQ7om3TRDA9KdFwR0J+rKYqiWRCb
zeI+XRw4ODb8OYLBkajYsnfMaiKC4iDTK3sydSljiXGsUW0kTZpVrrcTGikK/J/h
rrBMftPP/yptPF3dlaYAovsj4iuGZqKJML6j320En4TY00mLtw/zdXVy3+uNUFxU
wiYWbwMrUmINXmp195LWM+2inRPKlTKyMdhRH/1LAEnKtIXXaFSBdVhpp+Njv4Hm
v25Mh5Ds+HU1gsbwMSFpyBZ2MlBXViNREFH/OoQCnwbfByNfait8ChfE3DStJHQA
gKvZi/iV9WkjQtMwpTVDLhJ8E2m5GHBzeSqYkrZiKTkCg1dal5fCBsdlr7w449RC
kMVpPuEYeohhzIAl5F7LoSUKu07Rj6OM27CjT+zjK0nZ7kGCK4oAK3QzOAxgojS9
/wEwt8m28kbPhdW4IbVj
=uxmc
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Thu Jan 23 11:56:38 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Update to strace 6.13
* Implemented decoding of getxattrat, setxattrat, listxattrat,
and removexattrat syscalls.
* Updated decoding of struct io_uring_clone_buffers, struct io_uring_napi,
and struct perf_event_attr.
* Updated decoding of crypto_user_alg netlink attributes of NETLINK_CRYPTO.
* Implemented decoding of IFLA_MCTP_PHYS_BINDING netlink attribute.
* Updated lists of AT_*, BPF_*, FAN_*, IORING_*, MADV_*, NT_*, and SCM_*
constants.
* Updated lists of ioctl commands from Linux 6.13.
-------------------------------------------------------------------
Mon Nov 18 15:58:54 UTC 2024 - Andreas Schwab <schwab@suse.de>
- Update to strace 6.12
* Implemented decoding of EPIOCGPARAMS and EPIOCSPARAMS ioctl commands.
* Implemented decoding of NS_GET_MNTNS_ID, NS_GET_PID_FROM_PIDNS,
NS_GET_TGID_FROM_PIDNS, NS_GET_PID_IN_PIDNS, NS_GET_TGID_IN_PIDNS,
NS_MNT_GET_INFO, NS_MNT_GET_NEXT, and NS_MNT_GET_PREV ioctl commands.
* Implemented decoding of FRA_DSCP netlink attribute.
* Implemented decoding of IORING_REGISTER_CLOCK and
IORING_REGISTER_CLONE_BUFFERS opcodes of io_uring_register syscall.
* Updated decoding of struct landlock_ruleset_attr.
* Updated lists of AUDIT_*, ETHTOOL_*, F_*, IORING_*, LSM_*, MAP_*, MSG_*,
NT_*, SCHED_*, SCM_*, SO_*, and V4L2_* constants.
* Updated lists of ioctl commands from Linux 6.12.
* Fix the syscall name printed by strace when PTRACE_GET_SYSCALL_INFO
is in use and a syscall is restarted by a just attached tracee using
restart_syscall mechanism.
-------------------------------------------------------------------
Sun Sep 15 17:56:26 UTC 2024 - Andreas Schwab <schwab@linux-m68k.org>
- Update to strace 6.11
* Implemented decoding of uretprobe syscall.
* Implemented decoding of WDIOC_GETSUPPORT and WDIOC_SETOPTIONS ioctl
commands.
* Enhanced decoding of unknown ioctl commands in non-abbreviated mode
by printing the contents of the ioctl argument buffer in hexadecimal format.
* Updated decoding of listmount, statmount, and statx syscalls.
* Updated lists of ETHTOOL_*, IORING_*, IPPROTO_*, RWF_*, STATX_*, and V4L2_*
constants.
* Updated lists of ioctl commands from Linux 6.11.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 24 13:49:53 UTC 2024 - Andreas Schwab <schwab@linux-m68k.org> Wed Jul 24 13:49:53 UTC 2024 - Andreas Schwab <schwab@linux-m68k.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package strace # spec file for package strace
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: strace Name: strace
Version: 6.10 Version: 6.13
Release: 0 Release: 0
Summary: A utility to trace the system calls of a program Summary: A utility to trace the system calls of a program
License: LGPL-2.1-or-later License: LGPL-2.1-or-later