proxmox-rest-server: bump to 0.4.1-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
880abd859b
commit
2a070da065
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user