mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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
This commit is contained in:
parent
2e56257e5f
commit
923cb3477f
@ -1,6 +1,6 @@
|
||||
PORTNAME= fluent-bit
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.1.9
|
||||
DISTVERSION= 3.1.10
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= girgen@FreeBSD.org
|
||||
@ -24,7 +24,7 @@ CMAKE_ARGS= -DFLB_DEBUG=Off \
|
||||
LDFLAGS+= -lexecinfo
|
||||
|
||||
OPTIONS_DEFINE= LUA_FILTER PGSQL SSL
|
||||
OPTIONS_DEFAULT= SSL
|
||||
OPTIONS_DEFAULT= LUA_FILTER PGSQL SSL
|
||||
LUA_FILTER_DESC= Support for modifying incoming records using Lua scripts
|
||||
|
||||
LUA_FILTER_USES= luajit:luajit-devel pkgconfig
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1727553763
|
||||
SHA256 (fluent-fluent-bit-v3.1.9_GH0.tar.gz) = ac3a3e235e7f8a92d35f10c99f400f0b0571417a92e3c4caa467073733d42547
|
||||
SIZE (fluent-fluent-bit-v3.1.9_GH0.tar.gz) = 26801853
|
||||
TIMESTAMP = 1730797822
|
||||
SHA256 (fluent-fluent-bit-v3.1.10_GH0.tar.gz) = 9ec909e8ce04bc8f3b09862c781956c40da18f60e8ae92b154114b4e20edc5fa
|
||||
SIZE (fluent-fluent-bit-v3.1.10_GH0.tar.gz) = 26803534
|
||||
|
@ -28,7 +28,7 @@ load_rc_config $name
|
||||
pidfile=/var/run/${name}.pid
|
||||
procname="%%PREFIX%%/bin/fluent-bit"
|
||||
command="/usr/sbin/daemon"
|
||||
command_args="-H -p ${pidfile} -o /var/log/${name}/${name}.log ${procname} --quiet --config ${fluent_bit_config} ${fluent_bit_flags} --daemon"
|
||||
command_args="-H -p ${pidfile} -o /var/log/${name}/${name}.log ${procname} --quiet --config ${fluent_bit_config} ${fluent_bit_flags}"
|
||||
|
||||
start_precmd=fluent_bit_startprecmd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user