summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau2025-10-17 11:28:52 +0000
committerHauke Mehrtens2025-10-18 12:56:36 +0000
commita7901969932a175cded3c93bdeb65f32ed3705e6 (patch)
tree6b050b8f7641175a52e054970174d014684d3764
parentc8ccf4c6a74f5d98bde3e93b6edac60c725d58ba (diff)
downloadopenwrt-a7901969932a175cded3c93bdeb65f32ed3705e6.tar.gz
ubus: update to Git HEAD (2025-10-17)
b462895d3157 lua: CMakeLists: drop redundant cmake_minimum_required f247c18f8a55 examples: CMakeLists: drop redundant cmake_minimum_required 83a70399030d github: add CI build d31effb4277b ubusd: Fix out of bounds access in event register message d95837b1b143 ubusd: acl: compare uid/gid instead of user/group strings b81257bb20dd ubusd: load extra group IDs for a client process 7d7b45fea05b add debian/ directory aa4a7ee1d341 ubusd: fix more instances of missing length checks for patterns 60e04048a0e2 ubusd: fix ACL check for receiving events Signed-off-by: Felix Fietkau <nbd@nbd.name> (cherry picked from commit 4b907e69ea58fc0ba35fd1755dc4ba22262af3a4)
-rw-r--r--package/system/ubus/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile
index 469b0e45f8..8e0a3a9e30 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-10-04
+PKG_SOURCE_DATE:=2025-10-17
PKG_SOURCE_DATE_ABI:=2025-01-02
-PKG_SOURCE_VERSION:=ad2768bbc166b4dcb32665d7b3434d54150b2abc
-PKG_MIRROR_HASH:=10e901abdb622c095d0f3199775b2a0e61ff588a3dda31a3a606e2e5ebd82cde
+PKG_SOURCE_VERSION:=60e04048a0e2f3e33651c19e62861b41be4c290f
+PKG_MIRROR_HASH:=2db028305ae58afe184bb01e51d3635898d84ffcd04308a73ce143c05fc7b2db
PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE_ABI))
CMAKE_INSTALL:=1