forked from Proxmox/proxmox
bump proxmox-tfa to 4.0.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
0fb7ec0c32
commit
35dc1b0b8d
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-tfa"
|
||||
version = "4.0.1"
|
||||
version = "4.0.2"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,8 +1,16 @@
|
||||
rust-proxmox-tfa (4.0.1) UNRELEASED; urgency=medium
|
||||
rust-proxmox-tfa (4.0.2) stable; urgency=medium
|
||||
|
||||
* Reduce default TFA lockout time to an hour.
|
||||
|
||||
* Include lockout status in tfa user list.
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 05 Jun 2023 08:59:05 +0200
|
||||
|
||||
rust-proxmox-tfa (4.0.1) stable; urgency=medium
|
||||
|
||||
* Add api::methods::unlock_tfa
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 26 May 2023 11:28:58 +0200
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 05 Jun 2023 08:58:34 +0200
|
||||
|
||||
rust-proxmox-tfa (4.0.0-1) stable; urgency=medium
|
||||
|
||||
|
@ -47,8 +47,8 @@ Provides:
|
||||
librust-proxmox-tfa-4+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0.1+default-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.0.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0.2+default-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.
|
||||
@ -68,7 +68,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-tfa-4+api-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0+api-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0.1+api-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.0.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.
|
||||
@ -85,7 +85,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-tfa-4+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0.1+api-types-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.0.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.
|
||||
@ -100,7 +100,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-tfa-4+types-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0+types-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0.1+types-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.0.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.
|
||||
@ -117,7 +117,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-tfa-4+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0.1+u2f-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.0.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.
|
||||
|
Loading…
Reference in New Issue
Block a user