]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-sys to 0.5.3-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 8 Jan 2024 11:48:18 +0000 (12:48 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 8 Jan 2024 11:48:57 +0000 (12:48 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-sys/Cargo.toml
proxmox-sys/debian/changelog
proxmox-sys/debian/control

index ef19ad89747db7aa4a1a7bfa0029b8dc542654c7..5ddbe2126ef174b4b80b764034add418fa187966 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-sys"
-version = "0.5.2"
+version = "0.5.3"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
index 866107c560b8f5712b7711e47369e8ea7bd3ca97..76f070a37667be9ead10a832db87edfd8ebe7579 100644 (file)
@@ -1,3 +1,10 @@
+rust-proxmox-sys (0.5.3-1) bookworm; urgency=medium
+
+  * use epoch_to_rfc2822 from proxmox_time, fixes an issue with times in
+    emails not being formatted correctly
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 08 Jan 2024 12:48:11 +0100
+
 rust-proxmox-sys (0.5.2-1) bookworm; urgency=medium
 
   * add helper to get bootmode and secureboot status
index 1da8cd0890109d6d8700dc01aafb28c53cc0fa98..ac1b786bc5ac176039c203129718f08602537336 100644 (file)
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 12),
  librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
  librust-proxmox-io-1+default-dev <!nocheck>,
  librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
- librust-proxmox-time-1+default-dev (>= 1.1.4-~~) <!nocheck>,
+ librust-proxmox-time-1+default-dev (>= 1.1.6-~~) <!nocheck>,
  librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
  librust-serde-1+default-dev <!nocheck>,
  librust-serde-1+derive-dev <!nocheck>,
@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 12),
  libacl1-dev <!nocheck>,
  uuid-dev <!nocheck>
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Git: git://git.proxmox.com/git/proxmox.git
 Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
 X-Cargo-Crate: proxmox-sys
@@ -41,7 +41,7 @@ Depends:
  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-time-1+default-dev (>= 1.1.4-~~),
+ librust-proxmox-time-1+default-dev (>= 1.1.6-~~),
  librust-regex-1+default-dev (>= 1.5-~~),
  librust-serde-1+default-dev,
  librust-serde-1+derive-dev,
@@ -65,14 +65,13 @@ Provides:
  librust-proxmox-sys-0.5+crypt-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.2-dev (= ${binary:Version}),
- librust-proxmox-sys-0.5.2+acl-dev (= ${binary:Version}),
- librust-proxmox-sys-0.5.2+crypt-dev (= ${binary:Version}),
- librust-proxmox-sys-0.5.2+default-dev (= ${binary:Version}),
- librust-proxmox-sys-0.5.2+timer-dev (= ${binary:Version})
+ librust-proxmox-sys-0.5.3-dev (= ${binary:Version}),
+ librust-proxmox-sys-0.5.3+acl-dev (= ${binary:Version}),
+ librust-proxmox-sys-0.5.3+crypt-dev (= ${binary:Version}),
+ librust-proxmox-sys-0.5.3+default-dev (= ${binary:Version}),
+ librust-proxmox-sys-0.5.3+timer-dev (= ${binary:Version})
 Description: System tools (using nix) - Rust source code
- This package contains the source for the Rust proxmox-sys crate, packaged by
- debcargo for use with cargo and dh-cargo.
+ Source code for Debianized Rust crate "proxmox-sys"
 
 Package: librust-proxmox-sys+logrotate-dev
 Architecture: any
@@ -85,7 +84,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.2+logrotate-dev (= ${binary:Version})
+ librust-proxmox-sys-0.5.3+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.