<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/td-agent-bit, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>testing/td-agent-bit: disable on mips</title>
<updated>2020-04-15T15:01:04+00:00</updated>
<author>
<name>Ariadne Conill</name>
<email>ariadne@dereferenced.org</email>
</author>
<published>2020-04-15T15:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=2cd86b6c0d310661a748a830987b758c7698790c'/>
<id>2cd86b6c0d310661a748a830987b758c7698790c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/td-agent-bit: don't fail on implicit fallthrough</title>
<updated>2019-06-12T22:31:26+00:00</updated>
<author>
<name>prspkt</name>
<email>prspkt@protonmail.com</email>
</author>
<published>2019-06-12T22:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6db6558f9ae219d9be304f280896c84e08d06661'/>
<id>6db6558f9ae219d9be304f280896c84e08d06661</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/td-agent-bit: rebuild against mbedtls-2.11.0</title>
<updated>2018-07-17T20:20:29+00:00</updated>
<author>
<name>prspkt</name>
<email>prspkt@protonmail.com</email>
</author>
<published>2018-06-11T16:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=dd4dde2ed064b3382ed23bd42a3ba20da47489ce'/>
<id>dd4dde2ed064b3382ed23bd42a3ba20da47489ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/td-agent-bit: rebuild against mbedtls-2.7.0</title>
<updated>2018-06-11T14:24:40+00:00</updated>
<author>
<name>Leonardo Arena</name>
<email>rnalrd@alpinelinux.org</email>
</author>
<published>2018-06-11T14:24:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=7e5747d72a04e1e2b64c1bdb087dc3cf98333f7e'/>
<id>7e5747d72a04e1e2b64c1bdb087dc3cf98333f7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/td-agent-bit: disable on s390x</title>
<updated>2018-02-10T15:07:38+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-02-09T19:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d73d867f440416092f9775a407bf2165b467f660'/>
<id>d73d867f440416092f9775a407bf2165b467f660</id>
<content type='text'>
build fails
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
build fails
</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/td-agent-bit: Fix build on ppc64le</title>
<updated>2017-05-08T19:46:35+00:00</updated>
<author>
<name>Breno Leitao</name>
<email>breno.leitao@gmail.com</email>
</author>
<published>2017-05-08T19:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1780a0dfdf57871c83f7104703ace40a1833675b'/>
<id>1780a0dfdf57871c83f7104703ace40a1833675b</id>
<content type='text'>
There was a regression td-agent-bit that broke a function on ppc64le.
This patch fixes it.

This patch was also sent uptream, as:
https://github.com/fluent/fluent-bit/pull/253
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was a regression td-agent-bit that broke a function on ppc64le.
This patch fixes it.

This patch was also sent uptream, as:
https://github.com/fluent/fluent-bit/pull/253
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/td-agent-bit: blacklist aarch64, libco doesn't build</title>
<updated>2017-02-26T20:54:31+00:00</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2017-02-26T20:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=985c1618490852ec1104f36deca61ed5e34728cc'/>
<id>985c1618490852ec1104f36deca61ed5e34728cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/td-agent-bit: new aport</title>
<updated>2017-02-26T20:03:56+00:00</updated>
<author>
<name>Stuart Cardall</name>
<email>developer@it-offshore.co.uk</email>
</author>
<published>2017-02-23T15:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1d0358126ae631c3dc579271cd9376e07bb1a4d6'/>
<id>1d0358126ae631c3dc579271cd9376e07bb1a4d6</id>
<content type='text'>
Fluent Bit is an open source and multi-platform Log Forwarder which allows
you to collect data/logs from different sources, unify and send them to
multiple destinations.

Fluent Bit is written in C, has a pluggable architecture supporting around
20 extensions. It's fast and lightweight and provides the required security
for network operations through TLS.

http://fluentbit.io/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fluent Bit is an open source and multi-platform Log Forwarder which allows
you to collect data/logs from different sources, unify and send them to
multiple destinations.

Fluent Bit is written in C, has a pluggable architecture supporting around
20 extensions. It's fast and lightweight and provides the required security
for network operations through TLS.

http://fluentbit.io/
</pre>
</div>
</content>
</entry>
</feed>
