package/strace: bump version to 6.18

Release notes: https://github.com/strace/strace/blob/v6.18/NEWS

Buildroot commit a06d79862a bumped the
linux kernel to version 6.18 which broke the build of strace.

The issue can be reproduced with commands:

    cat >.config <<EOF
    BR2_aarch64=y
    BR2_PACKAGE_STRACE=y
    EOF
    make olddefconfig
    make strace

The build is failing with error:

    listmount.c: In function 'print_mnt_id_req':
    listmount.c:39:16: error: 'struct mnt_id_req' has no member named 'spare'
       39 |         if (req.spare) {
          |                ^

Fixes:
https://autobuild.buildroot.org/results/8e3de892a1c4aa176a8b3a5defba48aa9830bc89/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
[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 <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-08 17:56:58 +01:00
committed by Julien Olivain
parent 6086429850
commit 8344efd764
2 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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+