8 Commits

Author SHA1 Message Date
Sören Tempel
f164da39d1 community/libcoap: upgrade to 4.2.0 2019-03-02 18:57:06 +01: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
Roberto Oliveira
01c4e92017 community/libcoap: enable tests again on ppc64le
Tests were failing in ppc64le LXC container (but working in
a VM). I tried tests now and seems to be running fine.
2017-11-23 19:15:59 +00:00
Sören Tempel
24f2c691ad community/libcoap: return in check() on ppc64le
Using options="!check" for this arch makes the configure script complain
because --enable-tests was passed but cunit wasn't installed.
2017-08-25 20:25:08 +02:00
Sören Tempel
16b9729aeb community/libcoap: disable tests on ppc64le 2017-08-25 20:19:41 +02:00
Sören Tempel
9bd2e86a0e community/libcoap: move from testing 2017-08-25 20:12:41 +02:00
Sören Tempel
e7d1ffb477 Revert "community/libcoap: move from testing"
This reverts commit 8a66e1b0520aa3fc9810cfbbad877a0cc7e53af1.
2017-08-13 22:03:41 +02:00
Sören Tempel
8a66e1b052 community/libcoap: move from testing 2017-08-13 02:00:44 +02:00