package/strace: bump version to 6.19

Updated license hash due to copyright year bump:
4d6755b556

This bump includes two upstream commits
bf9384561f
822b5e840d

that fix build errors introduced by the bump of linux-headers to version
6.19 with buildroot commit 566150745b.
This bump is not included in any buildroot LTS branch so no backport
necessary.

Fixes:
https://autobuild.buildroot.net/results/7a3/7a35bfcae87b1fbe1d6e0c4271a364ce330c1d51/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-02-11 17:34:22 +01:00
committed by Julien Olivain
parent f8e89786f9
commit 267fac241c
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# 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
# https://raw.githubusercontent.com/strace/strace/refs/tags/v6.19/GPG-KEY
# https://strace.io/files/6.19/strace-6.19.tar.xz.asc
sha256 e076c851eec0972486ec842164fdc54547f9d17abd3d1449de8b120f5d299143 strace-6.19.tar.xz
sha256 b897cf6bb865cdd72f49fba6ca7b66ad075b9bc51d3cf372923220ce18b5350f COPYING
sha256 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa LGPL-2.1-or-later

View File

@@ -4,7 +4,7 @@
#
################################################################################
STRACE_VERSION = 6.18
STRACE_VERSION = 6.19
STRACE_SOURCE = strace-$(STRACE_VERSION).tar.xz
STRACE_SITE = https://github.com/strace/strace/releases/download/v$(STRACE_VERSION)
STRACE_LICENSE = LGPL-2.1+