From: Nick Hainke Date: Tue, 25 Mar 2025 16:31:24 +0000 (+0100) Subject: libtracefs: update to 1.8.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96a30d08d0d938f57e6bc267e6adbe86a7ff7e57;p=thirdparty%2Fopenwrt.git libtracefs: update to 1.8.1 ChangeLog 417c2e3 libtracefs: version 1.8.1 41efd9e libtracefs: Add meson build targets to Makefile 310b796 libtracefs utest: Add better logic to cause missed events b589e32 libtracefs: Add cpu-map sample to trace mapped buffer 4ede86e libtracefs: Enable mmapped ring buffer e6737d4 libtracefs: Initialize val in build_filter() 590e452 libtracefs: Close dir in the error path in tracefs_event_systems() 0309a87 libtracefs: Close dir in the error path in tracefs_system_events() f34fb1f libtracefs: Prevent memory leak in tracefs_dynevent_get_all() 48e906b libtracefs: my_yyinput() should return 0 when no data can be read 5e5b2a7 libtracefs: Prevent memory leak in tracefs_instance_create() 8f2593f libtracefs: Prevent a memory leak in open_cpu_files() 7d77b83 libtracefs: Prevent a memory leak in tracefs_system_events() 7fcd8d2 libtracefs: Prevent a memory leak in add_func_str() a01d0ba libtracefs: Don't leak socket file descriptor in open_vsock() efdf7f7 libtracefs: Prevent memory leak in tracefs_event_systems() 2342293 libtracefs: Prevent a memory leak in tracefs_synth_add_end_field() 1c95394 libtracefs: Prevent a memory leak in update_fields() 6b35665 libtracefs: Prevent memory leak in append_filer() aecc0b7 libtracefs: Call va_end() before exiting tracefs_hist_set_sort_key() a5e37f7 libtracefs: Add trace-mmap.c to meson build 8f62e96 libtracefs meson: Use SemVer in the build description e04fa01 meson: Add utest option fb213a4 libtracefs: Update trace_buffer_meta 04505a0 libtracefs utest: Include libgen.h for basename() 7b4a9c9 libtracefs utest: Define _LARGEFILE64_SOURCE for lseek64() with musl ba75081 libtracefs utest: Add PATH_MAX if it is not already defined 5f27b7f libtracefs: Update the kbuf for previous read in trace_mmap_load_subbuf() 73ac9c1 libtracefs: Fix tracefs_instance_reset() of triggers 7d15d77 libtracefs meson: build tracefs-mmap by default Link: https://github.com/openwrt/openwrt/pull/18349 Signed-off-by: Nick Hainke --- diff --git a/package/libs/libtracefs/Makefile b/package/libs/libtracefs/Makefile index 0496f5983e0..b1a370df520 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.0 +PKG_VERSION:=1.8.1 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:=f92475d5c4cb509983697fb359ee615bef4f08ed8bdc9c690f6118ba68886de0 +PKG_HASH:=d295aa20d711c313a9e229dbd15ba14026f0c1a50d57ae8b0823cc561b23745f PKG_MAINTAINER:=Nick Hainke