Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/ansible: add option to change shell in lxc module | Carlo Landmeter | 2018-11-16 | 2 | -3/+101 |
| | | | | https://github.com/ansible/ansible/pull/40924 | ||||
* | main/ansible: upgrade to 2.7.0 | prspkt | 2018-10-14 | 1 | -2/+2 |
| | |||||
* | main/ansible: security upgrade to 2.6.3 | Andy Postnikov | 2018-08-28 | 1 | -2/+6 |
| | |||||
* | main/ansible: upgrade to 2.6.1 | Sören Tempel | 2018-07-08 | 1 | -2/+2 |
| | |||||
* | main/ansible: upgrade to 2.6.0 | prspkt | 2018-06-29 | 1 | -2/+2 |
| | |||||
* | main/ansible: upgrade to 2.5.5 | Fabian Affolter | 2018-06-15 | 1 | -2/+2 |
| | |||||
* | main/ansible: upgrade to 2.5.4 | Fabian Affolter | 2018-06-01 | 1 | -2/+2 |
| | |||||
* | main/ansible: upgrade to 2.5.2 | Fabian Affolter | 2018-05-07 | 1 | -7/+7 |
| | |||||
* | main/ansible: upgrade to 2.5.0 | Fabian Affolter | 2018-03-24 | 1 | -2/+2 |
| | |||||
* | main/ansible: upgrade to 2.4.3.0 | Fabian Affolter | 2018-02-03 | 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/ | ||||
* | main/ansible: upgrade to 2.4.2.0 | Sören Tempel | 2017-12-05 | 1 | -2/+2 |
| | |||||
* | main/ansible: upgrade to 2.4.1.0 | Fabian Affolter | 2017-11-05 | 1 | -2/+2 |
| | |||||
* | main/ansible: upgrade to 2.4.0.0 | Takuya Noguchi | 2017-09-29 | 1 | -3/+3 |
| | |||||
* | main/ansible: upgrade to 2.3.2.0 | Takuya Noguchi | 2017-09-26 | 1 | -3/+4 |
| | |||||
* | main/ansible: upgrade to 2.3.1.0 | Fabian Affolter | 2017-06-03 | 1 | -3/+3 |
| | |||||
* | main/ansible: depend on py2 modules | Natanael Copa | 2017-05-04 | 1 | -2/+3 |
| | |||||
* | main/ansible: upgrade to 2.3.0.0 | Sören Tempel | 2017-04-27 | 1 | -7/+2 |
| | |||||
* | main/ansible: upgrade to 2.2.2.0, modernize APKBUILD | Sören Tempel | 2017-04-03 | 1 | -13/+10 |
| | |||||
* | main/ansible: depend on py-crypto | Sören Tempel | 2017-04-02 | 1 | -2/+2 |
| | | | | Which is needed by ansible-vault. | ||||
* | main/ansible: upgrade to 2.2.1.0 | Fabian Affolter | 2017-01-25 | 1 | -5/+5 |
| | |||||
* | main/ansible: upgrade to 2.2.0.0 | Sören Tempel | 2016-11-03 | 1 | -8/+8 |
| | |||||
* | [various] rename python executable in APKBUILDs to python2 | Jakub Jirutka | 2016-10-26 | 1 | -2/+2 |
| | |||||
* | [various] rename dependency python to python2 | Jakub Jirutka | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | [various] rename dependency python-dev to python2-dev | Jakub Jirutka | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | main/ansible: upgrade to 2.1.2.0 | Sören Tempel | 2016-10-25 | 1 | -4/+4 |
| | |||||
* | main/ansible: upgrade to 2.1.1.0 | Sören Tempel | 2016-08-16 | 1 | -20/+9 |
| | |||||
* | main/ansible: update to 2.1.0.0 | Łukasz Jendrysik | 2016-05-26 | 1 | -5/+6 |
| | |||||
* | main/ansible: upgrade to 2.0.1.0 | Sören Tempel | 2016-02-27 | 2 | -21/+5 |
| | |||||
* | main/ansible: backport play iteration context patch | Sören Tempel | 2016-02-04 | 2 | -5/+32 |
| | | | | | | | | The patch is already included upstream, but upstream didn't make a new stable release yet and since this bug is pretty annoying I suggest that we include this patch until upstream makes a new stable release. See: https://github.com/ansible/ansible/pull/13793 | ||||
* | main/ansible: upgrade to 2.0.0.2 | Sören Tempel | 2016-01-26 | 1 | -5/+9 |
| | |||||
* | main/ansible: upgrade to 1.9.4 | Sören Tempel | 2015-10-12 | 1 | -9/+15 |
| | |||||
* | rebuild to properly set maintainer | Carlo Landmeter | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | main/ansible: upgrade to 1.9.3 | Eivind Uggedal | 2015-09-16 | 1 | -5/+5 |
| | |||||
* | main/ansible: fix installation of man pages | Sören Tempel | 2015-08-07 | 1 | -5/+3 |
| | |||||
* | main/ansible: upgrade to 1.9.2 | Anonymous | 2015-07-21 | 1 | -16/+8 |
| | | | | | | Had to remove the ansible-apk module by bpiotrowski@ not because it didn't work work with 1.9.2 anymore but because the tarball couldn't be extracted with tar(1). The error message was 'bzip2: invalid magic'. | ||||
* | main/ansible: upgrade to 1.8.4 | Fabian Affolter | 2015-03-11 | 1 | -4/+4 |
| | |||||
* | main/ansible: upgrade to 1.8.2 | Fabian Affolter | 2014-12-09 | 1 | -4/+4 |
| | |||||
* | main/ansible: upgrade to 1.8.0 | Fabian Affolter | 2014-11-27 | 1 | -5/+5 |
| | |||||
* | main/ansible: upgrade to 1.7.2 | Fabian Affolter | 2014-11-27 | 1 | -4/+4 |
| | |||||
* | main/ansible: upgrade to 1.7.1 | Fabian Affolter | 2014-08-21 | 1 | -4/+4 |
| | |||||
* | main/ansible: upgrade to 1.7.0 | Fabian Affolter | 2014-08-14 | 1 | -4/+4 |
| | |||||
* | main/ansible: security upgrade to 1.6.7 (CVE-2014-4966,CVE-2014-4967) | Natanael Copa | 2014-07-29 | 1 | -4/+4 |
| | |||||
* | main/ansible: security upgrade to 1.6.6 (CVE-2014-4678) | Natanael Copa | 2014-07-16 | 1 | -4/+4 |
| | |||||
* | main/ansible: security upgrade to 1.6.5 | Eivind Uggedal | 2014-06-27 | 1 | -4/+4 |
| | |||||
* | main/ansible: upgrade to 1.6.1 | Bartłomiej Piotrowski | 2014-05-17 | 1 | -5/+5 |
| | |||||
* | main/ansible: upgrade to 1.5.5 | Bartłomiej Piotrowski | 2014-04-24 | 1 | -4/+4 |
| | |||||
* | main/ansible: upgrade to 1.5.4 | Fabian Affolter | 2014-04-13 | 1 | -4/+4 |
| | |||||
* | main/ansible: upgrade to 1.5.0 | Fabian Affolter | 2014-03-11 | 1 | -4/+4 |
| | |||||
* | main/ansible: upgrade to 1.4.5 | Natanael Copa | 2014-02-19 | 1 | -4/+4 |
| |