aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/ubus
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-09-29 11:53:20 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-09-29 11:53:20 +0000
commit1a8c47b1f33ea0e9f49e471544a1974bd29da0f8 (patch)
tree4f132e2fc05a4e66e2100d28185531e8326dfde4 /package/system/ubus
parentbb95a938ab58d223e987ef19494b6dc6f70beae1 (diff)
downloadmaster-187ad058-1a8c47b1f33ea0e9f49e471544a1974bd29da0f8.tar.gz
master-187ad058-1a8c47b1f33ea0e9f49e471544a1974bd29da0f8.tar.bz2
master-187ad058-1a8c47b1f33ea0e9f49e471544a1974bd29da0f8.zip
ubus: restrict unix domain socket permission to 0600 to disallow non-root connections
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38253 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c760efcd4a..9f7b8df33b 100644
--- a/package/system/ubus/Makefile
+++ b/package/system/ubus/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ubus
-PKG_VERSION:=2013-08-08
+PKG_VERSION:=2013-09-29
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/ubus.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=b20a8a01c7faea5bcc9d34d10dcf7736589021b8
+PKG_SOURCE_VERSION:=6ae17d0298a8f1c24f16a68c8d1884091fb5c39f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_MD5SUM:=
CMAKE_INSTALL:=1