Skip to content

Commit 053eb1a

Browse files
ThomasDevoogdttperale
authored andcommitted
package/fluent-bit: security bump to 4.2.0
This is a major release that introduces new features, including one highlighted in the release notes: "The v4.2 release introduces a powerful new Direct Routing capability that allows inputs to specify routes directly to outputs, bypassing the traditional routing mechanism." But it also brings some security fixes. Not all of them are relevant, but some piece of lecture can be found here [1]. It fixes the following CVEs: CVE-2025-12977 CVE-2025-12978 CVE-2025-12972 CVE-2025-12970 CVE-2025-12969 News: - https://fluentbit.io/announcements/v4.1.0/ - https://fluentbit.io/announcements/v4.1.1/ - https://fluentbit.io/announcements/v4.2.0/ The patch 0001-plugins-kafka-fix-cmake-cross-compile-error.patch can be dropped as it has been merged upstream [2]. [1] https://www.theregister.com/2025/11/24/fluent_bit_cves/ [2] fluent/fluent-bit#9600 Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 7a037d0) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
1 parent 65bc6c1 commit 053eb1a

File tree

4 files changed

+3
-50
lines changed

4 files changed

+3
-50
lines changed

package/fluent-bit/0002-lib-librdkafka-only-require-a-C-compiler.patch renamed to package/fluent-bit/0001-lib-librdkafka-only-require-a-C-compiler.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From c33d6bd392c5c8bbd231b2a9d00d4959cc553c44 Mon Sep 17 00:00:00 2001
1+
From 7329316bdcc72aceb6bbbdf8711f5bf8894c2a15 Mon Sep 17 00:00:00 2001
22
From: Thomas Devoogdt <thomas.devoogdt@barco.com>
33
Date: Tue, 25 Jul 2023 09:10:41 +0200
44
Subject: [PATCH] lib: librdkafka: only require a C compiler

package/fluent-bit/0001-plugins-kafka-fix-cmake-cross-compile-error.patch

Lines changed: 0 additions & 47 deletions
This file was deleted.

package/fluent-bit/fluent-bit.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Locally computed
2-
sha256 0031f74b616b4669064a59902559da2f87174aa8007e749b5df19ed79c534f5b fluent-bit-4.0.9.tar.gz
2+
sha256 44fe0f52e89a63b213695748f99691d0a6247a4bd05065f1b517c798d9f89bcc fluent-bit-4.2.0.tar.gz
33
sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE

package/fluent-bit/fluent-bit.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
FLUENT_BIT_VERSION = 4.0.9
7+
FLUENT_BIT_VERSION = 4.2.0
88
FLUENT_BIT_SITE = $(call github,fluent,fluent-bit,v$(FLUENT_BIT_VERSION))
99
FLUENT_BIT_LICENSE = Apache-2.0
1010
FLUENT_BIT_LICENSE_FILES = LICENSE

0 commit comments

Comments
 (0)