bump proxmox-http to 0.9.5-1

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2025-04-09 14:05:34 +02:00
parent ca351ecf7e
commit 179a413fe8
4 changed files with 27 additions and 19 deletions

View File

@ -127,7 +127,7 @@ proxmox-auth-api = { version = "0.4.0", path = "proxmox-auth-api" }
proxmox-async = { version = "0.4.1", path = "proxmox-async" } proxmox-async = { version = "0.4.1", path = "proxmox-async" }
proxmox-compression = { version = "0.2.4", path = "proxmox-compression" } proxmox-compression = { version = "0.2.4", path = "proxmox-compression" }
proxmox-daemon = { version = "0.1.0", path = "proxmox-daemon" } proxmox-daemon = { version = "0.1.0", path = "proxmox-daemon" }
proxmox-http = { version = "0.9.4", path = "proxmox-http" } proxmox-http = { version = "0.9.5", path = "proxmox-http" }
proxmox-http-error = { version = "0.1.0", path = "proxmox-http-error" } proxmox-http-error = { version = "0.1.0", path = "proxmox-http-error" }
proxmox-human-byte = { version = "0.1.0", path = "proxmox-human-byte" } proxmox-human-byte = { version = "0.1.0", path = "proxmox-human-byte" }
proxmox-io = { version = "1.1.0", path = "proxmox-io" } proxmox-io = { version = "1.1.0", path = "proxmox-io" }

View File

@ -1,7 +1,7 @@
[package] [package]
name = "proxmox-http" name = "proxmox-http"
description = "Proxmox HTTP library" description = "Proxmox HTTP library"
version = "0.9.4" version = "0.9.5"
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true

View File

@ -1,3 +1,9 @@
rust-proxmox-http (0.9.5-1) stable; urgency=medium
* http: client: make https connector generic over resolver
-- Proxmox Support Team <support@proxmox.com> Wed, 09 Apr 2025 14:05:14 +0200
rust-proxmox-http (0.9.4-1) bookworm; urgency=medium rust-proxmox-http (0.9.4-1) bookworm; urgency=medium
* fix #5808: use native-tls instead of rustls for the sync client to avoid * fix #5808: use native-tls instead of rustls for the sync client to avoid

View File

