mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/vector: upgrade to 0.48.0
This commit is contained in:
parent
af2e25fd24
commit
f432fe82c1
@ -1,7 +1,7 @@
|
||||
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
|
||||
pkgname=vector
|
||||
pkgver=0.47.0
|
||||
pkgrel=1
|
||||
pkgver=0.48.0
|
||||
pkgrel=0
|
||||
pkgdesc="High-performance observability data pipeline"
|
||||
url="https://vector.dev/"
|
||||
# loongarch64: blocked by nix
|
||||
@ -87,8 +87,8 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
e2df43042141c8e87e02248b9dee56d4829ad65acdc582d9c3b15c3a89f0971b01972b09fe6a82418a09931cbdfed0edd1d0374805118d067a4bc13dec6baa82 vector-0.47.0.tar.gz
|
||||
e6802979365615ecfa29acfa684b0e0e01a25deef0d21e36cf61daad2c2eb537602255ed48be190d0ca0f46a3586e80033a1636b5471919e50a64dd3060c7f2d use-system-libs.patch
|
||||
5a19aedd9f225afb6592f371d390cd511da9ff89d5b6d0b4ac465c51d795b5f51bf058f116fb6ab5cd11480ae135e6783f166748c974f0e8a20061c489b4c6b9 vector-0.48.0.tar.gz
|
||||
15d8868bf7f7194a2b4cce4a31eeac0015e72efcd7bb3ef22b54c9e9525d4d3dce8e72945bea00c6269b2c3f9d22ef6327785c7671e5d5ef44c9a0b39a33b636 use-system-libs.patch
|
||||
806c2594d9d7b4bf1c24436a3982801a37ec3d8784acb97266eb7111fe35d8d05a64ef981100bd8aa35a71ad9c7c98de634428f696bded31993143ca572b6757 vector.initd
|
||||
313f79e65e61754e8a611f8221d7c0cf36ee5af6f30aeff720924e64bb03d7f44c54fc31ae20926c354905f61df347830a7cba0c37afd41c1f59a25c52fa6f06 vector.confd
|
||||
62db792de321655558bdb23ab9b3a7b35b84de445657011d88e8205cce4a926ff7b20f5304ec48fa646f1f259ad2136eceb5a377c4520071799da502eeff7592 logrotate
|
||||
|
@ -1,16 +1,16 @@
|
||||
diff --git a/Cargo.lock b/Cargo.lock
|
||||
index 2bffc4c9c..faf7c731e 100644
|
||||
index f54b6d24d..ce19f8e42 100644
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -3743,6 +3743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
|
||||
@@ -3752,6 +3752,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
|
||||
dependencies = [
|
||||
"crc32fast",
|
||||
+ "libz-ng-sys",
|
||||
"libz-rs-sys",
|
||||
"miniz_oxide 0.8.8",
|
||||
]
|
||||
@@ -5741,6 +5742,16 @@ dependencies = [
|
||||
@@ -5792,6 +5793,16 @@ dependencies = [
|
||||
"vcpkg",
|
||||
]
|
||||
|
||||
@ -26,21 +26,21 @@ index 2bffc4c9c..faf7c731e 100644
|
||||
+
|
||||
[[package]]
|
||||
name = "libz-rs-sys"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index 19c258385..a14ccaea7 100644
|
||||
index 0b4f428cd..93a5eb124 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -140,7 +140,7 @@ chrono = { version = "0.4.41", default-features = false, features = ["clock", "s
|
||||
chrono-tz = { version = "0.10.3", default-features = false, features = ["serde"] }
|
||||
clap = { version = "4.5.37", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] }
|
||||
clap = { version = "4.5.40", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] }
|
||||
darling = { version = "0.20.11", default-features = false, features = ["suggestions"] }
|
||||
-flate2 = { version = "1.1.1", default-features = false, features = ["zlib-rs"] }
|
||||
+flate2 = { version = "1.1.1", default-features = false, features = ["zlib-ng"] }
|
||||
-flate2 = { version = "1.1.2", default-features = false, features = ["zlib-rs"] }
|
||||
+flate2 = { version = "1.1.2", default-features = false, features = ["zlib-ng"] }
|
||||
futures = { version = "0.3.31", default-features = false, features = ["compat", "io-compat", "std"], package = "futures" }
|
||||
glob = { version = "0.3.2", default-features = false }
|
||||
hickory-proto = { version = "0.25.1", default-features = false, features = ["dnssec-ring"] }
|
||||
@@ -394,7 +394,7 @@ thread_local = { version = "1.1.8", default-features = false, optional = true }
|
||||
hickory-proto = { version = "0.25.2", default-features = false, features = ["dnssec-ring"] }
|
||||
@@ -397,7 +397,7 @@ thread_local = { version = "1.1.8", default-features = false, optional = true }
|
||||
typetag = { version = "0.2.20", default-features = false }
|
||||
url = { version = "2.5.4", default-features = false, features = ["serde"] }
|
||||
warp = { version = "0.3.7", default-features = false }
|
||||
@ -49,7 +49,7 @@ index 19c258385..a14ccaea7 100644
|
||||
arr_macro = { version = "0.2.1" }
|
||||
|
||||
# depending on fork for bumped nix dependency
|
||||
@@ -470,7 +470,7 @@ default-cmake = ["api", "api-client", "enrichment-tables", "rdkafka?/cmake_build
|
||||
@@ -473,7 +473,7 @@ default-cmake = ["api", "api-client", "enrichment-tables", "rdkafka?/cmake_build
|
||||
# Default features for *-pc-windows-msvc
|
||||
# TODO: Enable SASL https://github.com/vectordotdev/vector/pull/3081#issuecomment-659298042
|
||||
default-msvc = ["api", "api-client", "enrichment-tables", "rdkafka?/cmake_build", "sinks", "sources", "transforms", "secrets"]
|
||||
|
Loading…
Reference in New Issue
Block a user