]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
strace: update to 6.18 21206/head
authorJohn Audia <therealgraysky@proton.me>
Wed, 17 Dec 2025 20:46:11 +0000 (15:46 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 23 Dec 2025 17:04:03 +0000 (18:04 +0100)
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@proton.me>
Link: https://github.com/openwrt/openwrt/pull/21206
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/devel/strace/Makefile

index 36fcde842909f40d5743b714b95bcc694281fb35..edf500fecf2c83ff64a7da03894cf8d582f5a6d5 100644 (file)
@@ -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@nbd.name>
 PKG_LICENSE:=LGPL-2.1-or-later