]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
udebug: update to Git HEAD (2026-07-08)
authorFelix Fietkau <nbd@nbd.name>
Wed, 8 Jul 2026 14:10:54 +0000 (16:10 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 8 Jul 2026 14:10:54 +0000 (16:10 +0200)
91591e698dac lib-ucode: fix heap buffer overflow in trace ring allocation
7530cc1d2bb2 lib-ucode: open kernel trace_pipe non-blocking
2fcb035141da lib-ucode: grow trace fetch buffer to fit oversized lines
c670cc4f9acc lib-ucode: close trace_pipe fd on trace ring error path
7690e66e6e08 udebug-cli: handle kernel trace buffer open failure
75843a1bfcc9 lib-ucode: avoid infinite loop on oversized trace lines

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/libs/udebug/Makefile

index 1c7c2c61ecc0946338715388672639e6fe566ae8..0803f204db08bd466094cec364ec7cb820c584b0 100644 (file)
@@ -11,9 +11,9 @@ PKG_NAME:=udebug
 CMAKE_INSTALL:=1
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/udebug.git
-PKG_MIRROR_HASH:=3e311a05ddc9f2641d3bda4b83a3c70a80a03b4de5cae663d1b8be336fe8c878
-PKG_SOURCE_DATE:=2026-01-16
-PKG_SOURCE_VERSION:=875e1a7af6ca9d86524d18169c3a79f4a1920053
+PKG_MIRROR_HASH:=ebd2369b01176fa60a1bafbe420dc0049fe4304e586b615260cf7726324955a2
+PKG_SOURCE_DATE:=2026-07-08
+PKG_SOURCE_VERSION:=75843a1bfcc99019fdb9bda8cafd28dc821c2be0
 PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))
 
 PKG_LICENSE:=GPL-2.0