mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-28 17:08:47 +00:00
tfa: bump to 5.0.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
40f0a0bdd3
commit
7e25958623
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-tfa"
|
name = "proxmox-tfa"
|
||||||
description = "tfa implementation for totp and u2f"
|
description = "tfa implementation for totp and u2f"
|
||||||
version = "5.0.1"
|
version = "5.0.2"
|
||||||
|
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-tfa (5.0.2-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* rebuild with proxmox-schema 4.0
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 15 Jan 2025 12:42:55 +0100
|
||||||
|
|
||||||
rust-proxmox-tfa (5.0.1) bookworm; urgency=medium
|
rust-proxmox-tfa (5.0.1) bookworm; urgency=medium
|
||||||
|
|
||||||
* provide TfaUser via the 'types' feature
|
* provide TfaUser via the 'types' feature
|
||||||
|
@ -36,7 +36,7 @@ Suggests:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-tfa-5-dev (= ${binary:Version}),
|
librust-proxmox-tfa-5-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-5.0-dev (= ${binary:Version}),
|
librust-proxmox-tfa-5.0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-5.0.1-dev (= ${binary:Version})
|
librust-proxmox-tfa-5.0.2-dev (= ${binary:Version})
|
||||||
Description: Tfa implementation for totp and u2f - Rust source code
|
Description: Tfa implementation for totp and u2f - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-tfa"
|
Source code for Debianized Rust crate "proxmox-tfa"
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-tfa-5+api-dev (= ${binary:Version}),
|
librust-proxmox-tfa-5+api-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-5.0+api-dev (= ${binary:Version}),
|
librust-proxmox-tfa-5.0+api-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-5.0.1+api-dev (= ${binary:Version})
|
librust-proxmox-tfa-5.0.2+api-dev (= ${binary:Version})
|
||||||
Description: Tfa implementation for totp and u2f - feature "api"
|
Description: Tfa implementation for totp and u2f - feature "api"
|
||||||
This metapackage enables feature "api" for the Rust proxmox-tfa crate, by
|
This metapackage enables feature "api" for the Rust proxmox-tfa crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -70,12 +70,12 @@ Depends:
|
|||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-tfa-dev (= ${binary:Version}),
|
librust-proxmox-tfa-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa+types-dev (= ${binary:Version}),
|
librust-proxmox-tfa+types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~),
|
librust-proxmox-schema-4+api-macro-dev,
|
||||||
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~)
|
librust-proxmox-schema-4+default-dev
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-tfa-5+api-types-dev (= ${binary:Version}),
|
librust-proxmox-tfa-5+api-types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-5.0+api-types-dev (= ${binary:Version}),
|
librust-proxmox-tfa-5.0+api-types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-5.0.1+api-types-dev (= ${binary:Version})
|
librust-proxmox-tfa-5.0.2+api-types-dev (= ${binary:Version})
|
||||||
Description: Tfa implementation for totp and u2f - feature "api-types"
|
Description: Tfa implementation for totp and u2f - feature "api-types"
|
||||||
This metapackage enables feature "api-types" for the Rust proxmox-tfa crate, by
|
This metapackage enables feature "api-types" for the Rust proxmox-tfa crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -97,8 +97,8 @@ Provides:
|
|||||||
librust-proxmox-tfa-5+default-dev (= ${binary:Version}),
|
librust-proxmox-tfa-5+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-5.0+totp-dev (= ${binary:Version}),
|
librust-proxmox-tfa-5.0+totp-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-5.0+default-dev (= ${binary:Version}),
|
librust-proxmox-tfa-5.0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-5.0.1+totp-dev (= ${binary:Version}),
|
librust-proxmox-tfa-5.0.2+totp-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-5.0.1+default-dev (= ${binary:Version})
|
librust-proxmox-tfa-5.0.2+default-dev (= ${binary:Version})
|
||||||
Description: Tfa implementation for totp and u2f - feature "totp" and 1 more
|
Description: Tfa implementation for totp and u2f - feature "totp" and 1 more
|
||||||
This metapackage enables feature "totp" for the Rust proxmox-tfa crate, by
|
This metapackage enables feature "totp" for the Rust proxmox-tfa crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -116,7 +116,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-tfa-5+types-dev (= ${binary:Version}),
|
librust-proxmox-tfa-5+types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-5.0+types-dev (= ${binary:Version}),
|
librust-proxmox-tfa-5.0+types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-5.0.1+types-dev (= ${binary:Version})
|
librust-proxmox-tfa-5.0.2+types-dev (= ${binary:Version})
|
||||||
Description: Tfa implementation for totp and u2f - feature "types"
|
Description: Tfa implementation for totp and u2f - feature "types"
|
||||||
This metapackage enables feature "types" for the Rust proxmox-tfa crate, by
|
This metapackage enables feature "types" for the Rust proxmox-tfa crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -135,7 +135,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-tfa-5+u2f-dev (= ${binary:Version}),
|
librust-proxmox-tfa-5+u2f-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-5.0+u2f-dev (= ${binary:Version}),
|
librust-proxmox-tfa-5.0+u2f-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-5.0.1+u2f-dev (= ${binary:Version})
|
librust-proxmox-tfa-5.0.2+u2f-dev (= ${binary:Version})
|
||||||
Description: Tfa implementation for totp and u2f - feature "u2f"
|
Description: Tfa implementation for totp and u2f - feature "u2f"
|
||||||
This metapackage enables feature "u2f" for the Rust proxmox-tfa crate, by
|
This metapackage enables feature "u2f" for the Rust proxmox-tfa crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user