From 539352352a33063c45395766a3867663f162417c Mon Sep 17 00:00:00 2001 From: John Audia Date: Wed, 17 Dec 2025 15:46:11 -0500 Subject: [PATCH] strace: update to 6.18 Release Notes: - https://github.com/strace/strace/releases/tag/v6.18 Note this updated is needed in order to fix a build failure with the 6.18 kernel. Signed-off-by: John Audia Link: https://github.com/openwrt/openwrt/pull/21206 Signed-off-by: Hauke Mehrtens --- 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 36fcde84290..edf500fecf2 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.17 +PKG_VERSION:=6.18 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://strace.io/files/$(PKG_VERSION) -PKG_HASH:=0a7c7bedc7efc076f3242a0310af2ae63c292a36dd4236f079e88a93e98cb9c0 +PKG_HASH:=0ad5dcba973a69e779650ef1cb335b12ee60716fc7326609895bd33e6d2a7325 PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=LGPL-2.1-or-later -- 2.47.3