[openwrt/openwrt] udebug: update to Git HEAD (2025-07-23)

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 23 02:54:02 PDT 2025


nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7b0ce213e9b678522dae49bac7b20681a123f019

commit 7b0ce213e9b678522dae49bac7b20681a123f019
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Jul 23 11:53:02 2025 +0200

    udebug: update to Git HEAD (2025-07-23)
    
    5d10084ea885 lib-ucode.c: add #define _GNU_SOURCE
    a95364b41d52 udebug-cli: fix terminating uloop
    c00eb9b685a8 ucode: use FILE handle for pcap output
    4265167cb6e8 ucode: add error reporting to pcap_write
    4a908ee731a6 udebug-cli: stop event loop on write failure
    6e04f4187231 ucode: use ucv_resource_create_ex for remote rings
    c297f04e1852 ucode: drop use ucv_resource_create
    f207d37a1055 ucode: add support for specifying ring format
    98683a94bcdd ucode: support appending array data, similar to socket.send()
    a7ecd483ed38 ucode: allow calling udebug.init() multiple times
    d4a4c788c416 ucode: fix allocation size of local ring meta
    184706abaf50 ucode: add timestamp argument to foreach()
    8442c948c193 ucode: add function for getting ring information
    f4958a4c591a ucode: add const entries for enum udebug_format
    14d4fec36993 udebug-cli: add logstream command
    6ed8536142bb ucode: fix entries/size confusion
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/libs/udebug/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libs/udebug/Makefile b/package/libs/udebug/Makefile
index 42ca510be5..30eac8793e 100644
--- a/package/libs/udebug/Makefile
+++ b/package/libs/udebug/Makefile
@@ -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:=4dfe98b5d5813066dccd46d112502565b6961a4a7382083c529dfb423a626c2b
-PKG_SOURCE_DATE:=2023-12-06
-PKG_SOURCE_VERSION:=6d3f51f9fda706f0cf4732c762e4dbe8c21e12cf
+PKG_MIRROR_HASH:=578f795ef6ed0400efae8754891539e5b2922d8b164425e535b96da1b0a089c5
+PKG_SOURCE_DATE:=2025-07-23
+PKG_SOURCE_VERSION:=6ed8536142bbd4360b55a423723456a6a862c99b
 PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))
 
 PKG_LICENSE:=GPL-2.0




More information about the lede-commits mailing list