]> git.99rst.org Git - openwrt-packages.git/commit
fluent-bit: update to 5.0.8, adopt maintainer, fix musl startup segfault
authorAlexandru Ardelean <redacted>
Fri, 3 Jul 2026 13:22:51 +0000 (16:22 +0300)
committerAlexandru Ardelean <redacted>
Thu, 9 Jul 2026 17:41:02 +0000 (20:41 +0300)
commit7b5d7e39fbb46aae1132cbe4a1dcc0917feaa06c
treeb61be70a7b23b2de725adfef855b119abe850047
parent4af6cb6efd6e616ea939bd4ce5bd1e53a2565944
fluent-bit: update to 5.0.8, adopt maintainer, fix musl startup segfault

Update 4.2.0 -> 5.0.8 and adopt maintainership. fluent-bit segfaulted at
startup on every musl target: under GCC 14 the upstream C-TLS probe no longer
compiles (undeclared __tls_get_addr), so the pthread_key fallback calls
pthread_getspecific() before pthread_key_create() and derefs a NULL tsd array
on musl (glibc is unaffected). Force -DFLB_HAVE_C_TLS=Yes for __thread TLS.

Signed-off-by: Alexandru Ardelean <redacted>
admin/fluent-bit/Makefile
git clone https://git.99rst.org/PROJECT