diff options
author | Nick Hainke <vincent@systemli.org> | 2022-07-02 18:51:15 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-11-07 12:29:08 +0200 |
commit | faf9d20a21f1e27c468d4faa847797f83b7ae7eb (patch) | |
tree | 9a656dbb37778772889625fa18a459fa38953f81 | |
parent | e95b359eaab94f0626cebdf18938d5f8ccff5b22 (diff) | |
download | upstream-faf9d20a21f1e27c468d4faa847797f83b7ae7eb.tar.gz upstream-faf9d20a21f1e27c468d4faa847797f83b7ae7eb.tar.bz2 upstream-faf9d20a21f1e27c468d4faa847797f83b7ae7eb.zip |
strace: update to 5.17
Improvements
- Added 64-bit LoongArch architecture support.
- Extended personality designation syntax of syscall specification expressions to support all@pers and %class@pers.
- Enhanced rejection of invalid syscall numbers in syscall specification expressions.
- Implemented decoding of set_mempolicy_home_node syscall, introduced in Linux 5.17.
- Implemented decoding of IFLA_GRO_MAX_SIZE and TCA_ACT_IN_HW_COUNT netlink attributes.
- Implemented decoding of PR_SET_VMA operation of prctl syscall.
- Implemented decoding of siginfo_t.si_pkey field.
- Implemented decoding of LIRC ioctl commands.
- Updated lists of FAN_*, IORING_*, IOSQE_*, KEY_*, KVM_*, MODULE_INIT_*, TCA_ACT_*, and *_MAGIC constants.
- Updated lists of ioctl commands from Linux 5.17.
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 36f3238dcb119f9e6b79e01d8f97776f67a7bfce)
-rw-r--r-- | package/devel/strace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile index 8f66ffbe47..7ca02f2914 100644 --- a/package/devel/strace/Makefile +++ b/package/devel/strace/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=strace -PKG_VERSION:=5.16 +PKG_VERSION:=5.17 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://strace.io/files/$(PKG_VERSION) -PKG_HASH:=dc7db230ff3e57c249830ba94acab2b862da1fcaac55417e9b85041a833ca285 +PKG_HASH:=5fb298dbd1331fd1e1bc94c5c32395860d376101b87c6cd3d1ba9f9aa15c161f PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=LGPL-2.1-or-later |