[openwrt/openwrt] strace: update to 6.14
LEDE Commits
lede-commits at lists.infradead.org
Tue Mar 25 15:26:13 PDT 2025
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2345d40c43af4d84baee98b775fc25899e13726b
commit 2345d40c43af4d84baee98b775fc25899e13726b
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Tue Mar 25 20:34:36 2025 +0100
strace: update to 6.14
Release Notes:
- https://github.com/strace/strace/releases/tag/v6.13
- https://github.com/strace/strace/releases/tag/v6.14
Link: https://github.com/openwrt/openwrt/pull/18350
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/devel/strace/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile
index 892c05467e..d2708b60cd 100644
--- a/package/devel/strace/Makefile
+++ b/package/devel/strace/Makefile
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=strace
-PKG_VERSION:=6.12
+PKG_VERSION:=6.14
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://strace.io/files/$(PKG_VERSION)
-PKG_HASH:=c47da93be45b6055f4dc741d7f20efaf50ca10160a5b100c109b294fd9c0bdfe
+PKG_HASH:=244f3b5c20a32854ca9b7ca7a3ee091dd3d4bd20933a171ecee8db486c77d3c9
PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
PKG_LICENSE:=LGPL-2.1-or-later
More information about the lede-commits
mailing list