mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-14 19:19:12 +00:00
client: bump to 0.5.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
86336f6c88
commit
fda6fc9def
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-client"
|
name = "proxmox-client"
|
||||||
description = "Base client for proxmox APIs for handling login and ticket renewal"
|
description = "Base client for proxmox APIs for handling login and ticket renewal"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
|
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
rust-proxmox-client (0.5.2-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* add compatibility with HttpOnly cookies
|
||||||
|
|
||||||
|
* specify cookie names for authyentication headers where possible
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Tue, 04 Mar 2025 15:00:20 +0100
|
||||||
|
|
||||||
rust-proxmox-client (0.5.1-1) bookworm; urgency=medium
|
rust-proxmox-client (0.5.1-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* use correct error for protocol errors instead of Error::Anyhow
|
* use correct error for protocol errors instead of Error::Anyhow
|
||||||
|
@ -9,8 +9,8 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
librust-anyhow-1+default-dev <!nocheck>,
|
librust-anyhow-1+default-dev <!nocheck>,
|
||||||
librust-hex-0.4+default-dev <!nocheck>,
|
librust-hex-0.4+default-dev <!nocheck>,
|
||||||
librust-http-0.2+default-dev <!nocheck>,
|
librust-http-0.2+default-dev <!nocheck>,
|
||||||
librust-proxmox-login-0.1+default-dev (>= 0.1.3-~~) <!nocheck>,
|
librust-proxmox-login-0.2+default-dev <!nocheck>,
|
||||||
librust-proxmox-login-0.1+http-dev (>= 0.1.3-~~) <!nocheck>,
|
librust-proxmox-login-0.2+http-dev <!nocheck>,
|
||||||
librust-serde-1+default-dev <!nocheck>,
|
librust-serde-1+default-dev <!nocheck>,
|
||||||
librust-serde-json-1+default-dev <!nocheck>
|
librust-serde-json-1+default-dev <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
@ -29,8 +29,8 @@ Depends:
|
|||||||
librust-anyhow-1+default-dev,
|
librust-anyhow-1+default-dev,
|
||||||
librust-hex-0.4+default-dev,
|
librust-hex-0.4+default-dev,
|
||||||
librust-http-0.2+default-dev,
|
librust-http-0.2+default-dev,
|
||||||
librust-proxmox-login-0.1+default-dev (>= 0.1.3-~~),
|
librust-proxmox-login-0.2+default-dev,
|
||||||
librust-proxmox-login-0.1+http-dev (>= 0.1.3-~~),
|
librust-proxmox-login-0.2+http-dev,
|
||||||
librust-serde-1+default-dev,
|
librust-serde-1+default-dev,
|
||||||
librust-serde-json-1+default-dev
|
librust-serde-json-1+default-dev
|
||||||
Suggests:
|
Suggests:
|
||||||
@ -42,8 +42,8 @@ Provides:
|
|||||||
librust-proxmox-client-0+default-dev (= ${binary:Version}),
|
librust-proxmox-client-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.5-dev (= ${binary:Version}),
|
librust-proxmox-client-0.5-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.5+default-dev (= ${binary:Version}),
|
librust-proxmox-client-0.5+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.5.1-dev (= ${binary:Version}),
|
librust-proxmox-client-0.5.2-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.5.1+default-dev (= ${binary:Version})
|
librust-proxmox-client-0.5.2+default-dev (= ${binary:Version})
|
||||||
Description: Base client for proxmox APIs for handling login and ticket renewal - Rust source code
|
Description: Base client for proxmox APIs for handling login and ticket renewal - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-client"
|
Source code for Debianized Rust crate "proxmox-client"
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}),
|
librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.5+hyper-client-dev (= ${binary:Version}),
|
librust-proxmox-client-0.5+hyper-client-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.5.1+hyper-client-dev (= ${binary:Version})
|
librust-proxmox-client-0.5.2+hyper-client-dev (= ${binary:Version})
|
||||||
Description: Base client for proxmox APIs for handling login and ticket renewal - feature "hyper-client"
|
Description: Base client for proxmox APIs for handling login and ticket renewal - feature "hyper-client"
|
||||||
This metapackage enables feature "hyper-client" for the Rust proxmox-client
|
This metapackage enables feature "hyper-client" for the Rust proxmox-client
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
@ -72,12 +72,12 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-client-dev (= ${binary:Version}),
|
librust-proxmox-client-dev (= ${binary:Version}),
|
||||||
librust-proxmox-login-0.1+http-dev (>= 0.1.3-~~),
|
librust-proxmox-login-0.2+http-dev,
|
||||||
librust-proxmox-login-0.1+webauthn-dev (>= 0.1.3-~~)
|
librust-proxmox-login-0.2+webauthn-dev
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-client-0+webauthn-dev (= ${binary:Version}),
|
librust-proxmox-client-0+webauthn-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.5+webauthn-dev (= ${binary:Version}),
|
librust-proxmox-client-0.5+webauthn-dev (= ${binary:Version}),
|
||||||
librust-proxmox-client-0.5.1+webauthn-dev (= ${binary:Version})
|
librust-proxmox-client-0.5.2+webauthn-dev (= ${binary:Version})
|
||||||
Description: Base client for proxmox APIs for handling login and ticket renewal - feature "webauthn"
|
Description: Base client for proxmox APIs for handling login and ticket renewal - feature "webauthn"
|
||||||
This metapackage enables feature "webauthn" for the Rust proxmox-client crate,
|
This metapackage enables feature "webauthn" for the Rust proxmox-client crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user