[openwrt/openwrt] libtraceevent: update to 1.9.0

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


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

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

    libtraceevent: update to 1.9.0
    
    Changelog:
    13701b5 libtraceevent: 1.9
    6a3a815 libtraceevent: Add tep_load_modules() API
    31fc91b libtraceevent: Add tep_parse_last_boot_info()
    5e4ef1f libtraceevent: Add tep_btf_list_args()
    aa49dce libtraceevent: Split out btf func init code from tep_btf_print_args()
    239b063 libtraceevent: Do not change names of functions not of this library
    c284dec libtraceevent: Handle __get_stacktrace()
    1ba1262 libtraceevent: Move back to 1.8.99
    263459e libtraceevent: Use BTF_INT_BITS/OFFSET() when parsing int parameters
    0294b73 libtraceevent utest: Add simple test to test BTF parsing
    38e03ac libtraceevent: Have BTF find functions with extra characters
    b441fff libtraceevent: Add man page for the new BTF functions
    87f30d9 libtraceevent: Add loading of BTF to the tep handle
    3488dc9 libtraceevent: Move to 1.9 devel
    
    Link: https://github.com/openwrt/openwrt/pull/21886
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/libtraceevent/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/libtraceevent/Makefile b/package/libs/libtraceevent/Makefile
index 34da6f04c3..72b0718d00 100644
--- a/package/libs/libtraceevent/Makefile
+++ b/package/libs/libtraceevent/Makefile
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libtraceevent
-PKG_VERSION:=1.8.6
+PKG_VERSION:=1.9.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot/
-PKG_HASH:=812547d2f7b248485c183be2799b7041038ee44183000705609754b128c84c6f
+PKG_HASH:=e6d82cb2392d04866203387fa092692e4282ccc36c8235dc129afd1ceba12684
 
 PKG_MAINTAINER:=Nick Hainke <vincent at systemli.org>
 




More information about the lede-commits mailing list