12 Commits

Author SHA1 Message Date
alpine-mips-patches
85769cd422 community/monkey: rebuild against libmbedtls.so.12
The current apk is broken anyway, it wants .so.10
2018-12-31 11:25:54 +00:00
Carlo Landmeter
e33efda5f8 community/monkey: use system malloc 2018-11-17 13:18:00 +00:00
prspkt
a9d688be61 community/monkey: rebuild against mbedtls-2.11.0 2018-07-17 20:20:28 +00:00
Leonardo Arena
dbda1d56aa community/monkey: rebuild against mbedtls-2.7.0 2018-06-11 14:25:17 +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
Roberto Oliveira
9f9700d772 community/monkey: modernize and add simple check
Add a simple test as upstream doesn't provide a test suite.
2017-12-07 19:38:59 +00:00
tmpfile
9b7d68a46d community/[various]: remove trailing whitespace in pkgdesc 2017-06-20 08:00:06 +00:00
ScrumpyJack
dbcc4de9ee community/monkey: fixes ssl problem
Builds monkey with jemalloc to fix a seg fault issue when built
with built-in malloc.
2016-12-29 09:59:13 +00:00
Natanael Copa
54648f9a74 community/monkey: bump pkgrel 2016-10-19 15:03:10 +00:00
ScrumpyJack
939f229314 community/monkey: adds TLS support
Adds support for TLS monkey plugin
2016-10-19 15:02:40 +00:00
Francesco Colista
3223d0026a community/monkey: upgrade to 1.6.9 2016-06-07 09:36:44 +00:00
Timo Teräs
39cf49023a community/monkey: moved from main 2016-03-18 06:30:38 +00:00