Hello community, here is the log from the commit of package strace for openSUSE:Factory checked in at 2020-04-09 23:14:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/strace (Old) and /work/SRC/openSUSE:Factory/.strace.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "strace" Thu Apr 9 23:14:31 2020 rev:82 rq:791998 version:5.6 Changes: -------- --- /work/SRC/openSUSE:Factory/strace/strace.changes 2020-02-15 22:23:08.843235990 +0100 +++ /work/SRC/openSUSE:Factory/.strace.new.3248/strace.changes 2020-04-09 23:14:32.970213101 +0200 @@ -1,0 +2,52 @@ +Tue Apr 7 13:01:18 UTC 2020 - Andreas Schwab <[email protected]> + +- Update to strace 5.6 + * Changes in behaviour + * Messages about unknown tracees are now subject to the strace's quietness + setting (-q/--quiet). + * If -A option is provided without -o, or -S option without -c/-C, a warning + about its uselessness is printed now. + * The usage of --seccomp-bpf without -f has no effect now. + * Improvements + * Every short option now has a long option alias, which also has enabled + the following improvements: + * Ability to use human-readable settings for -I/--interruptible, + -D/--daemonize options. + * Ability to silence specific messages using -e quiet/--quiet qualifier + (an alias for the -q option), including those that couldn't be silenced + previously (path resolution messages and "superseded by execve"). + * Ability to specify selected fd decoding features using + -e decode-fds/--decode-fds qualifier (an alias for the -y option). + * Ability to set precision for the absolute timestamp, relative timestamp, + and syscall time output (using --absolute-timestamps, + --relative-timestamps, and --syscall-times options, respectively). + * Implemented ability to select the set of displayed columns in the call + summary output (-U/--summary-columns option). + * Implemented ability to sort on any summary column. + * Implemented ability to show information about minimum and maximum call + duration in the call summary output (addresses Debian bug #240945). + * Implemented printing of PIDs associated with pidfds in -yy mode. + * Implemented PTRACE_GETREGS API support on hppa, sh, sh64, and xtensa. + * Improved performance of libdw-based stack traces printing by implementing + a symbol-to-address cache. + * Implemented decoding of openat2 and pidfd_getfd syscalls. + * Enhanced io_uring_register, prctl, sched_getattr, and sched_setattr syscall + decoding. + * Implemented decoding of BPF_MAP_LOOKUP_BATCH, + BPF_MAP_LOOKUP_AND_DELETE_BATCH, BPF_MAP_UPDATE_BATCH, and + BPF_MAP_DELETE_BATCH bpf syscall commands. + * Enhanced decoding of BPF_MAP_CREATE and BPF_PROG_ATTACH bpf syscall + commands. + * Enhanced decoding of RTC_VL_READ ioctl command. + * Enhanced decoding of IFLA_* netlink attributes. + * Implemented HIDIOCGRAWUNIQ() ioctl command number printing. + * Wired up kexec_file_load syscall on hppa. + * Updated lists of AUDIT_*, BPF_*, CLONE_*, GRND_*, IFLA_*, IORING_*, + IPPROTO_*, KEY_*, KVM_*, RTM_F_*, SCHED_*, and *_MAGIC constants. + * Updated lists of ioctl commands from Linux 5.6. + * Bug fixes + * Fixed build on csky abiv1 architecture. + * Various minor fixes in VIDIOC_* ioctl output formatting. + * Fix printing of the size field for _IOC_NONE ioctl command numbers on sparc. + +------------------------------------------------------------------- Old: ---- strace-5.5.tar.xz strace-5.5.tar.xz.asc New: ---- strace-5.6.tar.xz strace-5.6.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ strace.spec ++++++ --- /var/tmp/diff_new_pack.cUWz9F/_old 2020-04-09 23:14:34.750214129 +0200 +++ /var/tmp/diff_new_pack.cUWz9F/_new 2020-04-09 23:14:34.754214132 +0200 @@ -1,7 +1,7 @@ # # spec file for package strace # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: strace -Version: 5.5 +Version: 5.6 Release: 0 Summary: A utility to trace the system calls of a program License: BSD-3-Clause ++++++ strace-5.5.tar.xz -> strace-5.6.tar.xz ++++++ ++++ 158396 lines of diff (skipped)
