diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-06 16:44:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-06 16:44:45 +0000 |
commit | 4ed4fbe42aef97355ac4ec2db952c7f4b9d7f9e2 (patch) | |
tree | dc57dd040fbaa895dfc0dfbfc860b4e8f405c3cb /package/system/ubus | |
parent | 9b73f4e9475e95737d16630677a49809aa83e40d (diff) | |
download | master-187ad058-4ed4fbe42aef97355ac4ec2db952c7f4b9d7f9e2.tar.gz master-187ad058-4ed4fbe42aef97355ac4ec2db952c7f4b9d7f9e2.tar.bz2 master-187ad058-4ed4fbe42aef97355ac4ec2db952c7f4b9d7f9e2.zip |
ubus: update to the latest version, fixes a segfault on message retry
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46199 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/ubus')
-rw-r--r-- | package/system/ubus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile index 2951da76b0..2054c9aab2 100644 --- a/package/system/ubus/Makefile +++ b/package/system/ubus/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubus -PKG_VERSION:=2015-06-18 +PKG_VERSION:=2015-07-06 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/ubus.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=b2e629a4e915e68acba129a5e00480e255ebc164 +PKG_SOURCE_VERSION:=ab1bffddb3574d18d36f321dce81e7e170abb3d6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 |