<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kunkku/aports/testing/bird, branch master</title>
<subtitle>kunkku's aports repo
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/'/>
<entry>
<title>testing/bird: disable due to failing test</title>
<updated>2018-06-13T17:25:50+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-06-13T17:25:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=bb6e31219a92cc433d8cec4f274018bf7e8d886c'/>
<id>bb6e31219a92cc433d8cec4f274018bf7e8d886c</id>
<content type='text'>
make: *** [Makefile:140: obj/lib/fletcher16_test.ok] Error 139
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make: *** [Makefile:140: obj/lib/fletcher16_test.ok] Error 139
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/bird: don't use git repo as version number</title>
<updated>2018-05-03T17:29:45+00:00</updated>
<author>
<name>Fusl</name>
<email>root@hallowe.lt</email>
</author>
<published>2018-05-03T16:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=22a593abe6e05c589a780b62b34f9a6522717f49'/>
<id>22a593abe6e05c589a780b62b34f9a6522717f49</id>
<content type='text'>
Makefile.in (used by `make`) contains a shell execution line to read the current git tags and uses that value in the resulting binary. However, since we're not building from a git repository but from a tar file, this results in `bird --version` reporting a version of `v3.7.0-3239-gc13b5c993b` instead of `2.0.2`. The added patch makes sure that bird uses the `BIRD_VERSION` from `sysdep/config.h`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makefile.in (used by `make`) contains a shell execution line to read the current git tags and uses that value in the resulting binary. However, since we're not building from a git repository but from a tar file, this results in `bird --version` reporting a version of `v3.7.0-3239-gc13b5c993b` instead of `2.0.2`. The added patch makes sure that bird uses the `BIRD_VERSION` from `sysdep/config.h`
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/bird: upgrade to 2.0.2</title>
<updated>2018-03-25T18:25:39+00:00</updated>
<author>
<name>Roberto Oliveira</name>
<email>robertoguimaraes8@gmail.com</email>
</author>
<published>2018-03-25T18:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=c13b5c993b1105a6b11b6e37ed9a53c67e5b6b81'/>
<id>c13b5c993b1105a6b11b6e37ed9a53c67e5b6b81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/bird: upgrade to 2.0.1</title>
<updated>2018-02-27T17:46:03+00:00</updated>
<author>
<name>Fusl</name>
<email>root@hallowe.lt</email>
</author>
<published>2018-02-16T06:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=61818fd63b50c0c30c320b6e7624184120b42b7e'/>
<id>61818fd63b50c0c30c320b6e7624184120b42b7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/bird: upgrade to 2.0.0</title>
<updated>2018-01-02T15:55:35+00:00</updated>
<author>
<name>Fusl</name>
<email>root@hallowe.lt</email>
</author>
<published>2017-12-20T15:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=cc64ead6b9a3080ab72d534743abcfd698634ab7'/>
<id>cc64ead6b9a3080ab72d534743abcfd698634ab7</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/user/kunkku/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/bird: upgrade to 1.6.3</title>
<updated>2017-07-30T00:10:40+00:00</updated>
<author>
<name>Fusl</name>
<email>root@hallowe.lt</email>
</author>
<published>2017-07-29T23:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=fbd67d8c7d4ffe1ad55aa92d246a9f814fd4f780'/>
<id>fbd67d8c7d4ffe1ad55aa92d246a9f814fd4f780</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/bird: rebuild against readline-7.0.003</title>
<updated>2017-06-05T13:48:05+00:00</updated>
<author>
<name>Leonardo Arena</name>
<email>rnalrd@alpinelinux.org</email>
</author>
<published>2017-06-02T09:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=3bda5c3ad11366f7eec729f89d759f4833e096c4'/>
<id>3bda5c3ad11366f7eec729f89d759f4833e096c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/bird: update config guess</title>
<updated>2016-08-28T16:06:22+00:00</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@gmail.com</email>
</author>
<published>2016-08-28T16:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=90c6dd5c09a3c6c5a550f650b3271f7181b7aeaa'/>
<id>90c6dd5c09a3c6c5a550f650b3271f7181b7aeaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/bird: use builddir, fix struct msghdr usage</title>
<updated>2016-07-11T15:59:55+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2016-07-11T15:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/aports/commit/?id=9943b094902a5743268eb62334c51944ca67dbbf'/>
<id>9943b094902a5743268eb62334c51944ca67dbbf</id>
<content type='text'>
musl has padding fields in struct msghdr for posix compliance.
use designated initializer to get rid of the warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
musl has padding fields in struct msghdr for posix compliance.
use designated initializer to get rid of the warnings.
</pre>
</div>
</content>
</entry>
</feed>
