[openwrt/openwrt] ubus: update to version 2021-06-03
LEDE Commits
lede-commits at lists.infradead.org
Thu Jun 3 01:17:06 PDT 2021
ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4f2243d40a400aa1ce6ae5d06325f93b4d9463a5
commit 4f2243d40a400aa1ce6ae5d06325f93b4d9463a5
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Thu Jun 3 09:49:58 2021 +0200
ubus: update to version 2021-06-03
This update contains following changes:
* ubusd: protect against too-short messages
* ubusd: add per-client tx queue limit
* ubusd: convert tx_queue to linked list
Fixes: FS#1525
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 54839e5514..885307107b 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:=2021-02-15
-PKG_SOURCE_VERSION:=2537be01858710e714c329153760c64fe3f8a73e
-PKG_MIRROR_HASH:=da1f4959fbe3d51cbc6b7c08b24307f43a80911b395cac834b9f4161c195152f
+PKG_SOURCE_DATE:=2021-06-03
+PKG_SOURCE_VERSION:=a8cf678230ed163ff7a07eb1e2c872f9d655460a
+PKG_MIRROR_HASH:=aee34cd1c1aa0f1a459dda0b2c6cbdb6b66e67147ebd1bcbb2a16a2ef923d008
PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_SOURCE_DATE))
CMAKE_INSTALL:=1
More information about the lede-commits
mailing list