@ -2,11 +2,12 @@ Source: rust-proxmox-http
Section: rust Section: rust
Priority: optional Priority: optional
Build-Depends: debhelper-compat (= 13), Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo, dh-sequence-cargo
cargo:native <!nocheck>, Build-Depends-Arch: cargo:native <!nocheck>,
rustc:native (>= 1.80) <!nocheck>, rustc:native (>= 1.82) <!nocheck>,
libstd-rust-dev <!nocheck>, libstd-rust-dev <!nocheck>,
librust-anyhow-1+default-dev <!nocheck> librust-anyhow-1+default-dev <!nocheck>,
librust-tower-service-0.3+default-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com> Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.7.0 Standards-Version: 4.7.0
Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Git: git://git.proxmox.com/git/proxmox.git
@ -20,7 +21,8 @@ Architecture: any
Multi-Arch: same Multi-Arch: same
Depends: Depends:
${misc:Depends}, ${misc:Depends},
librust-anyhow-1+default-dev librust-anyhow-1+default-dev,
librust-tower-service-0.3+default-dev
Suggests: Suggests:
librust-proxmox-http+client-dev (= ${binary:Version}), librust-proxmox-http+client-dev (= ${binary:Version}),
librust-proxmox-http+client-sync-dev (= ${binary:Version}), librust-proxmox-http+client-sync-dev (= ${binary:Version}),
@ -36,8 +38,8 @@ Provides:
librust-proxmox-http-0+default-dev (= ${binary:Version}), librust-proxmox-http-0+default-dev (= ${binary:Version}),
librust-proxmox-http-0.9-dev (= ${binary:Version}), librust-proxmox-http-0.9-dev (= ${binary:Version}),
librust-proxmox-http-0.9+default-dev (= ${binary:Version}), librust-proxmox-http-0.9+default-dev (= ${binary:Version}),
librust-proxmox-http-0.9.4-dev (= ${binary:Version}), librust-proxmox-http-0.9.5-dev (= ${binary:Version}),
librust-proxmox-http-0.9.4+default-dev (= ${binary:Version}) librust-proxmox-http-0.9.5+default-dev (= ${binary:Version})
Description: Proxmox HTTP library - Rust source code Description: Proxmox HTTP library - Rust source code
Source code for Debianized Rust crate "proxmox-http" Source code for Debianized Rust crate "proxmox-http"
@ -64,7 +66,7 @@ Depends:
Provides: Provides:
librust-proxmox-http-0+client-dev (= ${binary:Version}), librust-proxmox-http-0+client-dev (= ${binary:Version}),
librust-proxmox-http-0.9+client-dev (= ${binary:Version}), librust-proxmox-http-0.9+client-dev (= ${binary:Version}),
librust-proxmox-http-0.9.4+client-dev (= ${binary:Version}) librust-proxmox-http-0.9.5+client-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "client" Description: Proxmox HTTP library - feature "client"
This metapackage enables feature "client" for the Rust proxmox-http crate, by This metapackage enables feature "client" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.
@ -83,7 +85,7 @@ Depends:
Provides: Provides:
librust-proxmox-http-0+client-sync-dev (= ${binary:Version}), librust-proxmox-http-0+client-sync-dev (= ${binary:Version}),
librust-proxmox-http-0.9+client-sync-dev (= ${binary:Version}), librust-proxmox-http-0.9+client-sync-dev (= ${binary:Version}),
librust-proxmox-http-0.9.4+client-sync-dev (= ${binary:Version}) librust-proxmox-http-0.9.5+client-sync-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "client-sync" Description: Proxmox HTTP library - feature "client-sync"
This metapackage enables feature "client-sync" for the Rust proxmox-http crate, This metapackage enables feature "client-sync" for the Rust proxmox-http crate,
by pulling in any additional dependencies needed by that feature. by pulling in any additional dependencies needed by that feature.
@ -98,7 +100,7 @@ Depends:
Provides: Provides:
librust-proxmox-http-0+client-trait-dev (= ${binary:Version}), librust-proxmox-http-0+client-trait-dev (= ${binary:Version}),
librust-proxmox-http-0.9+client-trait-dev (= ${binary:Version}), librust-proxmox-http-0.9+client-trait-dev (= ${binary:Version}),
librust-proxmox-http-0.9.4+client-trait-dev (= ${binary:Version}) librust-proxmox-http-0.9.5+client-trait-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "client-trait" Description: Proxmox HTTP library - feature "client-trait"
This metapackage enables feature "client-trait" for the Rust proxmox-http This metapackage enables feature "client-trait" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.
@ -111,13 +113,13 @@ Depends:
librust-proxmox-http-dev (= ${binary:Version}), librust-proxmox-http-dev (= ${binary:Version}),
librust-base64-0.13+default-dev, librust-base64-0.13+default-dev,
librust-http-0.2+default-dev, librust-http-0.2+default-dev,
librust-proxmox-sys-0.6+default-dev, librust-proxmox-sys-0.6+default-dev (>= 0.6.6-~~),
librust-serde-json-1+default-dev, librust-serde-json-1+default-dev,
librust-url-2+default-dev (>= 2.2-~~) librust-url-2+default-dev (>= 2.2-~~)
Provides: Provides:
librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}), librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}),
librust-proxmox-http-0.9+http-helpers-dev (= ${binary:Version}), librust-proxmox-http-0.9+http-helpers-dev (= ${binary:Version}),
librust-proxmox-http-0.9.4+http-helpers-dev (= ${binary:Version}) librust-proxmox-http-0.9.5+http-helpers-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "http-helpers" Description: Proxmox HTTP library - feature "http-helpers"
This metapackage enables feature "http-helpers" for the Rust proxmox-http This metapackage enables feature "http-helpers" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.
@ -132,7 +134,7 @@ Depends:
Provides: Provides:
librust-proxmox-http-0+proxmox-async-dev (= ${binary:Version}), librust-proxmox-http-0+proxmox-async-dev (= ${binary:Version}),
librust-proxmox-http-0.9+proxmox-async-dev (= ${binary:Version}), librust-proxmox-http-0.9+proxmox-async-dev (= ${binary:Version}),
librust-proxmox-http-0.9.4+proxmox-async-dev (= ${binary:Version}) librust-proxmox-http-0.9.5+proxmox-async-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "proxmox-async" Description: Proxmox HTTP library - feature "proxmox-async"
This metapackage enables feature "proxmox-async" for the Rust proxmox-http This metapackage enables feature "proxmox-async" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.
@ -151,7 +153,7 @@ Depends:
Provides: Provides:
librust-proxmox-http-0+rate-limited-stream-dev (= ${binary:Version}), librust-proxmox-http-0+rate-limited-stream-dev (= ${binary:Version}),
librust-proxmox-http-0.9+rate-limited-stream-dev (= ${binary:Version}), librust-proxmox-http-0.9+rate-limited-stream-dev (= ${binary:Version}),
librust-proxmox-http-0.9.4+rate-limited-stream-dev (= ${binary:Version}) librust-proxmox-http-0.9.5+rate-limited-stream-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "rate-limited-stream" Description: Proxmox HTTP library - feature "rate-limited-stream"
This metapackage enables feature "rate-limited-stream" for the Rust proxmox- This metapackage enables feature "rate-limited-stream" for the Rust proxmox-
http crate, by pulling in any additional dependencies needed by that feature. http crate, by pulling in any additional dependencies needed by that feature.
@ -166,7 +168,7 @@ Depends:
Provides: Provides:
librust-proxmox-http-0+rate-limiter-dev (= ${binary:Version}), librust-proxmox-http-0+rate-limiter-dev (= ${binary:Version}),
librust-proxmox-http-0.9+rate-limiter-dev (= ${binary:Version}), librust-proxmox-http-0.9+rate-limiter-dev (= ${binary:Version}),
librust-proxmox-http-0.9.4+rate-limiter-dev (= ${binary:Version}) librust-proxmox-http-0.9.5+rate-limiter-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "rate-limiter" Description: Proxmox HTTP library - feature "rate-limiter"
This metapackage enables feature "rate-limiter" for the Rust proxmox-http This metapackage enables feature "rate-limiter" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.
@ -184,14 +186,14 @@ Depends:
librust-proxmox-io-1+default-dev (>= 1.1.0-~~), librust-proxmox-io-1+default-dev (>= 1.1.0-~~),
librust-proxmox-io-1+tokio-dev (>= 1.1.0-~~), librust-proxmox-io-1+tokio-dev (>= 1.1.0-~~),
librust-proxmox-lang-1+default-dev (>= 1.3-~~), librust-proxmox-lang-1+default-dev (>= 1.3-~~),
librust-proxmox-sys-0.6+default-dev, librust-proxmox-sys-0.6+default-dev (>= 0.6.6-~~),
librust-tokio-1+default-dev (>= 1.6-~~), librust-tokio-1+default-dev (>= 1.6-~~),
librust-tokio-1+io-util-dev (>= 1.6-~~), librust-tokio-1+io-util-dev (>= 1.6-~~),
librust-tokio-1+sync-dev (>= 1.6-~~) librust-tokio-1+sync-dev (>= 1.6-~~)
Provides: Provides:
librust-proxmox-http-0+websocket-dev (= ${binary:Version}), librust-proxmox-http-0+websocket-dev (= ${binary:Version}),
librust-proxmox-http-0.9+websocket-dev (= ${binary:Version}), librust-proxmox-http-0.9+websocket-dev (= ${binary:Version}),
librust-proxmox-http-0.9.4+websocket-dev (= ${binary:Version}) librust-proxmox-http-0.9.5+websocket-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "websocket" Description: Proxmox HTTP library - feature "websocket"
This metapackage enables feature "websocket" for the Rust proxmox-http crate, This metapackage enables feature "websocket" for the Rust proxmox-http crate,
by pulling in any additional dependencies needed by that feature. by pulling in any additional dependencies needed by that feature.