diff options
author | Petr Štetiar <ynezz@true.cz> | 2021-06-03 09:49:58 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-07-29 21:50:28 +0200 |
commit | 796bf50e8e0c05efb2c11b5e2d9091ef05ec2970 (patch) | |
tree | c8495e076eaccf1a4b94a27c595f55583046b27c | |
parent | 92e341d632c094a9905b6135a79a02982232e911 (diff) | |
download | upstream-796bf50e8e0c05efb2c11b5e2d9091ef05ec2970.tar.gz upstream-796bf50e8e0c05efb2c11b5e2d9091ef05ec2970.tar.bz2 upstream-796bf50e8e0c05efb2c11b5e2d9091ef05ec2970.zip |
ubus: update to version 2021-06-03
This update cherry picks following changes:
* cmake: add a possibility to set library version
* ubusd: protect against too-short messages
* ubusd: add per-client tx queue limit
* ubusd: convert tx_queue to linked list
* lua: avoid truncation of large numeric values
Fixes: FS#1525
Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r-- | package/system/ubus/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile index 5e3bbd120d..702a78214e 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:=2019-12-27 -PKG_SOURCE_VERSION:=041c9d1c052bb4936fd03240f7d0dd64aedda972 -PKG_MIRROR_HASH:=7febbe78dd178d8d7ccacff54c00fb2d19a53624005920db8cd85236f54f8324 -PKG_ABI_VERSION:=20191227 +PKG_SOURCE_DATE:=2021-06-03 +PKG_SOURCE_VERSION:=90fb56c00bbd911d929227528e679b174b1f4cec +PKG_MIRROR_HASH:=cec3ce8a2b952f08ed26d7f7e230cbbac34e66f0bcf11a03c3edaef1d0390490 +PKG_ABI_VERSION:=20210603 CMAKE_INSTALL:=1 PKG_LICENSE:=LGPL-2.1 |