Skip to content

Commit dbcb5fb

Browse files
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: openwrt#21886 Signed-off-by: Nick Hainke <vincent@systemli.org>
1 parent eba0e82 commit dbcb5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/libs/libtraceevent/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=libtraceevent
4-
PKG_VERSION:=1.8.6
4+
PKG_VERSION:=1.9.0
55
PKG_RELEASE:=1
66

77
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
88
PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/snapshot/
9-
PKG_HASH:=812547d2f7b248485c183be2799b7041038ee44183000705609754b128c84c6f
9+
PKG_HASH:=e6d82cb2392d04866203387fa092692e4282ccc36c8235dc129afd1ceba12684
1010

1111
PKG_MAINTAINER:=Nick Hainke <vincent@systemli.org>
1212

0 commit comments

Comments
 (0)