]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-tfa to 4.1.2
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 2 Feb 2024 13:00:27 +0000 (14:00 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 2 Feb 2024 13:00:49 +0000 (14:00 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-tfa/Cargo.toml
proxmox-tfa/debian/changelog
proxmox-tfa/debian/control

index ed80991e23e436fb08546dfe2973fc1678b36a90..4310d0f8439f23fbd96bfd7d7f9688e6a140ee18 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-tfa"
-version = "4.1.1"
+version = "4.1.2"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
index f5437d548d59d319d813e0722e8348ba11e2568a..1790df0e15229470a81e9a17d46bf3ce8372291d 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-tfa (4.1.2) bookworm; urgency=medium
+
+  * rebuild with proxmox-schema 3
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Feb 2024 14:00:19 +0100
+
 rust-proxmox-tfa (4.1.1) bookworm; urgency=medium
 
   * api: methods: add missing #[serde(default)] to TfaUser
index 9d1e5d57fbdd1aefc4f2dd6046318025e018a861..4fe63821fd5b769c17f92a76128cf9a9e89f2a09 100644 (file)
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 12),
  librust-serde-1+default-dev <!nocheck>,
  librust-serde-plain-1+default-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-tfa
@@ -35,10 +35,9 @@ Suggests:
 Provides:
  librust-proxmox-tfa-4-dev (= ${binary:Version}),
  librust-proxmox-tfa-4.1-dev (= ${binary:Version}),
- librust-proxmox-tfa-4.1.1-dev (= ${binary:Version})
+ librust-proxmox-tfa-4.1.2-dev (= ${binary:Version})
 Description: Tfa implementation for totp and u2f - Rust source code
- This package contains the source for the Rust proxmox-tfa crate, packaged by
- debcargo for use with cargo and dh-cargo.
+ Source code for Debianized Rust crate "proxmox-tfa"
 
 Package: librust-proxmox-tfa+api-dev
 Architecture: any
@@ -51,14 +50,14 @@ Depends:
  librust-proxmox-tfa+u2f-dev (= ${binary:Version}),
  librust-anyhow-1+default-dev,
  librust-log-0.4+default-dev (>= 0.4.17-~~),
- librust-proxmox-time-1+default-dev (>= 1.1.4-~~),
+ librust-proxmox-time-1+default-dev (>= 1.1.6-~~),
  librust-proxmox-uuid-1+default-dev (>= 1.0.1-~~),
  librust-url-2+default-dev (>= 2.2-~~),
  librust-webauthn-rs-0.3+default-dev
 Provides:
  librust-proxmox-tfa-4+api-dev (= ${binary:Version}),
  librust-proxmox-tfa-4.1+api-dev (= ${binary:Version}),
- librust-proxmox-tfa-4.1.1+api-dev (= ${binary:Version})
+ librust-proxmox-tfa-4.1.2+api-dev (= ${binary:Version})
 Description: Tfa implementation for totp and u2f - feature "api"
  This metapackage enables feature "api" for the Rust proxmox-tfa crate, by
  pulling in any additional dependencies needed by that feature.
@@ -70,12 +69,12 @@ Depends:
  ${misc:Depends},
  librust-proxmox-tfa-dev (= ${binary:Version}),
  librust-proxmox-tfa+types-dev (= ${binary:Version}),
- librust-proxmox-schema-2+api-macro-dev,
- librust-proxmox-schema-2+default-dev
+ librust-proxmox-schema-3+api-macro-dev,
+ librust-proxmox-schema-3+default-dev
 Provides:
  librust-proxmox-tfa-4+api-types-dev (= ${binary:Version}),
  librust-proxmox-tfa-4.1+api-types-dev (= ${binary:Version}),
- librust-proxmox-tfa-4.1.1+api-types-dev (= ${binary:Version})
+ librust-proxmox-tfa-4.1.2+api-types-dev (= ${binary:Version})
 Description: Tfa implementation for totp and u2f - feature "api-types"
  This metapackage enables feature "api-types" for the Rust proxmox-tfa crate, by
  pulling in any additional dependencies needed by that feature.
@@ -97,8 +96,8 @@ Provides:
  librust-proxmox-tfa-4+default-dev (= ${binary:Version}),
  librust-proxmox-tfa-4.1+totp-dev (= ${binary:Version}),
  librust-proxmox-tfa-4.1+default-dev (= ${binary:Version}),
- librust-proxmox-tfa-4.1.1+totp-dev (= ${binary:Version}),
- librust-proxmox-tfa-4.1.1+default-dev (= ${binary:Version})
+ librust-proxmox-tfa-4.1.2+totp-dev (= ${binary:Version}),
+ librust-proxmox-tfa-4.1.2+default-dev (= ${binary:Version})
 Description: Tfa implementation for totp and u2f - feature "totp" and 1 more
  This metapackage enables feature "totp" for the Rust proxmox-tfa crate, by
  pulling in any additional dependencies needed by that feature.
@@ -116,7 +115,7 @@ Depends:
 Provides:
  librust-proxmox-tfa-4+types-dev (= ${binary:Version}),
  librust-proxmox-tfa-4.1+types-dev (= ${binary:Version}),
- librust-proxmox-tfa-4.1.1+types-dev (= ${binary:Version})
+ librust-proxmox-tfa-4.1.2+types-dev (= ${binary:Version})
 Description: Tfa implementation for totp and u2f - feature "types"
  This metapackage enables feature "types" for the Rust proxmox-tfa crate, by
  pulling in any additional dependencies needed by that feature.
@@ -135,7 +134,7 @@ Depends:
 Provides:
  librust-proxmox-tfa-4+u2f-dev (= ${binary:Version}),
  librust-proxmox-tfa-4.1+u2f-dev (= ${binary:Version}),
- librust-proxmox-tfa-4.1.1+u2f-dev (= ${binary:Version})
+ librust-proxmox-tfa-4.1.2+u2f-dev (= ${binary:Version})
 Description: Tfa implementation for totp and u2f - feature "u2f"
  This metapackage enables feature "u2f" for the Rust proxmox-tfa crate, by
  pulling in any additional dependencies needed by that feature.