diff options
author | Petr Štetiar <ynezz@true.cz> | 2021-06-03 09:49:58 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-06-03 10:36:10 +0200 |
commit | 1b27d89d4075a2be7cb8035fde04dd5bbe2c91a3 (patch) | |
tree | 51563aebe5a176c30c9bcee41482127901b22087 /package | |
parent | c9a38e21a924f5b69038d6e9d7a5c063e4d2e8d8 (diff) | |
download | upstream-1b27d89d4075a2be7cb8035fde04dd5bbe2c91a3.tar.gz upstream-1b27d89d4075a2be7cb8035fde04dd5bbe2c91a3.tar.bz2 upstream-1b27d89d4075a2be7cb8035fde04dd5bbe2c91a3.zip |
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@true.cz>
(cherry picked from commit 4f2243d40a400aa1ce6ae5d06325f93b4d9463a5)
Diffstat (limited to 'package')
-rw-r--r-- | package/system/ubus/Makefile | 6 |
1 files 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 |