diff --git a/Cargo.toml b/Cargo.toml index 40587605..85941834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ proxmox-lang = { version = "1.3", path = "proxmox-lang" } proxmox-login = { version = "0.1.0", path = "proxmox-login" } proxmox-product-config = { version = "0.2.0", path = "proxmox-product-config" } 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-schema = { version = "3.1.1", path = "proxmox-schema" } proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" } diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index 5ffde0d6..bbea4850 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-rest-server" -version = "0.5.3" +version = "0.5.4" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-rest-server/debian/changelog b/proxmox-rest-server/debian/changelog index e27cacbe..6027886d 100644 --- a/proxmox-rest-server/debian/changelog +++ b/proxmox-rest-server/debian/changelog @@ -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 Wed, 10 Jul 2024 12:40:35 +0200 + rust-proxmox-rest-server (0.5.3-1) bookworm; urgency=medium * upgrade proxmox-time to 2.0 diff --git a/proxmox-rest-server/debian/control b/proxmox-rest-server/debian/control index b17edef8..fc65e3c5 100644 --- a/proxmox-rest-server/debian/control +++ b/proxmox-rest-server/debian/control @@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 12), librust-openssl-0.10+default-dev , librust-percent-encoding-2+default-dev (>= 2.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-lang-1+default-dev (>= 1.3-~~) , librust-proxmox-router-2+default-dev (>= 2.1.5-~~) , @@ -66,7 +66,7 @@ Depends: librust-openssl-0.10+default-dev, librust-percent-encoding-2+default-dev (>= 2.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-lang-1+default-dev (>= 1.3-~~), 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.5-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.3+default-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.5.4-dev (= ${binary:Version}), + librust-proxmox-rest-server-0.5.4+default-dev (= ${binary:Version}) Description: REST server implementation - Rust source code Source code for Debianized Rust crate "proxmox-rest-server" @@ -108,12 +108,12 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-rest-server-dev (= ${binary:Version}), - librust-proxmox-http-0.9+default-dev, - librust-proxmox-http-0.9+rate-limited-stream-dev + librust-proxmox-http-0.9+default-dev (>= 0.9.2-~~), + librust-proxmox-http-0.9+rate-limited-stream-dev (>= 0.9.2-~~) Provides: 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.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" This metapackage enables feature "rate-limited-stream" for the Rust proxmox- rest-server crate, by pulling in any additional dependencies needed by that @@ -129,7 +129,7 @@ Depends: Provides: 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.3+templates-dev (= ${binary:Version}) + librust-proxmox-rest-server-0.5.4+templates-dev (= ${binary:Version}) Description: REST server implementation - feature "templates" This metapackage enables feature "templates" for the Rust proxmox-rest-server crate, by pulling in any additional dependencies needed by that feature.