Commit Graph

14 Commits

Author SHA1 Message Date
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
0eab9fb33d community/monitoring-plugins: ping from iputils does not support -4 and -6 flags 2017-11-14 00:23:39 +00:00
Francesco Colista
26d8468c63 community/monitoring-plugins: set the right /bin/ping path 2017-11-10 13:25:23 +00:00
Francesco Colista
dcc43d707d community/monitoring-plugins: fixed typo in configure 2017-11-07 16:58:11 +00:00
Francesco Colista
c42f65a314 community/monitoring-plugins: added iputils as dependency, updated ping command and added ping6 2017-11-07 16:49:48 +00:00
Francesco Colista
a47efc325c community/monitoring-plugins: add ping command with correct parameters to make check_ping work 2017-11-03 13:05:03 +00:00
Natanael Copa
403dc163a8 community/monitoring-plugins: fix build
the configure script requres that --with-perl has a valid patch to perl
upstream bug report:
https://github.com/monitoring-plugins/monitoring-plugins/issues/1480

If --with-pgsql has no path specified, then will things go bad too.
upstream bug report:
https://github.com/monitoring-plugins/monitoring-plugins/issues/1484
2017-04-18 20:45:37 +00:00
Natanael Copa
f073ab96d3 community/monitoring-plugins: disable on all archs
bug in the configure script will fill up the buildservers disk
https://github.com/monitoring-plugins/monitoring-plugins/issues/1480
2017-04-11 17:32:01 +00:00
Breno Leitao
9a201ed69d community/monitoring-plugins: Disable building on ppc64le
Disabling this package temporarily because I am not able to reproduce
the buildlog issue on my machine.
2017-04-08 21:35:32 +00:00
William Pitcock
9160d001b4 community/monitoring-plugins: build fix 2017-04-07 05:48:28 +00:00
William Pitcock
ba73c7daa9 community/monitoring-plugins: fix build on ppc64le 2017-04-07 03:55:23 +00:00
Francesco Colista
2ff3b49911 community/monitoring-plugins: ugprade to 2.2 2016-12-02 07:47:47 +00:00
Natanael Copa
ca273c6b05 community/monitoring-plugins: rebuild against libressl 2016-10-10 12:04:39 +00:00
Francesco Colista
d3624fdede community/monitoring-plugins: moved from testing 2016-04-22 18:11:36 +00:00