Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -5/+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 | 1 | -7/+7 |
| | |||||
* | community/salt: Update to 2016.3.4 | Olivier Mauras | 2016-11-23 | 1 | -8/+8 |
| | |||||
* | community/salt: fix pkg.latest_version error in alpine-support | Olivier Mauras | 2016-10-12 | 1 | -4/+4 |
| | |||||
* | community/salt: update alpine-support | Steeve Chailloux | 2016-10-11 | 1 | -4/+4 |
| | | | | see: https://github.com/saltstack/salt/pull/36904 | ||||
* | community/salt: prevent errors in pkg.list_upgrades | Olivier Mauras | 2016-10-06 | 1 | -4/+4 |
| | |||||
* | 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 | 1 | -4/+4 |
| | |||||
* | community/salt: fix pkg.latest_version to get pkg.latest working state | Olivier Mauras | 2016-09-29 | 1 | -4/+4 |
| | |||||
* | 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 | 1 | -4/+4 |
| | |||||
* | 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 | 1 | -4/+8 |
| | | | | 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 | 1 | -45/+127 |
| | |||||
* | community/salt: upgrade to 2016.3.2, moved from testing | Francesco Colista | 2016-08-25 | 1 | -0/+67 |