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/apache2-mod-perl: rebuild against perl 5.26. Added check() | Francesco Colista | 2017-11-27 | 1 | -9/+14 |
| | |||||
* | testing/apache2-mod-perl: upgrade to 2.0.10 | Valery Kartel | 2017-02-15 | 1 | -35/+28 |
| | | | | | | | | -- - remove unused patch - remove obsoletes from config - cleanups in APKBUILD - mp2bug binary and development text-data moved to -dev | ||||
* | testing/apache2-mod-perl: rebuild against perl 5.24 | Natanael Copa | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | testing/apache2-mod-perl: new perl-5.22 compatibility patch from upstream | Valery Kartel | 2015-12-22 | 1 | -7/+6 |
| | | | | | | | 'make test' still fails but now more tests run pkgver=2 summary: Failed 16/245 test programs. 29/2547 subtests failed. pkgver=3 summary: Failed 14/245 test programs. 26/2691 subtests failed. | ||||
* | testing/apache2-mod-perl: more refined patch to work with perl 5.22 | Valery Kartel | 2015-11-24 | 1 | -34/+20 |
| | | | | | | | | | | | This patch is replaces the previous one: http://patchwork.alpinelinux.org/patch/851/ - all unused patches and post-install script are removed - added the latest patch from https://rt.cpan.org/Public/Bug/Display.html?id=101962#txn-1558194 - many tests are fail, so 'make test' is not included in build() - some minor cleanups in APKBUILD Now apache not crashes to segfault with this module ;) | ||||
* | testing/apache2-mod-perl: fix depends for -dev | Natanael Copa | 2015-07-17 | 1 | -2/+2 |
| | |||||
* | testing/apache2-mod-perl: upgrade to 2.0.9 | Natanael Copa | 2015-07-16 | 1 | -5/+5 |
| | |||||
* | testing/apache2-mod-perl: upgrade to 2.0.9-rc1 | Francesco Colista | 2015-05-21 | 1 | -20/+12 |
| | |||||
* | testing/apache2-mod-perl: update license tag | Fabian Affolter | 2013-11-20 | 1 | -3/+3 |
| | |||||
* | testing/apache2-mod-perl: upgrade tp 2.0.8 | Francesco Colista | 2013-10-03 | 1 | -6/+20 |
| | |||||
* | testing/apache2-mod-perl: upgrade to 2.0.7 | Natanael Copa | 2012-07-10 | 1 | -3/+3 |
| | |||||
* | testingapache2-mod-perl/: rebuild against db-5.3 | Natanael Copa | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | testing/apache2-mod-perl: fix segfault on x86 | Natanael Copa | 2012-01-25 | 1 | -2/+13 |
| | | | | fixes #952 | ||||
* | testing/apache2-mod-perl: rebuild against perl-5.14 | Natanael Copa | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | testing/apache2-mod-perl: new aport | Matt Smith | 2011-04-12 | 1 | -0/+58 |
Perl Module for Apache2 http://perl.apache.org/ |