Accepting request 714933 from devel:tools

- Update to strace 5.2
  * Improvements
    * Implemented syscall return status filtering with -e status=set option
      and its aliases: -z (limit syscall printing to successful syscalls only)
      and -Z (limit syscall printing to failed syscalls only).
    * Implemented decoding of open_tree, move_mount, fsopen, fsconfig, fsmount,
      and fspick syscalls.
    * Enhanced decoding of bpf, clone, inotify_init, mbind, and set_mempolicy
      syscalls.
    * Updated lists of AT_*, AUDIT_*, BPF_*, CLONE_*, ETH_*, KEY_*, KVM_*, MPOL_*,
      TIPC_*, and V4L2_* constants.
    * Updated lists of ioctl commands from Linux 5.2.
  * Bug fixes
    * Fixed syscall tampering on powerpc, powerpc64, sparc, and sparc64 when
      PTRACE_GET_SYSCALL_INFO is in use.
    * Fixed build with cutting-edge toolchain. (forwarded request 714932 from AndreasSchwab)

OBS-URL: https://build.opensuse.org/request/show/714933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=76
This commit is contained in:
Dominique Leuenberger 2019-07-16 06:28:50 +00:00 committed by Git OBS Bridge
commit 87a1fe3cf6
6 changed files with 40 additions and 20 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABCAAGBQJc5UoJAAoJEKgEH6g54W42OW8P/jYPluZ0EPQswzIY8iTy4SER
7SFEIJ0cFYjvLwW720PWrnmDU/+qK8Akl0SaeF3KlJbMITS/C7hOFDgIclaahzP/
KfX1z1JQRoehlJdATnduo0Da5Wu/pestWRvYu8e6Ca6on3GfHmGTfWyOTmzL3zT4
Vt/cme7WlY23Ej2BiEjlVeq6MuxnUiQoh8/f1WXVtbTyQCMNW+w8xxlUlLoyNJIZ
SSwM+g29ds7nbGgFSG8qrCjZ/kfrwEj2exa3DVVNrPndNrKTXUoVjCw1FYKlczhJ
ZPvuweeNshXxp+EXYpLSY1V5Xkz0CaBayITmAx5CBYtXRBNL0brAyYu4VjI59iOp
LJn7MNDhl0jJGZg4lcwTMRcJDmfZZXioEdbk7zb1aNeJtIvjTGnJnwOMklAGLaE/
OfQSaXxARy73yYWtCC9I2cZlOQZf42Xr0SjehIwJCtPUqnkFajaV6i0TShatt2e0
n4zsv43aQihh6+enUrKdWT2a2MQPXTFZ77nNZ1DQputs3N/zzMXFf9uR0YH2EYl8
/Hg6fXFpFcj7VPn901Dwky+A7k4On6fppssQNF0fQ5Wui+FBb76xZcpZattSzsIL
u0X3x/7w4rqagZ5TNFFbu1jLY4g9qTYjcfOKQ+DgHe+YjQyECazywB8a1ujrzdKw
0flE0fp5uO19NQohi52B
=/tO0
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABCAAGBQJdKIdcAAoJEKgEH6g54W42jLYP/AgIfYBO0ZOFkTpmMCI9tRMp
rLMjYxZ3TbXpXKiwp/Cz2iXVIlbD2WgzVjswvtjp8f/bcRxCl1UwLaGRuAUd6pnJ
2NDqac2Msgotrw2pZsqfvVkGuFirpEa+0tXlE3WOXW8X8z55UcWqHCbgsyX6LJS0
YIeTwicXQtdS7d2yCOsNWkziPR+9GUTbKtS5Bjz+nf6H8trHn3kMo3CtigBZH2c/
gUhdtigK9R6GzMNF3PTbZaZW3N3h899Zn+DPRK3XMRCDGjV7EI9orrq1g1wm11J3
YIKz3S5KD55sedOSvcNo9BiixIRjO6H8liyKz5kg4dq06od0tjRBE2Vo80eehIBW
Ek+NzkC2naw++kJWlHVipD2+g7Dt8UepoJJu4yNgLWM0R8Cvg0CV1/fhMUpClxO3
FmsC3lfURuZM0XITJqYQRtdEdXY0WbVWuKweH9xmvMVwyfhE7CxcRl/xPjO+PiEf
+mkuMqZekYleH+NuOUbhV2X3NB7gDpFyZVehCczy89HaB3zDMJbNjZWSYHBko6JK
67r0rd3/684vL3gZ4WFodCA3U0Qk73JDGdIJjYIsv+b5xYVhozHatXVsYOdxZGMb
VZJtUEINnonwk52bFw1+nZm/RnWs+e8z97y+F8vPn8YLH8TvsDAz6gD/PhOWsT9u
ikEAiT+1svNb+98QPMcH
=YqS1
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Jul 12 21:29:45 UTC 2019 - Andreas Schwab <schwab@linux-m68k.org>
- Update to strace 5.2
* Improvements
* Implemented syscall return status filtering with -e status=set option
and its aliases: -z (limit syscall printing to successful syscalls only)
and -Z (limit syscall printing to failed syscalls only).
* Implemented decoding of open_tree, move_mount, fsopen, fsconfig, fsmount,
and fspick syscalls.
* Enhanced decoding of bpf, clone, inotify_init, mbind, and set_mempolicy
syscalls.
* Updated lists of AT_*, AUDIT_*, BPF_*, CLONE_*, ETH_*, KEY_*, KVM_*, MPOL_*,
TIPC_*, and V4L2_* constants.
* Updated lists of ioctl commands from Linux 5.2.
* Bug fixes
* Fixed syscall tampering on powerpc, powerpc64, sparc, and sparc64 when
PTRACE_GET_SYSCALL_INFO is in use.
* Fixed build with cutting-edge toolchain.
-------------------------------------------------------------------
Wed May 22 14:45:21 UTC 2019 - Andreas Schwab <schwab@suse.de>

View File

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