From 8344efd7646d3eed0e2313b1f692bb662d6e2d8f Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Mon, 8 Dec 2025 17:56:58 +0100 Subject: [PATCH] package/strace: bump version to 6.18 Release notes: https://github.com/strace/strace/blob/v6.18/NEWS Buildroot commit a06d79862a60d3c8d5ddd6a9ab12b5ccdd91984c bumped the linux kernel to version 6.18 which broke the build of strace. The issue can be reproduced with commands: cat >.config < [Julien: - update pgp key comment in hash file - add commands to reproduce the issue and error log - add autobuilder failure log ] Signed-off-by: Julien Olivain --- package/strace/strace.hash | 7 ++++--- package/strace/strace.mk | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package/strace/strace.hash b/package/strace/strace.hash index f6833d08f0..268045ef1d 100644 --- a/package/strace/strace.hash +++ b/package/strace/strace.hash @@ -1,5 +1,6 @@ -# Locally calculated after checking signature with RSA key 0xA8041FA839E16E36 -# https://strace.io/files/6.17/strace-6.17.tar.xz.asc -sha256 0a7c7bedc7efc076f3242a0310af2ae63c292a36dd4236f079e88a93e98cb9c0 strace-6.17.tar.xz +# Locally calculated after checking signature with RSA key from +# https://raw.githubusercontent.com/strace/strace/refs/tags/v6.18/GPG-KEY +# https://strace.io/files/6.18/strace-6.18.tar.xz.asc +sha256 0ad5dcba973a69e779650ef1cb335b12ee60716fc7326609895bd33e6d2a7325 strace-6.18.tar.xz sha256 ca2a0994c57e48b16828008c80cdb626e471b6b59116a8443b2ce4e3c77ddc3b COPYING sha256 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa LGPL-2.1-or-later diff --git a/package/strace/strace.mk b/package/strace/strace.mk index c693d15bf9..5230b4d60c 100644 --- a/package/strace/strace.mk +++ b/package/strace/strace.mk @@ -4,7 +4,7 @@ # ################################################################################ -STRACE_VERSION = 6.17 +STRACE_VERSION = 6.18 STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz STRACE_SITE = https://github.com/strace/strace/releases/download/v$(STRACE_VERSION) STRACE_LICENSE = LGPL-2.1+