aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/ubus
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-07 13:48:17 +0000
committerJohn Crispin <john@openwrt.org>2015-07-07 13:48:17 +0000
commit7ab6409a89d829093dada5c7ad0e932fd996accd (patch)
tree6a0801c20fb02b264f2bec1ba94326864c79331d /package/system/ubus
parentcb52ede81d8bb09af8acde711e9a580cba633715 (diff)
downloadupstream-7ab6409a89d829093dada5c7ad0e932fd996accd.tar.gz
upstream-7ab6409a89d829093dada5c7ad0e932fd996accd.tar.bz2
upstream-7ab6409a89d829093dada5c7ad0e932fd996accd.zip
ubus: bump to latest git HEAD
fixes a bug where gid was checked twice instead of the uid/gid combo Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 46246
Diffstat (limited to 'package/system/ubus')
-rw-r--r--package/system/ubus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile
index 2054c9aab2..c34c5cc4ed 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-07-06
+PKG_VERSION:=2015-07-07
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:=ab1bffddb3574d18d36f321dce81e7e170abb3d6
+PKG_SOURCE_VERSION:=7ec9b8dec77b969bfc860995f96fe91fd40ba5e4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1