From 57fb1004b810d129c11cfff370ddf5d1af1c51fc Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 20 Jun 2024 10:55:58 +0200 Subject: [PATCH] sys: bump to 0.5.7-1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- proxmox-sys/Cargo.toml | 2 +- proxmox-sys/debian/changelog | 10 ++++++++++ proxmox-sys/debian/control | 20 ++++++++++---------- 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b83f522..1791a583 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,7 +129,7 @@ proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" } 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.5.5", path = "proxmox-sys" } +proxmox-sys = { version = "0.5.7", path = "proxmox-sys" } proxmox-tfa = { version = "4.0.4", path = "proxmox-tfa" } proxmox-time = { version = "1.1.6", path = "proxmox-time" } proxmox-uuid = { version = "1.0.1", path = "proxmox-uuid" } diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index bb7dee8a..3bde2d99 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.5.6" +version = "0.5.7" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 792b0d82..1d63ef17 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-sys (0.5.7-1) bookworm; urgency=medium + + * replace c_str! macro use with c"literals" + + * provide public consts for xattr names + + * deprecate xattr name functions in favor of the new constants + + -- Proxmox Support Team Thu, 20 Jun 2024 10:45:22 +0200 + rust-proxmox-sys (0.5.6-1) bookworm; urgency=medium * fs: make file parameter generic in CreateOptions diff --git a/proxmox-sys/debian/control b/proxmox-sys/debian/control index d1aa6302..df875591 100644 --- a/proxmox-sys/debian/control +++ b/proxmox-sys/debian/control @@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 12), librust-libc-0.2+default-dev (>= 0.2.107-~~) , librust-log-0.4+default-dev (>= 0.4.17-~~) , librust-nix-0.26+default-dev (>= 0.26.1-~~) , - librust-proxmox-io-1+default-dev , - librust-proxmox-lang-1+default-dev (>= 1.1-~~) , + librust-proxmox-io-1+default-dev (>= 1.1.0-~~) , + librust-proxmox-lang-1+default-dev (>= 1.3-~~) , librust-proxmox-time-1+default-dev (>= 1.1.6-~~) , librust-regex-1+default-dev (>= 1.5-~~) , librust-serde-1+default-dev , @@ -39,8 +39,8 @@ Depends: librust-libc-0.2+default-dev (>= 0.2.107-~~), librust-log-0.4+default-dev (>= 0.4.17-~~), librust-nix-0.26+default-dev (>= 0.26.1-~~), - librust-proxmox-io-1+default-dev, - librust-proxmox-lang-1+default-dev (>= 1.1-~~), + librust-proxmox-io-1+default-dev (>= 1.1.0-~~), + librust-proxmox-lang-1+default-dev (>= 1.3-~~), librust-proxmox-time-1+default-dev (>= 1.1.6-~~), librust-regex-1+default-dev (>= 1.5-~~), librust-serde-1+default-dev, @@ -63,10 +63,10 @@ Provides: librust-proxmox-sys-0.5+acl-dev (= ${binary:Version}), librust-proxmox-sys-0.5+default-dev (= ${binary:Version}), librust-proxmox-sys-0.5+timer-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.6-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.6+acl-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.6+default-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.6+timer-dev (= ${binary:Version}) + librust-proxmox-sys-0.5.7-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.7+acl-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.7+default-dev (= ${binary:Version}), + librust-proxmox-sys-0.5.7+timer-dev (= ${binary:Version}) Description: System tools (using nix) - Rust source code Source code for Debianized Rust crate "proxmox-sys" @@ -80,7 +80,7 @@ Depends: Provides: librust-proxmox-sys-0+crypt-dev (= ${binary:Version}), librust-proxmox-sys-0.5+crypt-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.6+crypt-dev (= ${binary:Version}) + librust-proxmox-sys-0.5.7+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. @@ -96,7 +96,7 @@ Depends: Provides: librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}), librust-proxmox-sys-0.5+logrotate-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.6+logrotate-dev (= ${binary:Version}) + librust-proxmox-sys-0.5.7+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.