diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-07 13:48:17 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-07 13:48:17 +0000 |
commit | 54fcf4f415e253cab77974d3819299fef1c44120 (patch) | |
tree | ebf50d50a7c2721397f6237f9069cb8d7cb3bd05 /package/system/ubus/Makefile | |
parent | b768f3674516112e57e13c55d53c0accaf1b24e4 (diff) | |
download | master-187ad058-54fcf4f415e253cab77974d3819299fef1c44120.tar.gz master-187ad058-54fcf4f415e253cab77974d3819299fef1c44120.tar.bz2 master-187ad058-54fcf4f415e253cab77974d3819299fef1c44120.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46246 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/ubus/Makefile')
-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 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 |