<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/main/daq, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>main/daq: upgrade to 2.0.7</title>
<updated>2020-04-29T04:50:13+00:00</updated>
<author>
<name>Kevin Daudt</name>
<email>kdaudt@alpinelinux.org</email>
</author>
<published>2020-04-28T21:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=cdb9bd9e2d066da3008fee618e177fe6f986cf2a'/>
<id>cdb9bd9e2d066da3008fee618e177fe6f986cf2a</id>
<content type='text'>
daq-2.0.6 has been pulled upstream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
daq-2.0.6 has been pulled upstream.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/daq: support afpacket and nfq</title>
<updated>2019-06-05T19:18:47+00:00</updated>
<author>
<name>Karim Kanso</name>
<email>kaz.kanso@gmail.com</email>
</author>
<published>2019-05-22T17:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=be9b5a26267db1593ba0582d32c957210480658b'/>
<id>be9b5a26267db1593ba0582d32c957210480658b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/daq: split static and sfbpf libs</title>
<updated>2019-05-27T18:36:21+00:00</updated>
<author>
<name>Karim Kanso</name>
<email>kaz.kanso@gmail.com</email>
</author>
<published>2019-05-22T10:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3f8f4c032a963a74a900d174edf79a15eb93c235'/>
<id>3f8f4c032a963a74a900d174edf79a15eb93c235</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>main/*: fix homepage url and source from http:// to https://</title>
<updated>2017-11-19T13:16:51+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-11-19T13:05:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=730cdcef6901750f4029d4c3b8639ce02ee3ead1'/>
<id>730cdcef6901750f4029d4c3b8639ce02ee3ead1</id>
<content type='text'>
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.

$source urls are updated when they contain $url as substring.
</pre>
</div>
</content>
</entry>
<entry>
<title>main/daq: update checksum, modernize and add check</title>
<updated>2017-11-16T13:33:40+00:00</updated>
<author>
<name>Roberto Oliveira</name>
<email>robertoguimaraes8@gmail.com</email>
</author>
<published>2017-11-16T12:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=2be964e742c984c769619f3799ff3bd9c5a4b91b'/>
<id>2be964e742c984c769619f3799ff3bd9c5a4b91b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main/daq: rebuild with flex-2.6.1</title>
<updated>2016-11-07T19:13:32+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-11-07T19:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=11dc3f50161031eae74ef2698af02f9d27171c63'/>
<id>11dc3f50161031eae74ef2698af02f9d27171c63</id>
<content type='text'>
flex-2.6.2 was broken
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
flex-2.6.2 was broken
</pre>
</div>
</content>
</entry>
<entry>
<title>main/daq: upgrade to 2.0.6</title>
<updated>2015-10-30T08:40:28+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2015-10-30T08:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e6395b95d544d271e8e538514e6be1d9292c6d00'/>
<id>e6395b95d544d271e8e538514e6be1d9292c6d00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't prefix GPL version number with a dash</title>
<updated>2015-10-03T11:19:51+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2015-09-30T14:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=53679caf4fa9cfa393975176fe5d544dfd4e5ce6'/>
<id>53679caf4fa9cfa393975176fe5d544dfd4e5ce6</id>
<content type='text'>
This conforms to wiki documentation regarding package creation:
http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This conforms to wiki documentation regarding package creation:
http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not delete *.la files manually</title>
<updated>2015-09-10T11:59:03+00:00</updated>
<author>
<name>Bartłomiej Piotrowski</name>
<email>b@bpiotrowski.pl</email>
</author>
<published>2015-09-10T11:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b4a13e7314bfe25e63b2f1ae5014d5429c17b539'/>
<id>b4a13e7314bfe25e63b2f1ae5014d5429c17b539</id>
<content type='text'>
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
</pre>
</div>
</content>
</entry>
</feed>
