diff --git a/package/fluent-bit/0001-CMakeLists.txt-only-require-a-C-compiler.patch b/package/fluent-bit/0001-CMakeLists.txt-only-require-a-C-compiler.patch deleted file mode 100644 index e71bcf0c0d..0000000000 --- a/package/fluent-bit/0001-CMakeLists.txt-only-require-a-C-compiler.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 7bcb502ebdcd647d6b83c972805e734ad522eb1a Mon Sep 17 00:00:00 2001 -From: Thomas Devoogdt -Date: Mon, 30 Jan 2023 09:10:37 +0100 -Subject: [PATCH] CMakeLists.txt: only require a C compiler - -Fluent-bit is mostly written in C, -so don't require CXX in the top-level project. - -Signed-off-by: Thomas Devoogdt ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index a7adb02de..3ff7360d8 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -1,5 +1,5 @@ - cmake_minimum_required(VERSION 3.12) --project(fluent-bit) -+project(fluent-bit C) - - # CMP0069 ensures that LTO is enabled for all compilers - cmake_policy(SET CMP0069 NEW) --- -2.30.2 - diff --git a/package/fluent-bit/fluent-bit.hash b/package/fluent-bit/fluent-bit.hash index ce7cea7b59..0caadcd56f 100644 --- a/package/fluent-bit/fluent-bit.hash +++ b/package/fluent-bit/fluent-bit.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 8ff5566389033669feabc9c69a5c6f417dad5c8b066454388e6a706507262acf fluent-bit-2.0.8.tar.gz +sha256 393ad4a6ced48c327607653d610ef273843085a17b6e5c8013877abdf31e6945 fluent-bit-2.0.9.tar.gz sha256 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594 LICENSE diff --git a/package/fluent-bit/fluent-bit.mk b/package/fluent-bit/fluent-bit.mk index 13077e53cc..c10ef613d7 100644 --- a/package/fluent-bit/fluent-bit.mk +++ b/package/fluent-bit/fluent-bit.mk @@ -4,7 +4,7 @@ # ################################################################################ -FLUENT_BIT_VERSION = 2.0.8 +FLUENT_BIT_VERSION = 2.0.9 FLUENT_BIT_SITE = $(call github,fluent,fluent-bit,v$(FLUENT_BIT_VERSION)) FLUENT_BIT_LICENSE = Apache-2.0 FLUENT_BIT_LICENSE_FILES = LICENSE