mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-29 15:07:51 +00:00
rest-server: bump version to 0.8.2-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
dc9531d302
commit
1539bc1ce3
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-rest-server"
|
||||
description = "REST server implementation"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -1,3 +1,10 @@
|
||||
rust-proxmox-rest-server (0.8.2-1) bookworm; urgency=medium
|
||||
|
||||
* fix #5868: rest-server: handshake detection: avoid infinite loop on
|
||||
connections abort
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 14 Nov 2024 14:34:09 +0100
|
||||
|
||||
rust-proxmox-rest-server (0.8.1-1) bookworm; urgency=medium
|
||||
|
||||
* honor passed cipher suite & list in TlsAcceptorBuilder
|
||||
|
@ -100,8 +100,8 @@ Provides:
|
||||
librust-proxmox-rest-server-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-rest-server-0.8-dev (= ${binary:Version}),
|
||||
librust-proxmox-rest-server-0.8+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-rest-server-0.8.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-rest-server-0.8.1+default-dev (= ${binary:Version})
|
||||
librust-proxmox-rest-server-0.8.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-rest-server-0.8.2+default-dev (= ${binary:Version})
|
||||
Description: REST server implementation - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-rest-server"
|
||||
|
||||
@ -116,7 +116,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}),
|
||||
librust-proxmox-rest-server-0.8+rate-limited-stream-dev (= ${binary:Version}),
|
||||
librust-proxmox-rest-server-0.8.1+rate-limited-stream-dev (= ${binary:Version})
|
||||
librust-proxmox-rest-server-0.8.2+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
|
||||
@ -132,7 +132,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}),
|
||||
librust-proxmox-rest-server-0.8+templates-dev (= ${binary:Version}),
|
||||
librust-proxmox-rest-server-0.8.1+templates-dev (= ${binary:Version})
|
||||
librust-proxmox-rest-server-0.8.2+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.
|
||||
|
Loading…
Reference in New Issue
Block a user