forked from proxmox-mirrors/proxmox
rest-server: bump version to 0.5.4-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
ce802d8320
commit
9c3e4d5ccf
@ -124,7 +124,7 @@ proxmox-lang = { version = "1.3", path = "proxmox-lang" }
|
|||||||
proxmox-login = { version = "0.1.0", path = "proxmox-login" }
|
proxmox-login = { version = "0.1.0", path = "proxmox-login" }
|
||||||
proxmox-product-config = { version = "0.2.0", path = "proxmox-product-config" }
|
proxmox-product-config = { version = "0.2.0", path = "proxmox-product-config" }
|
||||||
proxmox-config-digest = { version = "0.1.0", path = "proxmox-config-digest" }
|
proxmox-config-digest = { version = "0.1.0", path = "proxmox-config-digest" }
|
||||||
proxmox-rest-server = { version = "0.5.2", path = "proxmox-rest-server" }
|
proxmox-rest-server = { version = "0.5.4", path = "proxmox-rest-server" }
|
||||||
proxmox-router = { version = "2.1.5", path = "proxmox-router" }
|
proxmox-router = { version = "2.1.5", path = "proxmox-router" }
|
||||||
proxmox-schema = { version = "3.1.1", path = "proxmox-schema" }
|
proxmox-schema = { version = "3.1.1", path = "proxmox-schema" }
|
||||||
proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" }
|
proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-rest-server"
|
name = "proxmox-rest-server"
|
||||||
version = "0.5.3"
|
version = "0.5.4"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
rust-proxmox-rest-server (0.5.4-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* fix #5105: improve TLS handshake detection
|
||||||
|
|
||||||
|
* connection: log peer addresses on error
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 10 Jul 2024 12:40:35 +0200
|
||||||
|
|
||||||
rust-proxmox-rest-server (0.5.3-1) bookworm; urgency=medium
|
rust-proxmox-rest-server (0.5.3-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* upgrade proxmox-time to 2.0
|
* upgrade proxmox-time to 2.0
|
||||||
|
@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 12),
|
|||||||
librust-openssl-0.10+default-dev <!nocheck>,
|
librust-openssl-0.10+default-dev <!nocheck>,
|
||||||
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
|
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
|
||||||
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) <!nocheck>,
|
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) <!nocheck>,
|
||||||
librust-proxmox-compression-0.2+default-dev <!nocheck>,
|
librust-proxmox-compression-0.2+default-dev (>= 0.2.3-~~) <!nocheck>,
|
||||||
librust-proxmox-io-1+default-dev (>= 1.1.0-~~) <!nocheck>,
|
librust-proxmox-io-1+default-dev (>= 1.1.0-~~) <!nocheck>,
|
||||||
librust-proxmox-lang-1+default-dev (>= 1.3-~~) <!nocheck>,
|
librust-proxmox-lang-1+default-dev (>= 1.3-~~) <!nocheck>,
|
||||||
librust-proxmox-router-2+default-dev (>= 2.1.5-~~) <!nocheck>,
|
librust-proxmox-router-2+default-dev (>= 2.1.5-~~) <!nocheck>,
|
||||||
@ -66,7 +66,7 @@ Depends:
|
|||||||
librust-openssl-0.10+default-dev,
|
librust-openssl-0.10+default-dev,
|
||||||
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
||||||
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~),
|
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~),
|
||||||
librust-proxmox-compression-0.2+default-dev,
|
librust-proxmox-compression-0.2+default-dev (>= 0.2.3-~~),
|
||||||
librust-proxmox-io-1+default-dev (>= 1.1.0-~~),
|
librust-proxmox-io-1+default-dev (>= 1.1.0-~~),
|
||||||
librust-proxmox-lang-1+default-dev (>= 1.3-~~),
|
librust-proxmox-lang-1+default-dev (>= 1.3-~~),
|
||||||
librust-proxmox-router-2+default-dev (>= 2.1.5-~~),
|
librust-proxmox-router-2+default-dev (>= 2.1.5-~~),
|
||||||
@ -97,8 +97,8 @@ Provides:
|
|||||||
librust-proxmox-rest-server-0+default-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.5-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0.5-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.5+default-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0.5+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.5.3-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0.5.4-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.5.3+default-dev (= ${binary:Version})
|
librust-proxmox-rest-server-0.5.4+default-dev (= ${binary:Version})
|
||||||
Description: REST server implementation - Rust source code
|
Description: REST server implementation - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-rest-server"
|
Source code for Debianized Rust crate "proxmox-rest-server"
|
||||||
|
|
||||||
@ -108,12 +108,12 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-rest-server-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-dev (= ${binary:Version}),
|
||||||
librust-proxmox-http-0.9+default-dev,
|
librust-proxmox-http-0.9+default-dev (>= 0.9.2-~~),
|
||||||
librust-proxmox-http-0.9+rate-limited-stream-dev
|
librust-proxmox-http-0.9+rate-limited-stream-dev (>= 0.9.2-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.5+rate-limited-stream-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0.5+rate-limited-stream-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.5.3+rate-limited-stream-dev (= ${binary:Version})
|
librust-proxmox-rest-server-0.5.4+rate-limited-stream-dev (= ${binary:Version})
|
||||||
Description: REST server implementation - feature "rate-limited-stream"
|
Description: REST server implementation - 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-
|
||||||
rest-server crate, by pulling in any additional dependencies needed by that
|
rest-server crate, by pulling in any additional dependencies needed by that
|
||||||
@ -129,7 +129,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.5+templates-dev (= ${binary:Version}),
|
librust-proxmox-rest-server-0.5+templates-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rest-server-0.5.3+templates-dev (= ${binary:Version})
|
librust-proxmox-rest-server-0.5.4+templates-dev (= ${binary:Version})
|
||||||
Description: REST server implementation - feature "templates"
|
Description: REST server implementation - feature "templates"
|
||||||
This metapackage enables feature "templates" for the Rust proxmox-rest-server
|
This metapackage enables feature "templates" for the Rust proxmox-rest-server
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user