summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-13 12:05:05 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-13 00:30:51 -0700
commitf6cb840125af8a41c536ecd0953eee4f5deab2f5 (patch)
treebd33511c1f7f2e707402f8d4d3bc5deac8f6e3c5
parentff39e9c8bb878eec79cb04cd736e7db5fa531988 (diff)
downloadmeta-openembedded-f6cb840125af8a41c536ecd0953eee4f5deab2f5.tar.gz
fluentbit: upgrade 5.0.3 -> 5.0.5
Changelog: ============ - tests: integration: introduce in-tree integration test suite - parser: Address wrong assignments of timezone at midnight - release: update to 5.0.3 - workflows: Unify steps of downloading built macOS packages - record accessor: fix CFL root-key matching and container translation - env: add new extended format to handle environment variables - out_s3: fix retry_limit semantics and multipart upload memory leaks - lib: cmetrics: upgrade to v2.1.2 - in_tail: harden db offset restore across restart - oauth2: restore legacy context creation behavior - network: Handle baraketed ipv6 addresses - in_opentelemetry: fix tag routing issue - http_server: add settings for ingress queue - out_syslog: address invalid configurations on in syslog - input_thread: replace raw read() with pipe abstraction to fix crash - workflows: Windows docker insufficient disk space fix - http_client: enhance parser in timeouts and protocol parsing - in_ebpf: add tcp trace Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-extended/fluentbit/fluentbit_5.0.5.bb (renamed from meta-oe/recipes-extended/fluentbit/fluentbit_5.0.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.3.bb b/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.5.bb
index 4153cba106..d9df95e45d 100644
--- a/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.3.bb
+++ b/meta-oe/recipes-extended/fluentbit/fluentbit_5.0.5.bb
@@ -17,7 +17,7 @@ DEPENDS = "\
17" 17"
18DEPENDS:append:libc-musl = " fts" 18DEPENDS:append:libc-musl = " fts"
19 19
20SRCREV = "63ed88ee65a1164b5be52b5ddab0344271a2825c" 20SRCREV = "05121015a78b81ab59ceaf86e9fb935b71f48ec5"
21SRC_URI = "\ 21SRC_URI = "\
22 git://github.com/fluent/fluent-bit.git;nobranch=1;protocol=https;tag=v${PV} \ 22 git://github.com/fluent/fluent-bit.git;nobranch=1;protocol=https;tag=v${PV} \
23 file://0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch \ 23 file://0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch \