[openwrt/openwrt] libtracefs: update to 1.8.3

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 6 11:38:03 PST 2026


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/eba0e822f66ad6fd2a1719b7986e57023368169a

commit eba0e822f66ad6fd2a1719b7986e57023368169a
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Thu Feb 5 21:29:35 2026 +0100

    libtracefs: update to 1.8.3
    
    Changelog:
    6fad6a1 libtracefs: version 1.8.3
    5505e14 libtracefs: Do not have utest fail debugfs/tracing not found
    362574c libtracefs: Fix whitespace in enable_disable_all()
    06c07be libtracefs: Make comm field a string
    0a2a28f libtracefs/Documentation: Fix markup in the man page
    57fcdc1 libtracefs: utest: Return non-zero exit code when something fails
    ae03455 libtracefs: Fix tracefs_event_is_enabled() for all events
    01a3fd3 libtracefs: Fix enum type in read_event_state
    ef1656b libtracefs: Fix the /dev/null redirection compatibility in Makefile
    
    Link: https://github.com/openwrt/openwrt/pull/21886
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/libtracefs/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/libtracefs/Makefile b/package/libs/libtracefs/Makefile
index f7143ad531..756c3d7836 100644
--- a/package/libs/libtracefs/Makefile
+++ b/package/libs/libtracefs/Makefile
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libtracefs
-PKG_VERSION:=1.8.2
+PKG_VERSION:=1.8.3
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/snapshot/
-PKG_HASH:=255980e1da5648fbbc32777ed8457b485b2b96f3449674610b46d9c437271209
+PKG_HASH:=a9cd9cbae81b7fff71b3f72d2b819e49cec0402529e5f252e1d9319a62a356cb
 
 PKG_MAINTAINER:=Nick Hainke <vincent at systemli.org>
 




More information about the lede-commits mailing list