aboutsummaryrefslogtreecommitdiffstats
path: root/testing/apache2-mod-perl
Commit message (Collapse)AuthorAgeFilesLines
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-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 Colista2017-11-271-9/+14
|
* testing/apache2-mod-perl: upgrade to 2.0.10Valery Kartel2017-02-152-38/+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.24Natanael Copa2016-07-271-1/+1
|
* testing/apache2-mod-perl: new perl-5.22 compatibility patch from upstreamValery Kartel2015-12-221-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.22Valery Kartel2015-11-246-141/+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 -devNatanael Copa2015-07-171-2/+2
|
* testing/apache2-mod-perl: upgrade to 2.0.9Natanael Copa2015-07-161-5/+5
|
* testing/apache2-mod-perl: upgrade to 2.0.9-rc1Francesco Colista2015-05-211-20/+12
|
* testing/apache2-mod-perl: update license tagFabian Affolter2013-11-201-3/+3
|
* testing/apache2-mod-perl: upgrade tp 2.0.8Francesco Colista2013-10-033-6/+103
|
* testing/apache2-mod-perl: upgrade to 2.0.7Natanael Copa2012-07-101-3/+3
|
* testingapache2-mod-perl/: rebuild against db-5.3Natanael Copa2012-01-271-1/+1
|
* testing/apache2-mod-perl: fix segfault on x86Natanael Copa2012-01-252-2/+27
| | | | fixes #952
* testing/apache2-mod-perl: rebuild against perl-5.14Natanael Copa2011-05-181-1/+1
|
* testing/apache2-mod-perl: new aportMatt Smith2011-04-123-0/+79
Perl Module for Apache2 http://perl.apache.org/