Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/php7-couchbase: upgrade to 2.6.0 | Andy Postnikov | 2018-10-06 | 1 | -2/+2 |
| | |||||
* | testing/php7-couchbase: upgrade to 2.5.0 & modernize | Andy Postnikov | 2018-07-13 | 1 | -4/+4 |
| | |||||
* | testing/php7-couchbase: upgrade to 2.4.6 | Andy Postnikov | 2018-05-19 | 1 | -3/+3 |
| | |||||
* | testing/php7-couchbase: rebuild against php 7.2.4 | TBK | 2018-03-31 | 1 | -1/+1 |
| | |||||
* | testing/php7-couchbase: upgrade to 2.4.5 | TBK | 2018-03-26 | 1 | -2/+7 |
| | |||||
* | testing/php7-couchbase: upgrade to 2.4.4 | Andy Postnikov | 2018-02-27 | 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/ | ||||
* | testing/php7-couchbase: upgrade to 2.4.1 | Andy Postnikov | 2017-10-26 | 1 | -2/+2 |
| | |||||
* | testing/php7-couchbase: upgrade to 2.4.0 | Andy Postnikov | 2017-10-03 | 1 | -2/+2 |
| | |||||
* | testing/php7-couchbase: build only for php7, cleanup and improve abuild | Jakub Jirutka | 2017-05-02 | 1 | -0/+37 |
| | |||||
* | testing/php-couchbase: merge php5/php7-couchbase into single abuild | Jakub Jirutka | 2016-10-05 | 1 | -34/+0 |
| | |||||
* | testing/php7-couchbase: fix conf.d path | Jakub Jirutka | 2016-10-05 | 1 | -2/+2 |
| | |||||
* | testing/php7-couchbase: update to version 2.2.3 | Nathan Johnson | 2016-10-05 | 1 | -4/+4 |
| | |||||
* | testing/php7-couchbase: update to 2.2.0 | Nathan Johnson | 2016-08-02 | 1 | -13/+9 |
| | |||||
* | testing/php7-couchbase: new aport | Nathan Johnson | 2016-07-08 | 1 | -0/+38 |
This is 2.2 beta3 release. Requires libcouchbase 2.6.0 |