[openwrt/openwrt] ubus: update to version 2022-06-15
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 27 04:08:40 PST 2023
ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/36076b5a409236b44d56179071cc53fdd1c6fc78
commit 36076b5a409236b44d56179071cc53fdd1c6fc78
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Thu Jan 26 10:34:31 2023 +0100
ubus: update to version 2022-06-15
Update which contains just a following fix:
* ubusd: add lookup command queuing support
Defers and continues a client's lookup command to avoid unnecessary
buffering under load.
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
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 c70defcafa..8762324e7c 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:=2022-06-01
-PKG_SOURCE_VERSION:=2bebf93cd3343fe49f22a05ef935e460d2d44f67
-PKG_MIRROR_HASH:=4efd873928089c086bbac02f3ca5bae55904500b6e6f1c4c377181a00b67147f
+PKG_SOURCE_DATE:=2022-06-15
+PKG_SOURCE_VERSION:=9913aa61de739e3efe067a2d186021c20bcd65e2
+PKG_MIRROR_HASH:=2a9fd9e895835b15948ab211963b7489f8437cd1b2bf43e0e321bc960e105774
PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))
CMAKE_INSTALL:=1
More information about the lede-commits
mailing list