From: Hauke Mehrtens Date: Thu, 3 Oct 2024 19:39:13 +0000 (+0200) Subject: strace: Update to version 6.11 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d104edcd1bd99729c7df79e9b466e9690016f1fb;p=openwrt%2Fopenwrt.git 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 --- 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 PKG_LICENSE:=LGPL-2.1-or-later