tfa: bump version to 5.0.0

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-07-03 15:23:12 +02:00
parent 5079ff6a3c
commit 2ca71fe601
4 changed files with 33 additions and 23 deletions

View File

@ -130,6 +130,6 @@ proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde
proxmox-shared-memory = { version = "0.3.0", path = "proxmox-shared-memory" }
proxmox-sortable-macro = { version = "0.1.3", path = "proxmox-sortable-macro" }
proxmox-sys = { version = "0.5.7", path = "proxmox-sys" }
proxmox-tfa = { version = "4.0.4", path = "proxmox-tfa" }
proxmox-tfa = { version = "5.0.0", path = "proxmox-tfa" }
proxmox-time = { version = "2.0.0", path = "proxmox-time" }
proxmox-uuid = { version = "1.0.1", path = "proxmox-uuid" }

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-tfa"
version = "4.1.3"
version = "5.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@ -1,3 +1,13 @@
rust-proxmox-tfa (5.0.0) bookworm; urgency=medium
* webauthn: make OriginUrl stringify according to RFC6454 (no trailing slash)
* remove Deref and DerefMut from OriginUrl
* clippy fixes
-- Proxmox Support Team <support@proxmox.com> Wed, 03 Jul 2024 15:25:28 +0200
rust-proxmox-tfa (4.1.3) bookworm; urgency=medium
* upgrade to proxmox-time 2.0

View File

@ -33,9 +33,9 @@ Suggests:
librust-proxmox-tfa+types-dev (= ${binary:Version}),
librust-proxmox-tfa+u2f-dev (= ${binary:Version})
Provides:
librust-proxmox-tfa-4-dev (= ${binary:Version}),
librust-proxmox-tfa-4.1-dev (= ${binary:Version}),
librust-proxmox-tfa-4.1.3-dev (= ${binary:Version})
librust-proxmox-tfa-5-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0.0-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - Rust source code
Source code for Debianized Rust crate "proxmox-tfa"
@ -55,9 +55,9 @@ Depends:
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.3+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.0+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.
@ -72,9 +72,9 @@ Depends:
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.3+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.0+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.
@ -92,12 +92,12 @@ Depends:
librust-serde-plain-1+default-dev
Provides:
librust-proxmox-tfa+default-dev (= ${binary:Version}),
librust-proxmox-tfa-4+totp-dev (= ${binary:Version}),
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.3+totp-dev (= ${binary:Version}),
librust-proxmox-tfa-4.1.3+default-dev (= ${binary:Version})
librust-proxmox-tfa-5+totp-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+default-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0.0+totp-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0.0+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.
@ -113,9 +113,9 @@ Depends:
librust-serde-1+derive-dev,
librust-serde-plain-1+default-dev
Provides:
librust-proxmox-tfa-4+types-dev (= ${binary:Version}),
librust-proxmox-tfa-4.1+types-dev (= ${binary:Version}),
librust-proxmox-tfa-4.1.3+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.0+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.
@ -132,9 +132,9 @@ Depends:
librust-serde-1+derive-dev,
librust-serde-json-1+default-dev
Provides:
librust-proxmox-tfa-4+u2f-dev (= ${binary:Version}),
librust-proxmox-tfa-4.1+u2f-dev (= ${binary:Version}),
librust-proxmox-tfa-4.1.3+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.0+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.