aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/ubus
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-05-25 21:15:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-05-25 21:15:42 +0000
commit8450300079f168585216c46f2c3496f4a251aaf7 (patch)
tree4a245d0c3de7bce8f0518760c93d8457ab7881df /package/system/ubus
parent7b85e8e316e9338a29ea5398c35961fc40ef354a (diff)
downloadupstream-8450300079f168585216c46f2c3496f4a251aaf7.tar.gz
upstream-8450300079f168585216c46f2c3496f4a251aaf7.tar.bz2
upstream-8450300079f168585216c46f2c3496f4a251aaf7.zip
ubus: update to the latest version, switch to git.openwrt.org, fixes a lua binding memory leak
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45750
Diffstat (limited to 'package/system/ubus')
-rw-r--r--package/system/ubus/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile
index 98c8492cc9..5d1cc46d6f 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-01-22
+PKG_VERSION:=2015-05-25
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=git://nbd.name/luci2/ubus.git
+PKG_SOURCE_URL:=http://git.openwrt.org/project/ubus.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=2d660c519d2fcff95248da9f4fd9b37d61f9eb09
+PKG_SOURCE_VERSION:=f361bfa5fcb2daadf3b160583ce665024f8d108e
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1