bump proxmox-tfa to 4.0.5
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
b86a0883ea
commit
1a8a3668a5
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-tfa"
|
||||
version = "4.0.4"
|
||||
version = "4.0.5"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-tfa (4.0.5) bookworm; urgency=medium
|
||||
|
||||
* update to proxmox-schema 2.0
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 24 Jul 2023 10:55:40 +0200
|
||||
|
||||
rust-proxmox-tfa (4.0.4) bookworm; urgency=medium
|
||||
|
||||
* make totp algorithm parsing case insensitive to be less strict in case
|
||||
|
@ -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.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0.4+default-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.0.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-4.0.5+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.4+api-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.0.5+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.
|
||||
@ -80,12 +80,12 @@ Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-tfa-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa+types-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-1+api-macro-dev (>= 1.3.7-~~),
|
||||
librust-proxmox-schema-1+default-dev (>= 1.3.7-~~)
|
||||
librust-proxmox-schema-2+api-macro-dev,
|
||||
librust-proxmox-schema-2+default-dev
|
||||
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.4+api-types-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.0.5+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.4+types-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.0.5+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.4+u2f-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-4.0.5+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