diff mbox series

[v1] package/fluent-bit: bump to v3.0.0

Message ID 20240323232116.3071446-1-thomas@devoogdt.com
State Accepted
Headers show
Series [v1] package/fluent-bit: bump to v3.0.0 | expand

Commit Message

Thomas Devoogdt March 23, 2024, 11:21 p.m. UTC
Release Notes:
- https://fluentbit.io/announcements/v3.0.0/

Also drop 0004-wasm-restore-support-for-some-targets-8401.patch,
which was accepted upstream.
(See: https://github.com/fluent/fluent-bit/commit/40bb0fbe17efa6b4b1a96940e9ff7374b1a0c3eb)

Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
---
 ...estore-support-for-some-targets-8401.patch | 43 -------------------
 package/fluent-bit/fluent-bit.hash            |  2 +-
 package/fluent-bit/fluent-bit.mk              |  2 +-
 3 files changed, 2 insertions(+), 45 deletions(-)
 delete mode 100644 package/fluent-bit/0004-wasm-restore-support-for-some-targets-8401.patch

Comments

Arnout Vandecappelle March 24, 2024, 3:10 p.m. UTC | #1
On 24/03/2024 00:21, Thomas Devoogdt wrote:
> Release Notes:
> - https://fluentbit.io/announcements/v3.0.0/
> 
> Also drop 0004-wasm-restore-support-for-some-targets-8401.patch,
> which was accepted upstream.
> (See: https://github.com/fluent/fluent-bit/commit/40bb0fbe17efa6b4b1a96940e9ff7374b1a0c3eb)
> 
> Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   ...estore-support-for-some-targets-8401.patch | 43 -------------------
>   package/fluent-bit/fluent-bit.hash            |  2 +-
>   package/fluent-bit/fluent-bit.mk              |  2 +-
>   3 files changed, 2 insertions(+), 45 deletions(-)
>   delete mode 100644 package/fluent-bit/0004-wasm-restore-support-for-some-targets-8401.patch
> 
> diff --git a/package/fluent-bit/0004-wasm-restore-support-for-some-targets-8401.patch b/package/fluent-bit/0004-wasm-restore-support-for-some-targets-8401.patch
> deleted file mode 100644
> index ed6206268f..0000000000
> --- a/package/fluent-bit/0004-wasm-restore-support-for-some-targets-8401.patch
> +++ /dev/null
> @@ -1,43 +0,0 @@
> -From 4a6c5f56cd1a979b91c168fb8e245587c2927aca Mon Sep 17 00:00:00 2001
> -From: Thomas Devoogdt <thomas@devoogdt.com>
> -Date: Mon, 22 Jan 2024 19:27:56 +0100
> -Subject: [PATCH] wasm: restore support for some targets (#8401)
> -
> -Somehow, support for ARC, MIPS, and XTENSA got dropped by bumping to v1.3.0,
> -so restore it now. Remark that those targets are mentioned in the section above.
> -
> -See commit fa6a248746f9f481b5f6aef49716141fa0222650.
> -
> -Upstream: https://github.com/fluent/fluent-bit/pull/8401
> -Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
> ----
> - src/wasm/CMakeLists.txt | 6 ++++++
> - 1 file changed, 6 insertions(+)
> -
> -diff --git a/src/wasm/CMakeLists.txt b/src/wasm/CMakeLists.txt
> -index a258dc063..4ea7eba65 100644
> ---- a/src/wasm/CMakeLists.txt
> -+++ b/src/wasm/CMakeLists.txt
> -@@ -51,6 +51,10 @@ elseif (WAMR_BUILD_TARGET MATCHES "AARCH64.*")
> - elseif (WAMR_BUILD_TARGET MATCHES "ARM.*")
> -   add_definitions(-DBUILD_TARGET_ARM)
> -   add_definitions(-DBUILD_TARGET="${WAMR_BUILD_TARGET}")
> -+elseif (WAMR_BUILD_TARGET STREQUAL "MIPS")
> -+  add_definitions(-DBUILD_TARGET_MIPS)
> -+elseif (WAMR_BUILD_TARGET STREQUAL "XTENSA")
> -+  add_definitions(-DBUILD_TARGET_XTENSA)
> - elseif (WAMR_BUILD_TARGET STREQUAL "RISCV64" OR WAMR_BUILD_TARGET STREQUAL "RISCV64_LP64D")
> -   add_definitions(-DBUILD_TARGET_RISCV64_LP64D)
> - elseif (WAMR_BUILD_TARGET STREQUAL "RISCV64_LP64")
> -@@ -59,6 +63,8 @@ elseif (WAMR_BUILD_TARGET STREQUAL "RISCV32" OR WAMR_BUILD_TARGET STREQUAL "RISC
> -   add_definitions(-DBUILD_TARGET_RISCV32_ILP32D)
> - elseif (WAMR_BUILD_TARGET STREQUAL "RISCV32_ILP32")
> -   add_definitions(-DBUILD_TARGET_RISCV32_ILP32)
> -+elseif (WAMR_BUILD_TARGET STREQUAL "ARC")
> -+  add_definitions(-DBUILD_TARGET_ARC)
> - else ()
> -   message (FATAL_ERROR "-- Build target isn't set")
> - endif ()
> ---
> -2.34.1
> -
> diff --git a/package/fluent-bit/fluent-bit.hash b/package/fluent-bit/fluent-bit.hash
> index 2c34583f7a..cc9c976d60 100644
> --- a/package/fluent-bit/fluent-bit.hash
> +++ b/package/fluent-bit/fluent-bit.hash
> @@ -1,3 +1,3 @@
>   # Locally computed
> -sha256  8e7e951b2907e9d29508699c71c8949a4a22d750d54ffa5ee5b96537e59371dd  fluent-bit-2.2.2.tar.gz
> +sha256  e70ae5be2f0ca1cb842a1c8d2762437907c522765f79b5c0c391eaa1b57c9f4c  fluent-bit-3.0.0.tar.gz
>   sha256  0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594  LICENSE
> diff --git a/package/fluent-bit/fluent-bit.mk b/package/fluent-bit/fluent-bit.mk
> index 00a8904c55..33054bea66 100644
> --- a/package/fluent-bit/fluent-bit.mk
> +++ b/package/fluent-bit/fluent-bit.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -FLUENT_BIT_VERSION = 2.2.2
> +FLUENT_BIT_VERSION = 3.0.0
>   FLUENT_BIT_SITE = $(call github,fluent,fluent-bit,v$(FLUENT_BIT_VERSION))
>   FLUENT_BIT_LICENSE = Apache-2.0
>   FLUENT_BIT_LICENSE_FILES = LICENSE
diff mbox series

Patch

diff --git a/package/fluent-bit/0004-wasm-restore-support-for-some-targets-8401.patch b/package/fluent-bit/0004-wasm-restore-support-for-some-targets-8401.patch
deleted file mode 100644
index ed6206268f..0000000000
--- a/package/fluent-bit/0004-wasm-restore-support-for-some-targets-8401.patch
+++ /dev/null
@@ -1,43 +0,0 @@ 
-From 4a6c5f56cd1a979b91c168fb8e245587c2927aca Mon Sep 17 00:00:00 2001
-From: Thomas Devoogdt <thomas@devoogdt.com>
-Date: Mon, 22 Jan 2024 19:27:56 +0100
-Subject: [PATCH] wasm: restore support for some targets (#8401)
-
-Somehow, support for ARC, MIPS, and XTENSA got dropped by bumping to v1.3.0,
-so restore it now. Remark that those targets are mentioned in the section above.
-
-See commit fa6a248746f9f481b5f6aef49716141fa0222650.
-
-Upstream: https://github.com/fluent/fluent-bit/pull/8401
-Signed-off-by: Thomas Devoogdt <thomas@devoogdt.com>
----
- src/wasm/CMakeLists.txt | 6 ++++++
- 1 file changed, 6 insertions(+)
-
-diff --git a/src/wasm/CMakeLists.txt b/src/wasm/CMakeLists.txt
-index a258dc063..4ea7eba65 100644
---- a/src/wasm/CMakeLists.txt
-+++ b/src/wasm/CMakeLists.txt
-@@ -51,6 +51,10 @@ elseif (WAMR_BUILD_TARGET MATCHES "AARCH64.*")
- elseif (WAMR_BUILD_TARGET MATCHES "ARM.*")
-   add_definitions(-DBUILD_TARGET_ARM)
-   add_definitions(-DBUILD_TARGET="${WAMR_BUILD_TARGET}")
-+elseif (WAMR_BUILD_TARGET STREQUAL "MIPS")
-+  add_definitions(-DBUILD_TARGET_MIPS)
-+elseif (WAMR_BUILD_TARGET STREQUAL "XTENSA")
-+  add_definitions(-DBUILD_TARGET_XTENSA)
- elseif (WAMR_BUILD_TARGET STREQUAL "RISCV64" OR WAMR_BUILD_TARGET STREQUAL "RISCV64_LP64D")
-   add_definitions(-DBUILD_TARGET_RISCV64_LP64D)
- elseif (WAMR_BUILD_TARGET STREQUAL "RISCV64_LP64")
-@@ -59,6 +63,8 @@ elseif (WAMR_BUILD_TARGET STREQUAL "RISCV32" OR WAMR_BUILD_TARGET STREQUAL "RISC
-   add_definitions(-DBUILD_TARGET_RISCV32_ILP32D)
- elseif (WAMR_BUILD_TARGET STREQUAL "RISCV32_ILP32")
-   add_definitions(-DBUILD_TARGET_RISCV32_ILP32)
-+elseif (WAMR_BUILD_TARGET STREQUAL "ARC")
-+  add_definitions(-DBUILD_TARGET_ARC)
- else ()
-   message (FATAL_ERROR "-- Build target isn't set")
- endif ()
--- 
-2.34.1
-
diff --git a/package/fluent-bit/fluent-bit.hash b/package/fluent-bit/fluent-bit.hash
index 2c34583f7a..cc9c976d60 100644
--- a/package/fluent-bit/fluent-bit.hash
+++ b/package/fluent-bit/fluent-bit.hash
@@ -1,3 +1,3 @@ 
 # Locally computed
-sha256  8e7e951b2907e9d29508699c71c8949a4a22d750d54ffa5ee5b96537e59371dd  fluent-bit-2.2.2.tar.gz
+sha256  e70ae5be2f0ca1cb842a1c8d2762437907c522765f79b5c0c391eaa1b57c9f4c  fluent-bit-3.0.0.tar.gz
 sha256  0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594  LICENSE
diff --git a/package/fluent-bit/fluent-bit.mk b/package/fluent-bit/fluent-bit.mk
index 00a8904c55..33054bea66 100644
--- a/package/fluent-bit/fluent-bit.mk
+++ b/package/fluent-bit/fluent-bit.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-FLUENT_BIT_VERSION = 2.2.2
+FLUENT_BIT_VERSION = 3.0.0
 FLUENT_BIT_SITE = $(call github,fluent,fluent-bit,v$(FLUENT_BIT_VERSION))
 FLUENT_BIT_LICENSE = Apache-2.0
 FLUENT_BIT_LICENSE_FILES = LICENSE