diff options
| author | Felix Fietkau | 2025-07-23 09:53:02 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2025-07-23 10:06:02 +0000 |
| commit | 628bc50eb16f870744fd97f73190e5c84525774b (patch) | |
| tree | 0c518f06821627a633d203524c2e606bb68a565f | |
| parent | a8fb4f6f0c6b3d7797ff6cfa8d03fd499ba70db3 (diff) | |
| download | openwrt-628bc50eb16f870744fd97f73190e5c84525774b.tar.gz | |
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@nbd.name>
(cherry picked from commit 7b0ce213e9b678522dae49bac7b20681a123f019)
| -rw-r--r-- | package/libs/udebug/Makefile | 6 |
1 files 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 |