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

9 commits

Author SHA1 Message Date
Natanael Copa
56f7223fa0 testing/sslh: disable on s390x 2018-03-29 10:37:56 +00:00
Jakub Jirutka
90045a1547 testing/sslh: disable on aarch64 - valgrind is N/A for this arch 2018-03-10 18:22:06 +01:00
tcely
b7a52855de testing/sslh: expose test failures 2018-03-06 10:00:21 +00:00
tcely
b9375c7bb7 testing/sslh: Upgrade to v1.19c 2018-03-05 23:03:16 +00:00
Jakub Jirutka
47b365b95b testing/sslh: clarify license 2018-02-23 15:13:51 +01:00
Francesco Colista
90f21dbf57 testing/sslh: upgrade to 1.19c 2018-02-17 17:47:42 +00:00
Francesco Colista
5fa55546fb testing/sslh: upgrade to 1.19 2018-02-16 13:35:36 +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
b0ed51b1bc testing/sslh: new aport. Fixes #7860 2017-09-21 15:23:52 +00:00