[openwrt/openwrt] strace: update to 6.18
LEDE Commits
lede-commits at lists.infradead.org
Tue Dec 23 09:04:39 PST 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/539352352a33063c45395766a3867663f162417c
commit 539352352a33063c45395766a3867663f162417c
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Wed Dec 17 15:46:11 2025 -0500
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 <therealgraysky at proton.me>
Link: https://github.com/openwrt/openwrt/pull/21206
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
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 36fcde8429..edf500fecf 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 <nbd at nbd.name>
PKG_LICENSE:=LGPL-2.1-or-later
More information about the lede-commits
mailing list