summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2017-02-02 21:20:29 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-04 06:59:35 +0700
commitfbbeed836bd2a8d228e447c5658e6653afa62ac2 (patch)
tree45770ccb34dee034f9747f8b51b30d52f6d2b1fe
parent8e3652bc16cecc3aed3476ca37dc64262002b29e (diff)
downloadslackbuilds-fbbeed836bd2a8d228e447c5658e6653afa62ac2.tar.gz
slackbuilds-fbbeed836bd2a8d228e447c5658e6653afa62ac2.tar.xz
system/salt: Updated for version 2016.11.2.
This update fixes CVE-2017-5192 and CVE-2017-5200. See https://docs.saltstack.com/en/latest/topics/releases/2016.11.2.html (* Security fix *) Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--system/salt/README7
-rw-r--r--system/salt/salt.SlackBuild2
-rw-r--r--system/salt/salt.info6
3 files changed, 7 insertions, 8 deletions
diff --git a/system/salt/README b/system/salt/README
index 4a0e317186..de96dc0bf1 100644
--- a/system/salt/README
+++ b/system/salt/README
@@ -38,12 +38,11 @@ only the daemons you actually want, by making the rc scripts executable.
/etc/rc.d/rc.salt-syndic start
fi
-On a master, you should enable the salt-master daemon, and probably also
-the salt-minion daemon:
+On a master, you should enable the salt-master daemon:
- chmod +x /etc/rc.d/rc.salt-{master,minion}
+ chmod +x /etc/rc.d/rc.salt-master
-On a minion, you should enable only the salt-minion daemon:
+On a minion, you should enable the salt-minion daemon:
chmod +x /etc/rc.d/rc.salt-minion
diff --git a/system/salt/salt.SlackBuild b/system/salt/salt.SlackBuild
index 7756b67dcb..d0de9380c1 100644
--- a/system/salt/salt.SlackBuild
+++ b/system/salt/salt.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=salt
-VERSION=${VERSION:-2016.11.1}
+VERSION=${VERSION:-2016.11.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/salt/salt.info b/system/salt/salt.info
index 5f10b3faa5..18773c55f4 100644
--- a/system/salt/salt.info
+++ b/system/salt/salt.info
@@ -1,8 +1,8 @@
PRGNAM="salt"
-VERSION="2016.11.1"
+VERSION="2016.11.2"
HOMEPAGE="https://saltstack.com/community/"
-DOWNLOAD="https://pypi.python.org/packages/dd/b2/2a81377b66a25ef29c38deea8244f6d35d56ae7c7db1d0234201b284c7d3/salt-2016.11.1.tar.gz"
-MD5SUM="8d8fc90676565e6202a468c10206f003"
+DOWNLOAD="https://pypi.python.org/packages/6e/64/0cfcd3b23171250f701b45cdb1a519107ed4ba7f2b696fddaddfc94a61e2/salt-2016.11.2.tar.gz"
+MD5SUM="1edf510db324622d2669dfc97bb7eefa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="msgpack-python PyYAML Jinja2 MarkupSafe python-requests singledispatch tornado futures zeromq pyzmq pycrypto python-certifi"