[openwrt/openwrt] strace: update to 6.17

LEDE Commits lede-commits at lists.infradead.org
Wed Oct 15 02:16:25 PDT 2025


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2bf409fd8b5900215aaf9520a6f02972c6546e8a

commit 2bf409fd8b5900215aaf9520a6f02972c6546e8a
Author: air jinkela <air_jinkela at 163.com>
AuthorDate: Tue Oct 14 12:34:54 2025 +0800

    strace: update to 6.17
    
    Release Notes:
    - https://github.com/strace/strace/releases/tag/v6.17
    - https://github.com/strace/strace/releases/tag/v6.16
    
    Signed-off-by: air jinkela <air_jinkela at 163.com>
    Link: https://github.com/openwrt/openwrt/pull/20403
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/devel/strace/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile
index ec5e6fb5be..36fcde8429 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:=6.15
+PKG_VERSION:=6.17
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://strace.io/files/$(PKG_VERSION)
-PKG_HASH:=8552dfab08abc22a0f2048c98fd9541fd4d71b6882507952780dab7c7c512f51
+PKG_HASH:=0a7c7bedc7efc076f3242a0310af2ae63c292a36dd4236f079e88a93e98cb9c0
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_LICENSE:=LGPL-2.1-or-later




More information about the lede-commits mailing list