<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/community/monkey, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/monkey: switch to available source</title>
<updated>2020-05-03T19:52:45+00:00</updated>
<author>
<name>Kevin Daudt</name>
<email>kdaudt@alpinelinux.org</email>
</author>
<published>2020-05-03T19:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=08f2cf309bc90d5013c1162c861bac2b1a290e42'/>
<id>08f2cf309bc90d5013c1162c861bac2b1a290e42</id>
<content type='text'>
monkey-project.com is down
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
monkey-project.com is down
</pre>
</div>
</content>
</entry>
<entry>
<title>community/monkey: rebuild against libmbedtls.so.12</title>
<updated>2018-12-31T11:25:54+00:00</updated>
<author>
<name>alpine-mips-patches</name>
<email>info@mobile-stream.com</email>
</author>
<published>2018-12-25T05:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=85769cd422ed54b0022021359a6912f19b6d171a'/>
<id>85769cd422ed54b0022021359a6912f19b6d171a</id>
<content type='text'>
The current apk is broken anyway, it wants .so.10
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current apk is broken anyway, it wants .so.10
</pre>
</div>
</content>
</entry>
<entry>
<title>community/monkey: use system malloc</title>
<updated>2018-11-17T13:18:00+00:00</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@alpinelinux.org</email>
</author>
<published>2018-11-17T13:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e33efda5f89c34ef18d9d91d410b3b2a40e223c7'/>
<id>e33efda5f89c34ef18d9d91d410b3b2a40e223c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/monkey: rebuild against mbedtls-2.11.0</title>
<updated>2018-07-17T20:20:28+00:00</updated>
<author>
<name>prspkt</name>
<email>prspkt@protonmail.com</email>
</author>
<published>2018-03-30T13:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a9d688be61bbb266e9abdfc80cf9d09d4c30be65'/>
<id>a9d688be61bbb266e9abdfc80cf9d09d4c30be65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/monkey: rebuild against mbedtls-2.7.0</title>
<updated>2018-06-11T14:25:17+00:00</updated>
<author>
<name>Leonardo Arena</name>
<email>rnalrd@alpinelinux.org</email>
</author>
<published>2018-06-11T14:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=dbda1d56aa701ee1d4ba42ddff7f291ce48164ce'/>
<id>dbda1d56aa701ee1d4ba42ddff7f291ce48164ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[various]: unify names of licenses according to SPDX</title>
<updated>2017-12-30T20:05:50+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-30T18:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=63f5e7d295659a855709901ce22a3e5f40fce455'/>
<id>63f5e7d295659a855709901ce22a3e5f40fce455</id>
<content type='text'>
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/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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/
</pre>
</div>
</content>
</entry>
<entry>
<title>community/monkey: modernize and add simple check</title>
<updated>2017-12-07T19:38:59+00:00</updated>
<author>
<name>Roberto Oliveira</name>
<email>robertoguimaraes8@gmail.com</email>
</author>
<published>2017-12-07T19:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9f9700d7720117af73673f5d4e3433b2b2eab0ff'/>
<id>9f9700d7720117af73673f5d4e3433b2b2eab0ff</id>
<content type='text'>
Add a simple test as upstream doesn't provide a test suite.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a simple test as upstream doesn't provide a test suite.
</pre>
</div>
</content>
</entry>
<entry>
<title>community/[various]: remove trailing whitespace in pkgdesc</title>
<updated>2017-06-20T08:00:06+00:00</updated>
<author>
<name>tmpfile</name>
<email>tmpfile@users.noreply.github.com</email>
</author>
<published>2017-06-19T13:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9b7d68a46d29418c825ec31f3393867f0f3d794d'/>
<id>9b7d68a46d29418c825ec31f3393867f0f3d794d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/monkey: fixes ssl problem</title>
<updated>2016-12-29T09:59:13+00:00</updated>
<author>
<name>ScrumpyJack</name>
<email>scrumpyjack@st.ilet.to</email>
</author>
<published>2016-09-13T07:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=dbcc4de9ee99ba5d796398881f6ba1d54ea6874a'/>
<id>dbcc4de9ee99ba5d796398881f6ba1d54ea6874a</id>
<content type='text'>
Builds monkey with jemalloc to fix a seg fault issue when built
with built-in malloc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Builds monkey with jemalloc to fix a seg fault issue when built
with built-in malloc.
</pre>
</div>
</content>
</entry>
<entry>
<title>community/monkey: bump pkgrel</title>
<updated>2016-10-19T15:03:10+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-10-19T15:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=54648f9a74f93982b65fa7f9d3df42f861206dc9'/>
<id>54648f9a74f93982b65fa7f9d3df42f861206dc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
