Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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/ | ||||
* | testing/lttng-tools: upgrade to 2.9.6 | Roberto Oliveira | 2017-08-10 | 1 | -2/+2 |
| | |||||
* | testing/lttng-tools: enable build on ppc64le | Roberto Oliveira | 2017-07-24 | 1 | -1/+1 |
| | | | | | | | Some tests from lttng-tools were failing because ppc64le alpinebox has 160 cores and some lttng-tools stress tests were running out of file descriptors. I increased the ulimit hard limit value in the host to fix this issue. | ||||
* | testing/lttng-tools: upgrade to 2.9.5 | Roberto Oliveira | 2017-07-10 | 1 | -7/+3 |
| | |||||
* | testing/lttng-tools: disable on ppc64le for now | Natanael Copa | 2017-06-16 | 1 | -1/+1 |
| | |||||
* | testing/lttng-tools: rebuild against userspace-rcu 0.10 | Natanael Copa | 2017-06-16 | 1 | -1/+1 |
| | |||||
* | testing/lttng-tools: upgrade to 2.9.3 | Michael Jeanson | 2017-01-11 | 2 | -18/+4 |
| | |||||
* | testing/lttng-tools: disable on aarch64 | Natanael Copa | 2017-01-05 | 1 | -1/+1 |
| | | | | the make check phase fails | ||||
* | testing/lttng-tools: upgrade to 2.9.0 | Michael Jeanson | 2016-12-07 | 9 | -584/+71 |
| | |||||
* | testing/lttng-tools: upgrade to 2.8.1 | Michael Jeanson | 2016-08-28 | 6 | -335/+12 |
| | |||||
* | testing/lttng-tools: add util-linux-dev to makedeps | Bartłomiej Piotrowski | 2016-06-17 | 1 | -1/+2 |
| | |||||
* | testing/lttng-tools: new aport | Michael Jeanson | 2016-06-17 | 12 | -0/+948 |
https://lttng.org LTTng 2.0 control tools |