1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 20:25:17 +03:00
Commit graph

27 commits

Author SHA1 Message Date
Hugo Osvaldo Barrera
cdd3ce01ff */*: drop redundant CARGO_PROFILE_* variables, collapse newlines
The cargo vars are now set in abuild.conf by default.

Newlines done with:

    find . -name APKBUILD -exec sed -i '/^$/N;/^\n$/D' {} \;

See also: https://stackoverflow.com/a/4522043
2023-01-07 02:42:07 +01:00
rubicon
8bcc8fddbc
testing/apache2-mod-perl: rebuild against perl 5.36.0 2022-06-08 08:56:58 +02:00
J0WI
8f7f1731cd testing/apache2-mod-perl: upgrade to 2.0.12 2022-05-06 12:33:42 +00:00
ptrcnull
a00d43d806
testing/apache2-mod-perl: update source url 2022-02-03 05:46:28 +01:00
Natanael Copa
4520e31cac testing/apache2-mod-perl: rebuild against perl 5.34 2021-07-28 15:46:07 +00:00
J0WI
50f3387b6d testing/apache2-mod-perl: upgrade to 2.0.11 2020-02-01 18:48:45 +01:00
Natanael Copa
f03e1b0595 testing/apache2-mod-perl: disable til we fix segfault in httpd
Sometehingk makes apache segault with perl 5.30. Disable til we figured
out what.
2019-09-05 15:36:55 +00:00
Natanael Copa
cf25bbd88e testing/apache2-mod-perl: rebuild against perl 5.28 2019-05-11 07:13:00 +00:00
Natanael Copa
c5c23eafc1 testing/apache2-mod-perl: add fedora patches 2018-10-12 18:44:48 +00:00
J0WI
16f8ceb8e2 testing: (Bulk change) Update urls to https using HTTPS Everywhere and bump pkgrel 2018-10-06 17:19:31 +00:00
J0WI
3b516609b4 testing: (Bulk change) Update source urls to https using HTTPS Everywhere 2018-10-06 17:10:15 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
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/
2017-12-30 21:05:50 +01:00
Francesco Colista
1f69ca14ee testing/apache2-mod-perl: rebuild against perl 5.26. Added check() 2017-11-27 15:59:03 +00:00
Valery Kartel
b0f49963a4 testing/apache2-mod-perl: upgrade to 2.0.10
--
- remove unused patch
- remove obsoletes from config
- cleanups in APKBUILD
- mp2bug binary and development text-data moved to -dev
2017-02-15 13:39:01 +00:00
Natanael Copa
40f25ffff0 testing/apache2-mod-perl: rebuild against perl 5.24 2016-07-27 16:52:02 +00:00
Valery Kartel
683e44958f testing/apache2-mod-perl: new perl-5.22 compatibility patch from upstream
'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.
2015-12-22 06:58:58 +00:00
Valery Kartel
48ee788e89 testing/apache2-mod-perl: more refined patch to work with perl 5.22
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 ;)
2015-11-24 13:02:55 +00:00
Natanael Copa
b0151459f3 testing/apache2-mod-perl: fix depends for -dev 2015-07-17 07:18:06 +00:00
Natanael Copa
b57a5e3897 testing/apache2-mod-perl: upgrade to 2.0.9 2015-07-16 13:56:38 +00:00
Francesco Colista
d8b38c2df6 testing/apache2-mod-perl: upgrade to 2.0.9-rc1 2015-05-21 13:54:39 +00:00
Fabian Affolter
6015e2c24e testing/apache2-mod-perl: update license tag 2013-11-20 10:27:28 +00:00
Francesco Colista
36c22946e4 testing/apache2-mod-perl: upgrade tp 2.0.8 2013-10-03 14:11:26 +00:00
Natanael Copa
5bc5af11d1 testing/apache2-mod-perl: upgrade to 2.0.7 2012-07-10 14:13:05 +00:00
Natanael Copa
1c56da9d0f testingapache2-mod-perl/: rebuild against db-5.3 2012-01-27 22:14:35 +00:00
Natanael Copa
d1a56cb116 testing/apache2-mod-perl: fix segfault on x86
fixes #952
2012-01-25 12:40:27 +00:00
Natanael Copa
5a1765d538 testing/apache2-mod-perl: rebuild against perl-5.14 2011-05-18 13:48:40 +00:00
Matt Smith
53910ad269 testing/apache2-mod-perl: new aport
Perl Module for Apache2
http://perl.apache.org/
2011-04-12 02:40:19 -05:00