[openwrt/openwrt] ubus: update to Git HEAD (2025-05-16)

LEDE Commits lede-commits at lists.infradead.org
Thu Jun 12 06:14:17 PDT 2025


nbd pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/2f27d0fefa7e013ad5d7bfdf1c5e132d303079c3

commit 2f27d0fefa7e013ad5d7bfdf1c5e132d303079c3
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri May 16 12:42:00 2025 +0200

    ubus: update to Git HEAD (2025-05-16)
    
    88e6325092bf libubus: flush all pending requests on connection loss
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
    (cherry picked from commit 707a89bc264e0a2b6593da753301912d7ec40f77)
---
 package/system/ubus/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile
index 9a807852a2..ceaa587abf 100644
--- a/package/system/ubus/Makefile
+++ b/package/system/ubus/Makefile
@@ -5,10 +5,11 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/ubus.git
-PKG_SOURCE_DATE:=2025-01-02
-PKG_SOURCE_VERSION:=afa57cce0aff82f4a7a0e509d4387ebc23dd3be7
-PKG_MIRROR_HASH:=a0b3c1961f5f49d31c34a44576ce44538c3ee97bfce97f86f732d7ecc1df9798
-PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))
+PKG_SOURCE_DATE:=2025-05-16
+PKG_SOURCE_DATE_ABI:=2025-01-02
+PKG_SOURCE_VERSION:=88e6325092bf1d1cfa877cd220670fa7cc2fad03
+PKG_MIRROR_HASH:=8af913d18c9f50cabfd3d32ce3462028ecf469d5e649ccf7f642d9d6bd6dc695
+PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE_ABI))
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=LGPL-2.1




More information about the lede-commits mailing list