about summary refs log tree commit diff
path: root/pkgs/tools/admin/salt/default.nix
Commit message (Collapse)AuthorAge
* salt: 2017.7.1 -> 2017.7.2Aneesh Agrawal2017-10-13
|
* salt: 2016.11.5 -> 2017.7.1, patch fixdanbst2017-09-05
| | | | | | | The libcrypto patch didn't work well with `salt-ssh` (that code failed on remote machines), so let's make Nix-based library lookup as fallback. https://github.com/saltstack/salt/issues/43350
* salt: 2016.11.4 -> 2016.11.5Aneesh Agrawal2017-05-19
|
* Add salt master module (#25632)Aneesh Agrawal2017-05-09
| | | | | | * salt: 2016.11.2 -> 2016.11.4 * salt: Add master NixOS module
* salt: 2016.3.3 -> 2016.11.2 for multiple CVEsGraham Christensen2017-02-08
| | | | | | | | | | | | | | | | From the Arch Linux advisory: - CVE-2017-5192 (arbitrary code execution): The `LocalClient.cmd_batch()` method client does not accept `external_auth` credentials and so access to it from salt-api has been removed for now. This vulnerability allows code execution for already- authenticated users and is only in effect when running salt-api as the `root` user. - CVE-2017-5200 (arbitrary command execution): Salt-api allows arbitrary command execution on a salt-master via Salt's ssh_client. Users of Salt-API and salt-ssh could execute a command on the salt master via a hole when both systems were enabled.
* salt: use Python 2Aneesh Agrawal2016-10-18
|
* salt: 2015.8.8 -> 2016.3.3Aneesh Agrawal2016-09-23
|
* treewide: Fix output references to opensslTuomas Tynkkynen2016-08-23
|
* Python: use PyPI mirror (#15001)Frederik Rietdijk2016-04-26
| | | | | | * mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
* salt: init at 2015.8.8Aneesh Agrawal2016-04-02
Also init salttesting at 2015.7.10 as a build dependency.