salt/pkg/osx/shasums
twangboy b9f2863b60 Improvements to build scripts
Upgrade dependencies where available
Downloaded:
- libsodium to 1.0.15
- OpenSSL to 1.0.2n
- Python to 2.7.14
Pip:
- apache-libcloud to 2.2.1
- cffi to 1.11.2
- CherryPy to 13.0.0
- GitPython to 2.1.7
- idna to 2.6
- Jinja2 to 2.9.6
- pyasn1 to 0.4.2
- pyzmq to 17.0.0b3
- requests to 2.18.4
- six to 1.11.0
- tornado to 4.5.2
- cryptography to 2.1.4
- pyOpenSSL to 17.5.0
Update shasums for downloaded updates
Make the scripts self sudo themselves
Since we're forcing the script to run as sudo, remove individual sudo
calls
Move /opt/salt into variable $INSTALL_DIR in the build_env script
2017-12-07 17:21:36 -07:00
..
libsodium-1.0.15.tar.gz.sha512 Improvements to build scripts 2017-12-07 17:21:36 -07:00
openssl-1.0.2n.tar.gz.sha512 Improvements to build scripts 2017-12-07 17:21:36 -07:00
pkg-config-0.29.2.tar.gz.sha512 Update Python and other reqs 2017-07-19 11:22:07 -06:00
Python-2.7.14.tar.xz.sha512 Improvements to build scripts 2017-12-07 17:21:36 -07:00
Python-3.5.3.tar.xz.sha512 Add support for Py3 2017-07-19 17:30:47 -06:00
readme.md Update instructions in readme.md for shasum 2016-02-05 09:36:23 -07:00
zeromq-4.1.4.tar.gz.sha512 Update Python and other reqs 2017-07-19 11:22:07 -06:00

ShaSums

This directory contains shasums for files that are downloaded by the build_env.sh script.

The sha's have been created using the following command:

shasum -a 512 ./<filename> > ./<filename>.sha512