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>
This commit is contained in:
David Spencer 2017-02-02 21:20:29 +00:00 committed by Willy Sudiarto Raharjo
parent 8e3652bc16
commit fbbeed836b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 7 additions and 8 deletions

View file

@ -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

View file

@ -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}

View file

@ -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"