Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package strace for openSUSE:Factory checked 
in at 2023-10-31 20:24:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/strace (Old)
 and      /work/SRC/openSUSE:Factory/.strace.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "strace"

Tue Oct 31 20:24:30 2023 rev:102 rq:1121447 version:6.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/strace/strace.changes    2023-09-11 
21:19:50.576369889 +0200
+++ /work/SRC/openSUSE:Factory/.strace.new.17445/strace.changes 2023-10-31 
20:24:38.655613921 +0100
@@ -1,0 +2,25 @@
+Tue Oct 31 11:58:57 UTC 2023 - Andreas Schwab <[email protected]>
+
+- Update to strace 6.6
+  * Implemented --kill-on-exit option that instructs the tracer to set
+    PTRACE_O_EXITKILL option to all tracee processes and not to detach them
+    on cleanup so they will not be left running after the tracer exit.
+  * Implemented automatic activation of --kill-on-exit option when
+    --seccomp-bpf is enabled and -p/--attach option is not used.
+  * Implemented decoding of map_shadow_stack syscall.
+  * Implemented decoding of FSCONFIG_CMD_CREATE_EXCL fsconfig command.
+  * Implemented decoding of IFLA_BRPORT_BACKUP_NHID netlink attribute.
+  * Implemented decoding of SECCOMP_IOCTL_NOTIF_SET_FLAGS ioctl.
+  * Implemented decoding of UFFDIO_CONTINUE, UFFDIO_POISON, and
+    UFFDIO_WRITEPROTECT ioctls.
+  * Updated lists of ARCH_*, BPF_*, DEVCONF_*, IORING_*, KEXEC_*, MAP_*, NT_*,
+    PTRACE_*, QFMT_*, SEGV_*, UFFD_*, V4L2_*, and XDP_* constants.
+  * Updated lists of ioctl commands from Linux 6.6.
+
+-------------------------------------------------------------------
+Mon Oct 30 14:45:35 UTC 2023 - Antonio Teixeira <[email protected]>
+
+- Remove haveged build requirement and usage in test suite as it is
+  not needed anymore (jsc#PED-6184).
+
+-------------------------------------------------------------------

Old:
----
  strace-6.5.tar.xz
  strace-6.5.tar.xz.asc

New:
----
  strace-6.6.tar.xz
  strace-6.6.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ strace.spec ++++++
--- /var/tmp/diff_new_pack.0afsM5/_old  2023-10-31 20:24:39.303637723 +0100
+++ /var/tmp/diff_new_pack.0afsM5/_new  2023-10-31 20:24:39.303637723 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           strace
-Version:        6.5
+Version:        6.6
 Release:        0
 Summary:        A utility to trace the system calls of a program
 License:        BSD-3-Clause
@@ -29,7 +29,6 @@
 Source2:        
https://github.com/strace/strace/releases/download/v%{version}/%{name}-%{version}.tar.xz.asc
 Source3:        %{name}.keyring
 Source4:        baselibs.conf
-BuildRequires:  haveged
 BuildRequires:  libacl-devel
 BuildRequires:  libaio-devel
 %if 0%{?suse_version} >= 1500
@@ -70,14 +69,7 @@
 # Exclude testsuite for qemu builds, qemu-linux-user doesn't support ptrace.
 %if !0%{?qemu_user_space_build}
 %check
-haveged=$(PATH=$PATH:/sbin:%{_sbindir} type -p haveged)
-if test -n "$haveged" && ! /sbin/checkproc $haveged ; then
-    $haveged --pidfile=$PWD/haveged.pid < /dev/null 1>&0 2>&0 || true
-fi
 make %{?_smp_mflags} check || cat tests/test-suite.log
-if test -s $PWD/haveged.pid ; then
-    /sbin/killproc -p $PWD/haveged.pid $haveged
-fi
 %endif
 
 %install

++++++ strace-6.5.tar.xz -> strace-6.6.tar.xz ++++++
++++ 34410 lines of diff (skipped)

Reply via email to