diff --git a/Cargo.toml b/Cargo.toml index b62fcd50..7e6e151b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index 4d578906..61ac9610 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -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 diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 65cda1b1..402982af 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -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 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 diff --git a/proxmox-sys/debian/control b/proxmox-sys/debian/control index 7651fad0..18a53ad8 100644 --- a/proxmox-sys/debian/control +++ b/proxmox-sys/debian/control @@ -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.