tfa: bump to 4.1.3
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
f1a5583932
commit
80baf82df2
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-tfa"
|
||||
version = "4.1.2"
|
||||
version = "4.1.3"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-tfa (4.1.3) bookworm; urgency=medium
|
||||
|
||||
* upgrade to proxmox-time 2.0
|
||||
|
||||
* clippy and compile warning fixes
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 20 Jun 2024 13:58:42 +0200
|
||||
|
||||
rust-proxmox-tfa (4.1.2) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-schema 3
|
||||
|
@ -35,7 +35,7 @@ Suggests:
|
||||
Provides:
|
||||
librust-proxmox-tfa-4-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.1.2-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.1.3-dev (= ${binary:Version})
|
||||
Description: Tfa implementation for totp and u2f - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-tfa"
|
||||
|
||||
@ -50,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.6-~~),
|
||||
librust-proxmox-time-2+default-dev,
|
||||
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.2+api-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.1.3+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.
|
||||
@ -69,12 +69,12 @@ Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-tfa-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa+types-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-3+api-macro-dev,
|
||||
librust-proxmox-schema-3+default-dev
|
||||
librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~),
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.1-~~)
|
||||
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.2+api-types-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.1.3+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.
|
||||
@ -96,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.2+totp-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.1.2+default-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.1.3+totp-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.1.3+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.
|
||||
@ -115,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.2+types-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.1.3+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.
|
||||
@ -134,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.2+u2f-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.1.3+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.
|
||||
|
Loading…
Reference in New Issue
Block a user