[openwrt/openwrt] strace: Update to version 6.12

LEDE Commits lede-commits at lists.infradead.org
Mon Jun 16 06:49:10 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/976b09707e8eb988b75adfb1e22c85f5ebd44762

commit 976b09707e8eb988b75adfb1e22c85f5ebd44762
Author: Tony Ambardar <itugrok at yahoo.com>
AuthorDate: Thu Jan 2 00:47:14 2025 -0800

    strace: Update to version 6.12
    
    Release Notes:
    https://github.com/strace/strace/releases/tag/v6.12
    
    Signed-off-by: Tony Ambardar <itugrok at yahoo.com>
    Link: https://github.com/openwrt/openwrt/pull/17457
    Signed-off-by: Nick Hainke <vincent at systemli.org>
    (cherry picked from commit 389dd8dcf6a21b608e6418ec48368f9615afa740)
    Link: https://github.com/openwrt/openwrt/pull/19099
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 f418bea5a7..892c05467e 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.11
+PKG_VERSION:=6.12
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://strace.io/files/$(PKG_VERSION)
-PKG_HASH:=83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5
+PKG_HASH:=c47da93be45b6055f4dc741d7f20efaf50ca10160a5b100c109b294fd9c0bdfe
 
 PKG_MAINTAINER:=Felix Fietkau <nbd at nbd.name>
 PKG_LICENSE:=LGPL-2.1-or-later




More information about the lede-commits mailing list