<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/ndpi, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>testing/ndpi: disable on mips</title>
<updated>2020-04-14T21:04:15+00:00</updated>
<author>
<name>Ariadne Conill</name>
<email>ariadne@dereferenced.org</email>
</author>
<published>2020-04-14T21:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=5b8a33ee445dad2dcf327a0e2d293014ad19fd4b'/>
<id>5b8a33ee445dad2dcf327a0e2d293014ad19fd4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>aports: add support for armv7 [skip ci]</title>
<updated>2018-09-24T07:19:24+00:00</updated>
<author>
<name>Oliver Smith</name>
<email>ollieparanoid@bitmessage.ch</email>
</author>
<published>2018-09-20T04:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9d9f981a2c421f44db3ae66b90293202748eb9f3'/>
<id>9d9f981a2c421f44db3ae66b90293202748eb9f3</id>
<content type='text'>
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
&lt;https://lists.alpinelinux.org/alpine-devel/6271.html&gt;

It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
&lt;https://lists.alpinelinux.org/alpine-devel/6271.html&gt;

It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ndpi: disable on armhf and s390x</title>
<updated>2018-02-05T22:41:22+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-02-05T22:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=08227c58b74ae1f2068f55652638781eb7f779c1'/>
<id>08227c58b74ae1f2068f55652638781eb7f779c1</id>
<content type='text'>
tests fails on armhf without any apparent reason and tests hangs on
s390x. Disable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tests fails on armhf without any apparent reason and tests hangs on
s390x. Disable.
</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>testing/ndpi: disable tests on armhf</title>
<updated>2017-12-05T10:41:01+00:00</updated>
<author>
<name>Leonardo Arena</name>
<email>rnalrd@alpinelinux.org</email>
</author>
<published>2017-12-05T10:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=21fee56fb5eac09fdf004705e8c87b9a21445360'/>
<id>21fee56fb5eac09fdf004705e8c87b9a21445360</id>
<content type='text'>
Making check in tests
make[1]: Entering directory '/home/buildozer/aports/testing/ndpi/src/nDPI-2.2/tests'
make  check-TESTS
make[2]: Entering directory '/home/buildozer/aports/testing/ndpi/src/nDPI-2.2/tests'
make[3]: Entering directory '/home/buildozer/aports/testing/ndpi/src/nDPI-2.2/tests'
FAIL: do.sh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Making check in tests
make[1]: Entering directory '/home/buildozer/aports/testing/ndpi/src/nDPI-2.2/tests'
make  check-TESTS
make[2]: Entering directory '/home/buildozer/aports/testing/ndpi/src/nDPI-2.2/tests'
make[3]: Entering directory '/home/buildozer/aports/testing/ndpi/src/nDPI-2.2/tests'
FAIL: do.sh
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/ndpi: new aport</title>
<updated>2017-12-05T10:07:30+00:00</updated>
<author>
<name>Leonardo Arena</name>
<email>rnalrd@alpinelinux.org</email>
</author>
<published>2017-12-05T09:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=8bb17a605e4cdd00920c2f984862cc09e38368fa'/>
<id>8bb17a605e4cdd00920c2f984862cc09e38368fa</id>
<content type='text'>
Library for deep-packet inspection
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Library for deep-packet inspection
</pre>
</div>
</content>
</entry>
</feed>
