summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2024-10-03 19:39:13 +0000
committerHauke Mehrtens2024-10-05 10:27:19 +0000
commitd104edcd1bd99729c7df79e9b466e9690016f1fb (patch)
tree0a9e24f6958751a07b16101a4ce25a70cabadd80
parent1a55d90320c169e1e45faa88e5ade69f85af1c9c (diff)
downloadopenwrt-d104edcd1bd99729c7df79e9b466e9690016f1fb.tar.gz
strace: Update to version 6.11
Release Notes: https://github.com/strace/strace/releases/tag/v6.8 https://github.com/strace/strace/releases/tag/v6.9 https://github.com/strace/strace/releases/tag/v6.10 https://github.com/strace/strace/releases/tag/v6.11 Small size increase: 323788 bin/packages/mips_24kc-old/base/strace_6.7-r1_mips_24kc.ipk 336988 bin/packages/mips_24kc-new/base/strace_6.11-r1_mips_24kc.ipk Link: https://github.com/openwrt/openwrt/pull/16585 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--package/devel/strace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile
index c4c395566b..f418bea5a7 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.7
+PKG_VERSION:=6.11
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://strace.io/files/$(PKG_VERSION)
-PKG_HASH:=2090201e1a3ff32846f4fe421c1163b15f440bb38e31355d09f82d3949922af7
+PKG_HASH:=83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_LICENSE:=LGPL-2.1-or-later