aboutsummaryrefslogtreecommitdiffstats
path: root/community/tinc-pre
Commit message (Collapse)AuthorAgeFilesLines
* community/tinc-pre: disable on armhfJakub Jirutka2018-05-271-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Tests somehow fail on the armhf builder: make[3]: Entering directory '/home/buildozer/aports/community/tinc-pre/src/tinc-1.1pre15/test' PASS: executables.test PASS: commandline.test PASS: basic.test PASS: invite-join.test PASS: invite-offline.test PASS: variables.test PASS: invite-tinc-up.test PASS: import-export.test PASS: scripts.test make[3]: *** Deleting file 'sptps-basic.log' make: *** [Makefile:379: check-recursive] Terminated make[2]: *** [Makefile:737: check-TESTS] Terminated make[3]: *** [Makefile:755: sptps-basic.log] Terminated make[1]: *** [Makefile:804: check-am] Terminated Terminated >>> ERROR: tinc-pre*: check failed And on another armhf container, sptps-basic.test fail.
* community/tinc-pre: fix buildFrancesco Colista2018-04-101-18/+22
|
* community/tinc-pre: rebuild against libressl-2.7Natanael Copa2018-04-061-1/+1
|
* community/tinc-pre: enable build on ppc64leRoberto Oliveira2018-03-301-1/+1
| | | | | I build it on a ppc64le LXC container and all tests passed. Hope it pass in the builders too...
* [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/
* community/tinc-pre: disable on s390x and ppc64leNatanael Copa2017-11-141-2/+2
| | | | tests fails. this is also a pre-release, which we want avoid to maintain
* community/tinc-pre: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* community/tinc-pre: disable tests on ppc64le for nowRoberto Oliveira2017-09-301-0/+1
| | | | | | Disable tests on ppc64le now. The tests are passing in a alpine VM ppc64le and failing in the LXC container. I will investigate latter why tests are failing.
* community/tinc-pre: upgrade to 1.1pre15 and enable some testsCarlo Landmeter2017-09-302-6/+24
|
* community/tinc-pre: rebuild against readline-7.0.003Leonardo Arena2017-06-051-1/+1
|
* community/tinc-pre: fix init and move to communityCarlo Landmeter2017-05-065-0/+222