diff options
| author | Felix Fietkau | 2025-07-01 18:48:14 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2025-07-17 08:45:15 +0000 |
| commit | 37233122a79c511ff205fe94643b4425daea87fb (patch) | |
| tree | cf744c46b7cad87e8fa9ebadf712395b7ac13d1d | |
| parent | 49fdb75c7b9c3d66b87375185d2e4e725474032e (diff) | |
| download | openwrt-37233122a79c511ff205fe94643b4425daea87fb.tar.gz | |
ubus: update to Git HEAD (2025-07-02)
27839f854a58 ubusd: make txq_len field signed
b35b2bc63e8e ubusd: treat EACCES on write like EAGAIN
713e9d19b2b6 ubusd: retry write on EINTR
8bb523ab20e0 ubusd: fix txq_len accounting
b1b783c74742 ubusd: add another tx attempt on enqueueing the first message for a client
5952b48e251c ubusd: do not call socket callback from ubus_msg_send
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit 90cd8640bde750e014b6c02ed9ffb6f626753fc7)
(cherry picked from commit d9cd67b542e55841bda48871fd9a03391a40d1a2)
| -rw-r--r-- | package/system/ubus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile index ceaa587abf..7e23beb232 100644 --- a/package/system/ubus/Makefile +++ b/package/system/ubus/Makefile @@ -5,10 +5,10 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/ubus.git -PKG_SOURCE_DATE:=2025-05-16 +PKG_SOURCE_DATE:=2025-07-02 PKG_SOURCE_DATE_ABI:=2025-01-02 -PKG_SOURCE_VERSION:=88e6325092bf1d1cfa877cd220670fa7cc2fad03 -PKG_MIRROR_HASH:=8af913d18c9f50cabfd3d32ce3462028ecf469d5e649ccf7f642d9d6bd6dc695 +PKG_SOURCE_VERSION:=5952b48e251c0ea76dfce97f129da6f18d889eda +PKG_MIRROR_HASH:=60edfc101eaa85976d243febc368fc419fe44283bd3a743851a6bc7975e881f0 PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE_ABI)) CMAKE_INSTALL:=1 |