From fbbeed836bd2a8d228e447c5658e6653afa62ac2 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Thu, 2 Feb 2017 21:20:29 +0000 Subject: 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 --- system/salt/README | 7 +++---- system/salt/salt.SlackBuild | 2 +- system/salt/salt.info | 6 +++--- 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'system/salt') 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" -- cgit v1.2.3