Accepting request 1159830 from devel:tools

- Update to strace 6.8
  * Renamed --stack-traces to --stack-trace for consistency.
    Old option is retained for backwards compatibility.
  * Implemented --stack-trace-frame-limit=N option for configuring the limit
    of the number of printed backtrace frames.
  * Implemented decoding of statmount, listmount, lsm_get_self_attr,
    lsm_set_self_attr, and lsm_list_modules syscalls.
  * Implemented decoding of setsockopt(TCP_AO_ADD_KEY).
  * Updated decoding of landlock_create_ruleset and landlock_add_rule syscalls.
  * Updated decoding of SMC_DIAG_DMBINFO netlink attribute.
  * Updated decoding of UBI_IOCATT ioctl command.
  * Enhanced decoding of mount attributes of fsmount and mount_setattr syscalls.
  * Updated lists of BPF_*, KEXEC_*, KVM_*, PERF_*, SOL_*, STATX_*, UFFD_*,
    and V4L2_* constants.
  * Updated lists of ioctl commands from Linux 6.8. (forwarded request 1159829 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/1159830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=105
This commit is contained in:
Ana Guerrero 2024-03-21 16:00:10 +00:00 committed by Git OBS Bridge
commit 758905d7b7
6 changed files with 39 additions and 20 deletions

BIN
strace-6.7.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,16 +0,0 @@
-----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-----

3
strace-6.8.tar.xz Normal file
View File

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

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

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABCgAGBQJl+oJiAAoJEKgEH6g54W427MAQAJDYbalG7kIVkqv++6BH6aV1
6USyjo8rAYheeWTxQhQa4UkMSvE+PW/cbl54GnH2C1uNYTO2etdk1G501OvNs9zW
UIdkCD37yLmleQBfRt9asv6k2LWY0pBGelbWRwSng0Wj/Sfhbpzs0Sn8mrS9Rriv
3Npi2Cxr3TIgk/nQ2HOAjYH8SPUZ1cKSFECkivoT7NHz8RPX8uVmgJqwBKOyVhfV
eJahk15aHqmOMy32Aqz8Ooenqy5M+d371h6Ya9Ft17t2YP2F6sFCYF31pMOO7ooa
j0KZbmeobm4j4cVEYw4UHn1jGfKSJv4d39Tdsk2j5EdBThB3aHqenO8o8Vj9OTid
VB85d/oZclt+yJMMggM9TmSztHf18uy97d3wm68Dd20ijIQcJwVEODHyfn1Ys7pb
HZbLOH0Atomy7jluKQVG1VnqRf8wcm7gvuVD9wSgDgPhPuITqMOL5ubQ2cH1uXwX
6a5QRRvF+TuQjXKldBrTqt7bOAv4UfYnsBpWp0F/IDCN6jrfRqnJYZqW16Dky2AA
4CgMwVbfLyrRDwgaRAwK8ER37JwT3goxWyX+zhkVP9K+ROF+MlYZJ2ggdkdiUoIo
OJxkkirGI9ya1i/xTwV396KIMA0kRci85fs8+r3D3oAYjaPMJS5BL/AdU73QAF+P
gVNb1qJIi37GVnTXWmP7
=TyLf
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Mar 20 10:06:56 UTC 2024 - Andreas Schwab <schwab@suse.de>
- Update to strace 6.8
* Renamed --stack-traces to --stack-trace for consistency.
Old option is retained for backwards compatibility.
* Implemented --stack-trace-frame-limit=N option for configuring the limit
of the number of printed backtrace frames.
* Implemented decoding of statmount, listmount, lsm_get_self_attr,
lsm_set_self_attr, and lsm_list_modules syscalls.
* Implemented decoding of setsockopt(TCP_AO_ADD_KEY).
* Updated decoding of landlock_create_ruleset and landlock_add_rule syscalls.
* Updated decoding of SMC_DIAG_DMBINFO netlink attribute.
* Updated decoding of UBI_IOCATT ioctl command.
* Enhanced decoding of mount attributes of fsmount and mount_setattr syscalls.
* Updated lists of BPF_*, KEXEC_*, KVM_*, PERF_*, SOL_*, STATX_*, UFFD_*,
and V4L2_* constants.
* Updated lists of ioctl commands from Linux 6.8.
-------------------------------------------------------------------
Thu Feb 1 14:42:14 UTC 2024 - Cathy Hu <cathy.hu@suse.com>

View File

@ -17,7 +17,7 @@
Name: strace
Version: 6.7
Version: 6.8
Release: 0
Summary: A utility to trace the system calls of a program
License: BSD-3-Clause