Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/monkey: switch to available source | Kevin Daudt | 2020-05-03 | 1 | -1/+3 |
| | | | | monkey-project.com is down | ||||
* | community/monkey: rebuild against libmbedtls.so.12 | alpine-mips-patches | 2018-12-31 | 1 | -1/+1 |
| | | | | The current apk is broken anyway, it wants .so.10 | ||||
* | community/monkey: use system malloc | Carlo Landmeter | 2018-11-17 | 1 | -1/+2 |
| | |||||
* | community/monkey: rebuild against mbedtls-2.11.0 | prspkt | 2018-07-17 | 1 | -2/+2 |
| | |||||
* | community/monkey: rebuild against mbedtls-2.7.0 | Leonardo Arena | 2018-06-11 | 1 | -1/+1 |
| | |||||
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -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/monkey: modernize and add simple check | Roberto Oliveira | 2017-12-07 | 1 | -12/+10 |
| | | | | Add a simple test as upstream doesn't provide a test suite. | ||||
* | community/[various]: remove trailing whitespace in pkgdesc | tmpfile | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | community/monkey: fixes ssl problem | ScrumpyJack | 2016-12-29 | 1 | -3/+2 |
| | | | | | Builds monkey with jemalloc to fix a seg fault issue when built with built-in malloc. | ||||
* | community/monkey: bump pkgrel | Natanael Copa | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | community/monkey: adds TLS support | ScrumpyJack | 2016-10-19 | 1 | -11/+6 |
| | | | | Adds support for TLS monkey plugin | ||||
* | community/monkey: upgrade to 1.6.9 | Francesco Colista | 2016-06-07 | 1 | -4/+4 |
| | |||||
* | community/monkey: moved from main | Timo Teräs | 2016-03-18 | 1 | -0/+55 |