package/strace: bump to version 5.18
update version to fix the compiler issue like below for the kernel 6.1:
xlat/fcntlcmds.h:53:7: error: ‘F_GETLK64’ undeclared here (not in a function); did you mean ‘F_GETLK’?
53 | XLAT(F_GETLK64),
| ^~~~~~~~~
xlat.h:64:54: note: in definition of macro ‘XLAT’
64 | # define XLAT(val) { (unsigned)(val), #val }
| ^~~
Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
This commit is contained in:
Regular → Executable
+3
-3
@@ -1,5 +1,5 @@
|
||||
# Locally calculated after checking signature with RSA key 0xA8041FA839E16E36
|
||||
# https://strace.io/files/5.14/strace-5.14.tar.xz.asc
|
||||
sha256 901bee6db5e17debad4530dd9ffb4dc9a96c4a656edbe1c3141b7cb307b11e73 strace-5.14.tar.xz
|
||||
sha256 f847d5ef26ad1151ca63bb88536b23a4cac5040c67917f3d5ee7ea1316e2b736 COPYING
|
||||
# https://strace.io/files/5.18/strace-5.18.tar.xz.asc
|
||||
sha256 60293ea79ac9253d600cdc9be077ad2988ca22284a439c9e66be5150db3d1187 strace-5.18.tar.xz
|
||||
sha256 d92f973d08c8466993efff1e500453add0c038c20b4d2cbce3297938a296aea9 COPYING
|
||||
sha256 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa LGPL-2.1-or-later
|
||||
|
||||
Reference in New Issue
Block a user