mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge branch '2016.3' into '2016.11'
No conflicts.
This commit is contained in:
commit
e77e86db3a
4 changed files with 4 additions and 4 deletions
|
@ -140,8 +140,8 @@ sudo -H $MAKE install
|
|||
############################################################################
|
||||
echo -n -e "\033]0;Build_Env: libsodium\007"
|
||||
|
||||
PKGURL="https://download.libsodium.org/libsodium/releases/libsodium-1.0.7.tar.gz"
|
||||
PKGDIR="libsodium-1.0.7"
|
||||
PKGURL="https://download.libsodium.org/libsodium/releases/libsodium-1.0.12.tar.gz"
|
||||
PKGDIR="libsodium-1.0.12"
|
||||
|
||||
download $PKGURL
|
||||
|
||||
|
|
1
pkg/osx/shasums/libsodium-1.0.12.tar.gz.sha512
Normal file
1
pkg/osx/shasums/libsodium-1.0.12.tar.gz.sha512
Normal file
|
@ -0,0 +1 @@
|
|||
1e63960da42bcc90945463ae1f5b1355849881dce5bba6d293391f8d6f0932063a5bfd433a071cb184af90ebeab469acc34710587116922144d61f3d7661901b ./libsodium-1.0.12.tar.gz
|
|
@ -1 +0,0 @@
|
|||
21a2991010bc4e6e03d42c6df5443049c99f7622dc68a7bdc3d6d082621a165faab32612280526509d310ad1faefc00aa21c594a384a7fa8b05f4666e82e5e1d ./libsodium-1.0.7.tar.gz
|
|
@ -12,7 +12,7 @@ A REST API for Salt
|
|||
SSL is enabled, since this version worked the best with SSL in
|
||||
internal testing. Versions 3.2.3 - 4.x can be used if SSL is not enabled.
|
||||
Be aware that there is a known
|
||||
`SSL error <https://bitbucket.org/cherrypy/cherrypy/issue/1298/ssl-not-working>`_
|
||||
`SSL error <https://github.com/cherrypy/cherrypy/issues/1298>`_
|
||||
introduced in version 3.2.5. The issue was reportedly resolved with
|
||||
CherryPy milestone 3.3, but the patch was committed for version 3.6.1.
|
||||
:optdepends: - ws4py Python module for websockets support.
|
||||
|
|
Loading…
Add table
Reference in a new issue