Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.4 06 Jan 2025 22:56:37 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Upgrade to 3.2.4
Hard code the coro stack size to something that is expected.
Documentation states that 24576 is default [1] but FreeBSD has a
PTHREAD_MIN_SIZE of only 4 * 512, so the coro stack size is just too
small for some use cases [2].
[1] https://docs.fluentbit.io/manual/administration/configuring-fluent-bit
PR: 283299 (reported by Antti Rasinen) |2]
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.2.4 |
3.2.3 22 Dec 2024 09:59:58 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Upgrade to 3.2.3
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.2.3 |
3.2.2 29 Nov 2024 14:11:41 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Upgrade to 3.2.2
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.2.2 |
3.2.1 19 Nov 2024 15:04:50 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 3.2.1
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.2.1 |
3.2.0 16 Nov 2024 10:47:45 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 3.2.0
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.2.0 |
3.1.10 05 Nov 2024 13:02:14 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 3.1.10
Make postgresql and lua default on, since the documentation for
fluent-bit has no mention of them possibly ever being off.
Fix start script to not use --daemon option redundantly when we already
use the daemon(8) tool.
PR: 281459, 269480
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.1.10 |
3.1.9 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
3.1.9 28 Sep 2024 20:48:55 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 3.1.9
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.1.9 |
3.1.8 17 Sep 2024 11:21:09 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 3.1.8
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.1.8 |
3.1.7 02 Sep 2024 14:28:33 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 3.1.7
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.1.7 |
3.1.6 22 Aug 2024 23:27:12 |
Mateusz Piotrowski (0mp) |
sysutils/fluent-bit: Add option LUA_FILTER
From https://docs.fluentbit.io/manual/pipeline/filters/lua:
> The Lua filter allows you to modify the incoming records (even split
> one record into multiple records) using custom Lua scripts.
The option depends on luajit-devel, because at least version 2.1.0 is
required: https://github.com/fluent/fluent-bit/pull/7286/files.
Keep the option disabled for now. We may consider enabling it by default
in the future to match what upstream does:
https://docs.fluentbit.io/manual/installation/sources/build-and-install.
Also, add a small do-test target for the new option.
PR: 252296
Approved by: portmgr (maintainer timeout)
Sponsored by: trivago N.V.
Sponsored by: Klara, Inc. |
3.1.6 14 Aug 2024 22:19:08 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 3.1.6
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.1.6 |
3.1.5 10 Aug 2024 09:51:17 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 3.1.5
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.1.5 |
3.1.4 05 Aug 2024 13:32:20 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 3.1.4
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.1.4 |
3.0.7 26 Jul 2024 12:56:00 |
Mateusz Piotrowski (0mp) |
sysutils/fluent-bit: Remove non-functional EXAMPLES variables
The EXAMPLES option has never been introduced and so EXAMPLES_CMAKE_*
variables serve no purpose. It's better to remove them.
I tried adding the EXAMPLES option and tested the build both with the
option on and off. It looks like Fluent Bit does not install any of its
examples even when it builds them. Because of that the better fix is to
not have the EXAMPLES option at all for now.
Approved by: portmgr blanket
Fixes: 228b05d23612 Upgrade to 1.4.2
Sponsored by: trivago N.V.
Sponsored by: Klara, Inc. |
3.0.7 26 Jul 2024 12:53:23 |
Mateusz Piotrowski (0mp) |
sysutils/fluent-bit: Clean up the makefile
No functional changes intended.
Approved by: portmgr blanket
Sponsored by: trivago N.V.
Sponsored by: Klara, Inc. |
3.0.7 12 Jun 2024 08:51:12 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 3.0.7
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.0.7 |
3.0.6 27 May 2024 07:28:45 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 3.0.6
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.0.6 |
3.0.5 24 May 2024 09:03:34 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 3.0.5
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.0.5 |
3.0.4 23 May 2024 06:08:23 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 3.0.4
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.0.4 |
3.0.3 28 Apr 2024 19:49:01 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Upgrade to 3.0.3
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.0.3 |
3.0.2 16 Apr 2024 08:06:19 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 3.0.2
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.0.2 |
3.0.1 05 Apr 2024 17:47:22 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 3.0.1
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.0.1 |
3.0.0 22 Mar 2024 10:19:43 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Upgrade to 3.0.0
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.0.0 |
2.2.2 15 Jan 2024 10:10:42 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Upgrade to 2.2.2.
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v2.2.2 |
2.2.1 23 Dec 2023 17:51:53 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 2.2.1
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v2.2.1 |
2.1.10 28 Sep 2023 08:59:31 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 2.1.10
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v2.1.10 |
2.1.9 05 Sep 2023 09:15:31 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 2.1.9
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v2.1.9 |
2.1.7_1 12 Aug 2023 01:37:48 |
Piotr Kubaj (pkubaj) |
sysutils/fluent-bit: drop GCC on powerpc
Not needed anymore. |
2.1.7 07 Aug 2023 19:26:43 |
Piotr Kubaj (pkubaj) |
sysutils/fluent-bit: remove noop powerpc64* and riscv64* block |
2.1.7 06 Aug 2023 19:37:29 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 2.1.7
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v2.1.7 |
2.1.6 03 Jul 2023 14:45:46 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 2.1.6
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v2.1.6 |
2.1.5 20 Jun 2023 14:40:01 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 2.1.5
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v2.1.5 |
2.1.4 25 May 2023 09:38:23 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 2.1.4
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v2.1.4 |
2.1.3 24 May 2023 21:55:46 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 2.1.3
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v2.1.3 |
2.1.2 17 May 2023 16:30:15 |
Muhammad Moinur Rahman (bofh) |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
2.1.2 29 Apr 2023 22:51:59 |
Muhammad Moinur Rahman (bofh) |
sysutils/fluent-bit: Unbreak on HEAD
Approved by: portmgr (blanket) |
2.1.2 26 Apr 2023 15:30:43 |
Palle Girgensohn (girgen) |
systutils/fluent-bit: update to 2.1.2
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v2.1.2 |
2.1.1 20 Apr 2023 22:02:41 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 2.1.1
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v2.1.1 |
2.1.0 20 Apr 2023 22:02:40 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 2.1.0
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v2.1.0 |
2.0.11 05 Apr 2023 15:03:10 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 2.0.11
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v2.0.11 |
2.0.10 20 Mar 2023 14:54:46 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 2.0.10
Release notes: https://fluentbit.io/announcements/v2.0.10/ |
2.0.9 09 Mar 2023 09:49:11 |
Piotr Kubaj (pkubaj) |
sysutils/fluent-bit: fix build on powerpc*
/wrkdirs/usr/ports/sysutils/fluent-bit/work/fluent-bit-2.0.9/lib/wasm-micro-runtime-WAMR-1.1.1/core/iwasm/common/arch/invokeNative_em64.s:63:5:
error: invalid instruction, did you mean: crset, fre?
ret |
2.0.9 07 Feb 2023 17:34:58 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 2.0.9
Use FreeBSD implementation from WAMR, commit 2953614cb, that is a
dependency for fluent-bit. [1]
[1] https://github.com/bytecodealliance/wasm-micro-runtime/issues/1661
Leave luajit off until I find a way for the port not to install its own
luajit rather than using the FreeBSD port for it.
Release notes: https://fluentbit.io/announcements/ |
1.9.9 03 Oct 2022 10:53:39 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.9.9
Release notes: https://fluentbit.io/announcements/v1.9.9/ |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.9.8 07 Sep 2022 06:05:21 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.9.8
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v1.9.8 |
1.9.7 15 Aug 2022 08:39:17 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 1.9.7
Release notes: https://fluentbit.io/announcements/v1.9.7/ |
1.9.6 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.9.6 15 Jul 2022 13:07:36 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.9.6
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v1.9.6 |
1.9.5 06 Jul 2022 06:49:23 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: second attempt at fixing build problem
LDFLAGS's ${LOCALBASE}/lib was pulled in by the postgresql dependency,
but that option is default off. |
1.9.5 04 Jul 2022 11:26:00 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: fix build problem |
1.9.5 26 Jun 2022 22:07:56 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.9.5
Release notes: https://fluentbit.io/announcements/v1.9.5/ |
1.9.4 07 Jun 2022 10:20:27 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.9.4
Release notes: https://fluentbit.io/announcements/v1.9.4/ |
1.9.3 28 Apr 2022 15:41:14 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.9.3
Release notes: https://fluentbit.io/announcements/v1.9.3/ |
1.9.2 19 Apr 2022 20:34:11 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.9.2
Release notes: https://fluentbit.io/announcements/v1.9.2/ |
1.9.1 04 Apr 2022 14:18:51 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: fix compile problem with recent clang
PR: 263037
Submitted by: Hiroo Ono
Upstream patch submitted to https://github.com/Mbed-TLS/mbedtls/pull/5691 |
1.9.1 27 Mar 2022 20:05:03 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.9.1
Release notes: https://fluentbit.io/announcements/v1.9.1/ |
1.9.0 21 Mar 2022 13:39:14 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Upgrade to 1.9.0
Release notes: https://fluentbit.io/announcements/v1.9.0/
This fixes some outstandning problems that had required local FreeBSD
patches.
- coro_stack_size was wrong
- problems building with aarch64
- involuntary install of MS Windows config file |
1.8.13 03 Mar 2022 15:45:24 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.8.13
Release notes: https://fluentbit.io/announcements/v1.8.13/ |
1.8.12 30 Jan 2022 21:11:12 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.8.12
Release notes: https://fluentbit.io/announcements/v1.8.12/ |
1.8.11 16 Dec 2021 22:35:22 |
Piotr Kubaj (pkubaj) |
sysutils/fluent-bit: fix build on riscv64
Same issue as on powerpc64*. |
1.8.11 13 Dec 2021 17:28:05 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.8.11
Release notes: https://fluentbit.io/announcements/v1.8.11/ |
1.8.10 20 Nov 2021 20:56:19 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 1.8.10
Release notes: https://fluentbit.io/announcements/v1.8.10/ |
1.8.9 16 Nov 2021 12:04:08 |
Piotr Kubaj (pkubaj) |
sysutils/fluent-bit: fix build on powerpc
/usr/local/bin/ld: bss-plt forced due to ../lib/libluajit.a(lj_vm.o)
/usr/local/bin/ld: ../library/libcmetrics.a(cmt_atomic_gcc.c.o): in function
`cmt_atomic_compare_exchange':
cmt_atomic_gcc.c:(.text+0x50): undefined reference to
`__atomic_compare_exchange_8'
/usr/local/bin/ld: ../library/libcmetrics.a(cmt_atomic_gcc.c.o): in function
`cmt_atomic_store':
cmt_atomic_gcc.c:(.text+0x8c): undefined reference to `__atomic_store_8'
/usr/local/bin/ld: ../library/libcmetrics.a(cmt_atomic_gcc.c.o): in function
`cmt_atomic_load':
cmt_atomic_gcc.c:(.text+0xc8): undefined reference to `__atomic_load_8' |
1.8.9 28 Oct 2021 21:07:43 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.8.9
Release notes: https://fluentbit.io/announcements/v1.8.9/ |
1.8.8 11 Oct 2021 12:04:08 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.8.8
Release notes: https://fluentbit.io/announcements/v1.8.8/ |
1.8.7 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
1.8.7 19 Sep 2021 15:36:21 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 1.8.7
Release notes: https://fluentbit.io/announcements/v1.8.7/ |
1.8.6_1 02 Sep 2021 22:37:18 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: fix problems running the fluent-bit
There is a known problem with the default coro_stack_size being too
small. Double it to avoid failing to start. [1]
Since the daemon option seems to be somewhat funky [2], use daemon to
wrap the fluent-bit binary when running from the rc.d script.
[1] https://github.com/fluent/fluent-bit/issues/3716
PR: 255593 [2] |
1.8.6 01 Sep 2021 16:57:06 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.8.6
Release notes: https://fluentbit.io/announcements/v1.8.6/ |
1.8.5 01 Sep 2021 10:09:59 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.8.5 |
1.8.3 10 Aug 2021 12:24:16 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.8.3 |
1.7.9 23 Jun 2021 20:51:12 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: fix build problem on FreeBSD-14
This should really be considered a compiler bug. I have no access to a
CURRENT box at the moment, so I'll just try this trivial patch and will
hope that it helps. |
1.7.9 19 Jun 2021 14:31:16 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.7.9
Release notes: https://fluentbit.io/announcements/v1.7.9/ |
1.7.8 15 Jun 2021 08:41:02 |
Piotr Kubaj (pkubaj) |
sysutils/fluent-bit: fix build on powerpc
gmake[5]: Entering directory
'/wrkdirs/usr/ports/sysutils/fluent-bit/work/fluent-bit-1.7.8/lib/luajit-2.1.0-1e66d0f/src'
lj_arch.h:455:2: error: "Need at least GCC 4.3 or newer" |
1.7.8 04 Jun 2021 14:52:14 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to version 1.7.8 |
1.7.7 27 May 2021 08:52:01 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 1.7.7 |
1.7.6 24 May 2021 07:13:10 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: Update to 1.7.6
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v1.7.6 |
1.7.5 15 May 2021 09:12:17 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.7.5
release notes: https://fluentbit.io/announcements/v1.7.5/ |
1.7.4 20 Apr 2021 14:51:34 |
Palle Girgensohn (girgen) |
sysutils/fluent-bit: update to 1.7.4
Relnotes: https://fluentbit.io/announcements/v1.7.4/ |
1.7.2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.7.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.2 08 Mar 2021 11:31:31 |
pkubaj |
sysutils/fluent-bit: fix build on powerpc*
In file included from
/wrkdirs/usr/ports/sysutils/fluent-bit/work/fluent-bit-1.7.1/lib/monkey/deps/flb_libco/libco.c:20:
/wrkdirs/usr/ports/sysutils/fluent-bit/work/fluent-bit-1.7.1/lib/monkey/deps/flb_libco/ppc.c:282:12:
error: conflicting types for 'co_create'
cothread_t co_create(unsigned int size, void (*entry_)(void)) {
^
/wrkdirs/usr/ports/sysutils/fluent-bit/work/fluent-bit-1.7.1/lib/monkey/deps/flb_libco/libco.h:19:12:
note: previous declaration is here
cothread_t co_create(unsigned int, void (*)(void), size_t *);
^
1 error generated. |
1.7.2 05 Mar 2021 08:35:54 |
girgen |
Update to 1.7.2
Release notes: https://fluentbit.io/announcements/v1.7.2/ |
1.7.1 20 Feb 2021 17:16:58 |
girgen |
Update to 1.7.1
Release notes: https://fluentbit.io/announcements/v1.7./ |
1.7.0 15 Feb 2021 08:16:58 |
girgen |
Fix building/patching on FreeBSD-11.x |
1.7.0 15 Feb 2021 08:08:13 |
girgen |
Upgrade to 1.7.0
Release notes: https://fluentbit.io/announcements/v1.7.0/ |
1.6.9 11 Jan 2021 18:33:18 |
pkubaj |
sysutils/fluent-bit: fix build on powerpc64le |
1.6.9 09 Jan 2021 12:14:02 |
girgen |
Upgrade to 1.6.9
1.6.10 has a build problem. Upgrade to 1.6.9 while investigating the problem.
Release notes: https://fluentbit.io/announcements/v1.6.9/ |
1.6.7 09 Dec 2020 03:04:46 |
linimon |
Mark as BROKEN on riscv64:
lj_arch.h:69:2: error: "No support for this architecture (yet)"
lj_arch.h:455:2: error: "Need at least GCC 4.3 or newer"
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
1.6.7 03 Dec 2020 08:44:28 |
girgen |
Update to 1.6.7
Release notes: https://fluentbit.io/announcements/v1.6.7/ |
1.6.6 01 Dec 2020 21:32:52 |
pkubaj |
sysutils/fluent-bit: fix build on powerpc64
luajit is not supported on powerpc64 and there doesn't seem to be a way to use
one from ports.
MFH: 2020Q4 |
1.6.6 25 Nov 2020 21:13:55 |
girgen |
Update to 1.6.6
Release notes: https://github.com/fluent/fluent-bit/releases/tag/v1.6.6 |
1.6.5_1 23 Nov 2020 16:59:53 |
girgen |
Revive a patch that was mistakenly removed in the last update
PR: 250825 |
1.6.5 23 Nov 2020 08:33:32 |
girgen |
Update to 1.6.5
The bug fixes for FreeBSD mentioned in the release notes where already in the
previous commit r555545 [1].
Release notes: https://fluentbit.io/announcements/v1.6.5/
PR: 250825 [1] |
1.6.4_1 17 Nov 2020 09:50:17 |
girgen |
Fix SIGSEGV fault on FreeBSD 12+
PR: 250825
Submitted by: Artyom Davidov |
1.6.4 13 Nov 2020 20:06:27 |
girgen |
Update to 1.6.4
PR: 251085
See also PR 250825 about problems executing on FreeBSD-12.x |
1.6.3 02 Nov 2020 20:57:22 |
girgen |
Update to 1.6.3
Fix build problems with FreeBSD versions < 12
Release notes: https://fluentbit.io/announcements/v1.6.3/ |