Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/salt: upgrade to 3000.2 | Carlo Landmeter | 2020-05-04 | 1 | -3/+6 |
| | | | | fix CVE-2020-11651 CVE-2020-11652 | ||||
* | community/salt: fix run-time dependencies | Kevin Daudt | 2020-04-23 | 2 | -12/+25 |
| | | | | | | | | | | | | | | tornado has been vendored in, so patches fixing tornado imports are no longer necesarry. Upstream switched back from pycryptodome to pycrypto due to issues with some distro's, but still recommend it for security, so we patch it to use pycryptodome. msgpack was limited to <1.0.0. According to a commend this was [to prevent 1.0.0rc1 being used][0], but that has now been released. [0]: https://github.com/saltstack/salt/commit/e4ee32f2a068c9a90eb03a354f86a7f5b83c191c | ||||
* | community/salt: fix wrong dependency | Leo | 2020-04-14 | 1 | -2/+2 |
| | |||||
* | community/salt: disable on mips | Ariadne Conill | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | community/salt: upgrade to 3000.1 | Kevin Daudt | 2020-04-02 | 1 | -3/+3 |
| | |||||
* | community/salt: add secfixes | J0WI | 2020-02-07 | 1 | -0/+4 |
| | |||||
* | community/salt: upgrade to 2019.2.3 | J0WI | 2020-02-01 | 1 | -3/+3 |
| | |||||
* | community/salt: switch to tornado5 | Kevin Daudt | 2020-01-03 | 1 | -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 incompattibilities | Kevin Daudt | 2020-01-01 | 2 | -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-pycryptodome | Kevin Daudt | 2019-12-31 | 1 | -3/+5 |
| | |||||
* | community/salt: rebuild against python 3.8 | Natanael Copa | 2019-11-05 | 1 | -2/+2 |
| | |||||
* | community/salt: upgrade to 2019.2.2 | Kevin Daudt | 2019-10-24 | 1 | -7/+2 |
| | |||||
* | community/salt: upgrade to 2019.2.1 | Kevin Daudt | 2019-09-25 | 1 | -3/+3 |
| | |||||
* | community/salt: fix py3-pyzmq and py3-apache-libcloud depends | Mike Sullivan | 2019-09-17 | 1 | -3/+3 |
| | |||||
* | community/salt: modernize master and minion init | Chloe Kudryavtsev | 2019-05-28 | 3 | -25/+11 |
| | |||||
* | community/salt: disable on s390x | Kevin Daudt | 2019-04-20 | 1 | -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.7 | Natanael Copa | 2019-04-17 | 1 | -1/+1 |
| | |||||
* | community/salt: fix install_if definitions for openrc subpgs | Kevin Daudt | 2019-03-12 | 1 | -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: modernize | Kevin Daudt | 2019-03-11 | 1 | -14/+48 |
| | | | | | - Take maintainershiip - Add openrc subpackages | ||||
* | community/salt: upgrade to 2019.2 | J0WI | 2019-03-11 | 1 | -2/+8 |
| | |||||
* | community/salt: upgrade to 2018.3.3 | J0WI | 2018-11-15 | 1 | -2/+2 |
| | |||||
* | community/salt: upgrade to 2018.3.2 | prspkt | 2018-07-11 | 1 | -2/+2 |
| | |||||
* | community/salt: upgrade to 2018.3.1 | Natanael Copa | 2018-06-19 | 1 | -5/+4 |
| | | | | | | use source url from pypi https://github.com/saltstack/salt/issues/41847 fixes #9014 | ||||
* | community/salt: try building with Python3 | dai9ah | 2018-03-05 | 1 | -6/+6 |
| | |||||
* | community/salt: upgrade to 2018.3 | dai9ah | 2018-03-05 | 1 | -2/+2 |
| | |||||
* | community/salt: upgrade to 2018.2 | Roberto Oliveira | 2018-01-19 | 1 | -3/+3 |
| | |||||
* | community/salt: adding init file to -syndic subpackage | Fusl | 2018-01-06 | 1 | -2/+2 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -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.2 | Natanael Copa | 2017-10-25 | 1 | -3/+3 |
| | |||||
* | community/*: remove Olivier Mauras as a maintainer | Sören Tempel | 2017-10-19 | 1 | -2/+2 |
| | | | | See: https://github.com/alpinelinux/aports/pull/2050 | ||||
* | community/salt: security upgrade to 2017.7.1 (CVE-2017-12791) | Natanael Copa | 2017-08-25 | 2 | -646/+4 |
| | | | | fixes #7751 | ||||
* | community/salt: upgrade to version 2016.11.6 | Roberto Oliveira | 2017-07-21 | 1 | -2/+2 |
| | |||||
* | community/salt: upgrade to 2016.11.5 | Francesco Colista | 2017-06-28 | 1 | -22/+2 |
| | |||||
* | community/salt: Update to 2016.11.4 | Olivier Mauras | 2017-05-13 | 1 | -2/+22 |
| | |||||
* | community/salt: upgrade to 2016.11.3 | André Klitzing | 2017-03-24 | 1 | -22/+2 |
| | |||||
* | community/salt: upgrade to 2016.11.2 | Francesco Colista | 2017-02-01 | 1 | -4/+4 |
| | |||||
* | community/salt: upgrade to 2016.11.1 | Olivier Mauras | 2016-12-18 | 2 | -319/+15 |
| | |||||
* | community/salt: Update to 2016.3.4 | Olivier Mauras | 2016-11-23 | 2 | -28/+34 |
| | |||||
* | community/salt: fix pkg.latest_version error in alpine-support | Olivier Mauras | 2016-10-12 | 2 | -6/+6 |
| | |||||
* | community/salt: update alpine-support | Steeve Chailloux | 2016-10-11 | 2 | -5/+11 |
| | | | | see: https://github.com/saltstack/salt/pull/36904 | ||||
* | community/salt: prevent errors in pkg.list_upgrades | Olivier Mauras | 2016-10-06 | 2 | -6/+6 |
| | |||||
* | community/salt: py-tornado and py-dateutil been migrated to py2/py3 supkg | Olivier Mauras | 2016-10-04 | 1 | -3/+3 |
| | |||||
* | community/salt: fix pkg.install as well to get pkg.latest working state | Olivier Mauras | 2016-09-29 | 2 | -8/+15 |
| | |||||
* | community/salt: fix pkg.latest_version to get pkg.latest working state | Olivier Mauras | 2016-09-29 | 2 | -7/+30 |
| | |||||
* | community/salt: schedule functions relies on py-dateutil | Olivier Mauras | 2016-09-18 | 1 | -2/+2 |
| | |||||
* | community/salt: pkg/service modules improvements | Olivier Mauras | 2016-09-16 | 2 | -18/+328 |
| | |||||
* | community/salt: take maintainership | Olivier Mauras | 2016-09-16 | 1 | -2/+2 |
| | |||||
* | community/salt: improve abuild, remove code dup and implicit makedepends | Jakub Jirutka | 2016-09-16 | 1 | -46/+35 |
| | |||||
* | community/salt: add alpine support for service and pkg modules | Olivier Mauras | 2016-09-16 | 2 | -4/+601 |
| | | | | Patch will stay until upstream merges these changes | ||||
* | community/salt: update to 2016.3.3 and refactor based on official SRPM | Olivier Mauras | 2016-09-16 | 3 | -45/+145 |
| |