[openwrt/openwrt] ubus: update to Git HEAD (2025-11-18)

LEDE Commits lede-commits at lists.infradead.org
Fri Nov 21 12:37:15 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2cffbea0ae13c2092653b5d76b348baf47a1c372

commit 2cffbea0ae13c2092653b5d76b348baf47a1c372
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Fri Nov 21 02:06:26 2025 +0100

    ubus: update to Git HEAD (2025-11-18)
    
    966c82b2197c github: ci: disable json-c tests
    c4d7aff97bbe github: ci: add tests
    00010b8af022 ubus: add a simple build script
    1eab20d6cda2 github: ci: add cmake build and source directories
    f79ddca64806 github: ci: add powerpc arch
    5c7eea7fc090 build: install ubus
    2737da3819fe github: ci: add MIPS64, PowerPC64 and RISCV64
    
    Link: https://github.com/openwrt/openwrt/pull/20847
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/system/ubus/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile
index bf930cd0d1..43eb5cd843 100644
--- a/package/system/ubus/Makefile
+++ b/package/system/ubus/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/ubus.git
-PKG_SOURCE_DATE:=2025-11-03
-PKG_SOURCE_VERSION:=0d4bcb56f5e1386e7dc99f1ec9f3b6c9211c8ab6
-PKG_MIRROR_HASH:=c3f8519fbe1fa3795925e327eeaf292f0325c9ebb696ff2ea73877e9d0186075
+PKG_SOURCE_DATE:=2025-11-18
+PKG_SOURCE_VERSION:=2737da3819fefafa5b63d5f82efb77ff0032a5d8
+PKG_MIRROR_HASH:=6044e9bde877ee585a69386ab377e3bc1924e15b7343db8df8234b1d76f870ec
 PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))
 CMAKE_INSTALL:=1
 




More information about the lede-commits mailing list