mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
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:
parent
8e3652bc16
commit
fbbeed836b
3 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue