aboutsummaryrefslogtreecommitdiffstats
path: root/community/salt
Commit message (Collapse)AuthorAgeFilesLines
* community/salt: add secfixesJ0WI2020-02-071-0/+4
|
* community/salt: upgrade to 2019.2.3J0WI2020-02-011-3/+3
|
* community/salt: switch to tornado5Kevin Daudt2020-01-031-2/+10
| | | | | | | Salt does not support tornado 6 yet, and no commitment has been made to support tornado 6. So switch dependencies to a new tornado5 package. This package renamed the tornado module to tornado5, so make sure all references to tornado are updated.
* community/salt: fix python3.8 incompattibilitiesKevin Daudt2020-01-012-2/+55
| | | | | | | | | | | Salt is not compattible with Python 3.8 yet[0], so salt-minion is broken on Alpine Linux since v3.10. Patch the grain code to be compattible with Python 3.8. Fixes #10979 [0]: https://github.com/saltstack/salt/issues/55310
* community/salt: depend on py3-pycryptodomeKevin Daudt2019-12-311-3/+5
|
* community/salt: rebuild against python 3.8Natanael Copa2019-11-051-2/+2
|
* community/salt: upgrade to 2019.2.2Kevin Daudt2019-10-241-7/+2
|
* community/salt: upgrade to 2019.2.1Kevin Daudt2019-09-251-3/+3
|
* community/salt: fix py3-pyzmq and py3-apache-libcloud dependsMike Sullivan2019-09-171-3/+3
|
* community/salt: modernize master and minion initChloe Kudryavtsev2019-05-283-25/+11
|
* community/salt: disable on s390xKevin Daudt2019-04-201-1/+1
| | | | | | py-zmq has an issue on s390x and has been disabled on that architecture. As a concequence, salt won't be able to build on that arch as well, so disable it.
* community/salt: rebuild against python 3.7Natanael Copa2019-04-171-1/+1
|
* community/salt: fix install_if definitions for openrc subpgsKevin Daudt2019-03-121-5/+5
| | | | | | | | | | The install_if definitions for the openrc subpackages contain an invalid definition of the 'parrent' package due to an missing 'r'. This causes the openrc subpackages to be installed whenever openrc is installed. Fix it by add the missing 'r'.
* community/salt: modernizeKevin Daudt2019-03-111-14/+48
| | | | | - Take maintainershiip - Add openrc subpackages
* community/salt: upgrade to 2019.2J0WI2019-03-111-2/+8
|
* community/salt: upgrade to 2018.3.3J0WI2018-11-151-2/+2
|
* community/salt: upgrade to 2018.3.2prspkt2018-07-111-2/+2
|
* community/salt: upgrade to 2018.3.1Natanael Copa2018-06-191-5/+4
| | | | | | use source url from pypi https://github.com/saltstack/salt/issues/41847 fixes #9014
* community/salt: try building with Python3dai9ah2018-03-051-6/+6
|
* community/salt: upgrade to 2018.3dai9ah2018-03-051-2/+2
|
* community/salt: upgrade to 2018.2Roberto Oliveira2018-01-191-3/+3
|
* community/salt: adding init file to -syndic subpackageFusl2018-01-061-2/+2
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* community/salt: upgrade to 2017.7.2Natanael Copa2017-10-251-3/+3
|
* community/*: remove Olivier Mauras as a maintainerSören Tempel2017-10-191-2/+2
| | | | See: https://github.com/alpinelinux/aports/pull/2050
* community/salt: security upgrade to 2017.7.1 (CVE-2017-12791)Natanael Copa2017-08-252-646/+4
| | | | fixes #7751
* community/salt: upgrade to version 2016.11.6Roberto Oliveira2017-07-211-2/+2
|
* community/salt: upgrade to 2016.11.5Francesco Colista2017-06-281-22/+2
|
* community/salt: Update to 2016.11.4Olivier Mauras2017-05-131-2/+22
|
* community/salt: upgrade to 2016.11.3André Klitzing2017-03-241-22/+2
|
* community/salt: upgrade to 2016.11.2Francesco Colista2017-02-011-4/+4
|
* community/salt: upgrade to 2016.11.1Olivier Mauras2016-12-182-319/+15
|
* community/salt: Update to 2016.3.4Olivier Mauras2016-11-232-28/+34
|
* community/salt: fix pkg.latest_version error in alpine-supportOlivier Mauras2016-10-122-6/+6
|
* community/salt: update alpine-supportSteeve Chailloux2016-10-112-5/+11
| | | | see: https://github.com/saltstack/salt/pull/36904
* community/salt: prevent errors in pkg.list_upgradesOlivier Mauras2016-10-062-6/+6
|
* community/salt: py-tornado and py-dateutil been migrated to py2/py3 supkgOlivier Mauras2016-10-041-3/+3
|
* community/salt: fix pkg.install as well to get pkg.latest working stateOlivier Mauras2016-09-292-8/+15
|
* community/salt: fix pkg.latest_version to get pkg.latest working stateOlivier Mauras2016-09-292-7/+30
|
* community/salt: schedule functions relies on py-dateutilOlivier Mauras2016-09-181-2/+2
|
* community/salt: pkg/service modules improvementsOlivier Mauras2016-09-162-18/+328
|
* community/salt: take maintainershipOlivier Mauras2016-09-161-2/+2
|
* community/salt: improve abuild, remove code dup and implicit makedependsJakub Jirutka2016-09-161-46/+35
|
* community/salt: add alpine support for service and pkg modulesOlivier Mauras2016-09-162-4/+601
| | | | Patch will stay until upstream merges these changes
* community/salt: update to 2016.3.3 and refactor based on official SRPMOlivier Mauras2016-09-163-45/+145
|
* community/salt: upgrade to 2016.3.2, moved from testingFrancesco Colista2016-08-257-0/+122