diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-20 11:34:26 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-20 11:36:23 +0100 |
commit | 2bc647e015d3877735fb4526a4f8f9c594b0a0fc (patch) | |
tree | 9b794294963266b31c759cd46cfccc914fc61629 | |
parent | 47c22c299cbd52a349e6c535483cded119d74ac0 (diff) | |
download | upstream-2bc647e015d3877735fb4526a4f8f9c594b0a0fc.tar.gz upstream-2bc647e015d3877735fb4526a4f8f9c594b0a0fc.tar.bz2 upstream-2bc647e015d3877735fb4526a4f8f9c594b0a0fc.zip |
ubus: update to the latest version
- Adds support for passing file descriptors in ubus invoke requests
- Fixes clearing pending timers on ubus_shutdown()
- Fixes checking the amount of written data in ubusd
- Fixes an ubusd crash when trying to subscribe to system objects
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-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 fadb436863..218e2d02f6 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=$(LEDE_GIT)/project/ubus.git -PKG_SOURCE_DATE:=2016-10-12 -PKG_SOURCE_VERSION:=312448a5b147c221836827a7a641e76a4514db44 -PKG_MIRROR_HASH:=adeeae238deaac2b6af77c2e4473febdcbc0f1c256734b2ff019c76b2f3f2aa6 +PKG_SOURCE_DATE:=2017-01-19 +PKG_SOURCE_VERSION:=97ac89f9727d4fae1b2d63d2fc3b59e0d5d4bf65 +PKG_MIRROR_HASH:=1dc6afd3baedc1cc6f4373a34b6d73975358e9741c647b358b4fdd5a72a07756 CMAKE_INSTALL:=1 PKG_LICENSE:=LGPL-2.1 |