proxmox-rest-server: bump to 0.4.1-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-06-27 12:44:52 +02:00
parent 880abd859b
commit 2a070da065
3 changed files with 13 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-rest-server"
version = "0.4.0"
version = "0.4.1"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@ -1,3 +1,11 @@
rust-proxmox-rest-server (0.4.1-1) bookworm; urgency=medium
* rest: remove full static file path from error messages to avoid triggering
some simple security scanners misinterpreting this as an actual (file
serving) HTTP server leaking their web root directory.
-- Proxmox Support Team <support@proxmox.com> Tue, 27 Jun 2023 12:43:42 +0200
rust-proxmox-rest-server (0.4.0-1) bookworm; urgency=medium
* update proxmox-sys dependency to 0.5.0

View File

@ -97,8 +97,8 @@ Provides:
librust-proxmox-rest-server-0+default-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.4-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.4+default-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.4.0-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.4.0+default-dev (= ${binary:Version})
librust-proxmox-rest-server-0.4.1-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.4.1+default-dev (= ${binary:Version})
Description: REST server implementation - Rust source code
This package contains the source for the Rust proxmox-rest-server crate,
packaged by debcargo for use with cargo and dh-cargo.
@ -114,7 +114,7 @@ Depends:
Provides:
librust-proxmox-rest-server-0+rate-limited-stream-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.4+rate-limited-stream-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.4.0+rate-limited-stream-dev (= ${binary:Version})
librust-proxmox-rest-server-0.4.1+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
@ -130,7 +130,7 @@ Depends:
Provides:
librust-proxmox-rest-server-0+templates-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.4+templates-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.4.0+templates-dev (= ${binary:Version})
librust-proxmox-rest-server-0.4.1+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.