sys: bump version to 0.6.5-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
87dd908530
commit
212249e009
@ -143,7 +143,7 @@ proxmox-sendmail = { version = "0.1.0", path = "proxmox-sendmail" }
|
||||
proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] }
|
||||
proxmox-shared-memory = { version = "0.3.0", path = "proxmox-shared-memory" }
|
||||
proxmox-sortable-macro = { version = "0.1.3", path = "proxmox-sortable-macro" }
|
||||
proxmox-sys = { version = "0.6.0", path = "proxmox-sys" }
|
||||
proxmox-sys = { version = "0.6.5", path = "proxmox-sys" }
|
||||
proxmox-systemd = { version = "0.1.0", path = "proxmox-systemd" }
|
||||
proxmox-tfa = { version = "5.0.0", path = "proxmox-tfa" }
|
||||
proxmox-time = { version = "2.0.0", path = "proxmox-time" }
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-sys"
|
||||
description = "System tools (using nix)."
|
||||
version = "0.6.4"
|
||||
version = "0.6.5"
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -1,3 +1,13 @@
|
||||
rust-proxmox-sys (0.6.5-1) bookworm; urgency=medium
|
||||
|
||||
* sys: fs: set CLOEXEC when creating temp files to avoid passing them to
|
||||
other processes without them being aware about these FDs. This can, for
|
||||
example, happen on our rest-server daemon reload.
|
||||
|
||||
* sys: open directories with O_CLOEXEC with similar intention than above
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 03 Dec 2024 17:41:21 +0100
|
||||
|
||||
rust-proxmox-sys (0.6.4-1) bookworm; urgency=medium
|
||||
|
||||
* drop unnecessary not-empty check on fixed-size array
|
||||
|
@ -58,10 +58,10 @@ Provides:
|
||||
librust-proxmox-sys-0.6+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6+timer-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.4+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.4+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.4+timer-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.6.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.5+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.5+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.5+timer-dev (= ${binary:Version})
|
||||
Description: System tools (using nix) - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-sys"
|
||||
|
||||
@ -75,7 +75,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-sys-0+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.4+crypt-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.6.5+crypt-dev (= ${binary:Version})
|
||||
Description: System tools (using nix) - feature "crypt"
|
||||
This metapackage enables feature "crypt" for the Rust proxmox-sys crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -91,7 +91,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.4+logrotate-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.6.5+logrotate-dev (= ${binary:Version})
|
||||
Description: System tools (using nix) - feature "logrotate"
|
||||
This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user