public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] strace: Update to version 6.6
Date: Fri, 10 Nov 2023 11:59:06 +0100	[thread overview]
Message-ID: <20231110105910.11113-9-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20231110105910.11113-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3367 bytes --]

- Update from version 6.3 to 6.6
- Update of rootfile not required
- Changelog
    6.6 (2023-10-31)
	* Improvements
	  * 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.
    6.5 (2023-09-01)
	* Improvements
	  * Implemented decoding of cachestat and fchmodat2 syscalls.
	  * Implemented decoding of SO_PASSPIDFD and SO_PEERPIDFD socket options.
	  * Implemented decoding of SCM_PIDFD control messages.
	  * Implemented decoding of BPF_ENABLE_STATS, BPF_ITER_CREATE, BPF_LINK_DETACH,
	    and BPF_PROG_BIND_MAP bpf syscall commands.
	  * Updated decoding of BPF_OBJ_PIN and BPF_OBJ_GET bpf syscall commands.
	  * Updated lists of AT_*, BPF_*, IORING_*, KVM_*, MOVE_MOUNT_*, NFT_*, NT_*,
	    PR_*, and V4L2_* constants.
	  * Updated lists of ioctl commands from Linux 6.5.
    6.4 (2023-06-26)
	* Improvements
	  * Implemented decoding of IFLA_BRPORT_NEIGH_VLAN_SUPPRESS netlink attribute.
	  * Implemented decoding of IP_PROTOCOL type control messages and socket option.
	  * Updated lists of BPF_*, IP_*, KVM_*, MDBA_*, PACKET_*, PR_*, PTRACE_*,
	    UFFD_*, and V4L2_PIX_FMT_* constants.
	  * Updated lists of ioctl commands from Linux 6.4.
	* Bug fixes
	  * Turn --seccomp-bpf off when --syscall-limit option is specified.
	  * Fixed --trace-fds filtering support of syscalls taking file descriptor
	    arguments that do not normally have a path associated with them.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/strace | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/strace b/lfs/strace
index 8fdbe5a51..2ce9b26d8 100644
--- a/lfs/strace
+++ b/lfs/strace
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = A utility to trace the system calls of a program
 
-VER        = 6.3
+VER        = 6.6
 # SUP_ARCHES = x86_64 aarch64
 
 THISAPP    = strace-$(VER)
@@ -35,7 +35,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = strace
-PAK_VER    = 9
+PAK_VER    = 10
 
 DEPS       = elfutils
 
@@ -49,7 +49,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 7373ebddd6f23713b752ed91598e536d61e08865907c7825dd3492574c7feb0ad6d56bea0e144e1082ac1882d68bb5f160f25e70bfc6e2fd47571ef2c40403fb
+$(DL_FILE)_BLAKE2 = f1465fec58ac20ccce6a88441a34b1402e5c51f0bb4b7963f69b5ab5019a8c8722e3406c6f93c10c1eea11d17de7f9874895d6f4df24cf9ec42a18f36267687b
 
 install : $(TARGET)
 
-- 
2.42.1


  parent reply	other threads:[~2023-11-10 10:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-10 10:58 [PATCH] elfutils: Update to version 0.190 Adolf Belka
2023-11-10 10:58 ` [PATCH] hwdata: Update pci.ids to 2023.09.22 and usb.ids to 2023.11.08 Adolf Belka
2023-11-10 10:59 ` [PATCH] nut: Update to version 2.8.1 Adolf Belka
2023-11-10 10:59 ` [PATCH] qemu-ga: Update to version 8.1.2 Adolf Belka
2023-11-10 10:59 ` [PATCH] qemu: " Adolf Belka
2023-11-10 10:59 ` [PATCH] sdl2: Update to version 2.18.5 Adolf Belka
2023-11-10 10:59 ` [PATCH] shadow: Update to version 4.14.2 Adolf Belka
2023-11-10 10:59 ` [PATCH] sqlite: Update to version 3440000 Adolf Belka
2023-11-10 10:59 ` Adolf Belka [this message]
2023-11-10 10:59 ` [PATCH] sudo: Update to version 1.9.15p2 Adolf Belka
2023-11-10 10:59 ` [PATCH] usbutils: Update to version 017 Adolf Belka
2023-11-10 10:59 ` [PATCH] xfsprogs: Update to version 6.5.0 Adolf Belka
2023-11-10 10:59 ` [PATCH] xz: Update to version 5.4.5 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231110105910.11113-9-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox