mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
fluent-bit: update to 4.1.1
- Add newly libsasl2 dependency Build system: aarch64 Build-tested: mediatek/filogic Run-tested: mediatek/filogic Signed-off-by: Biao Zhu <zhumouren0623@qq.com>
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=fluent-bit
|
||||
PKG_VERSION:=4.1.0
|
||||
PKG_VERSION:=4.1.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/fluent/fluent-bit.git
|
||||
PKG_SOURCE_VERSION=v$(PKG_VERSION)
|
||||
PKG_MIRROR_HASH:=37c8e452cb2b492eb364bad350ebe2675e413e1bf83e8ca3e4607ade1084fb71
|
||||
PKG_MIRROR_HASH:=b9616878a8af6aa3942b988ac39491a32ac1ca73c1c4d2ce6ff3960516836544
|
||||
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
@@ -20,7 +20,8 @@ define Package/fluent-bit
|
||||
CATEGORY:=Administration
|
||||
TITLE:=Fast and Lightweight Logs and Metrics processor
|
||||
URL:=https://fluentbit.io/
|
||||
DEPENDS:= +libyaml +libopenssl +libcurl +libstdcpp +libatomic +musl-fts +flex +bison
|
||||
DEPENDS:= +libyaml +libopenssl +libcurl +libstdcpp +libatomic +musl-fts +flex +bison \
|
||||
+libsasl2
|
||||
endef
|
||||
|
||||
define Package/fluent-bit/description
|
||||
|
||||
Reference in New Issue
Block a user