forked from Proxmox/proxmox
bump proxmox-tfa to 2.0.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
d85ebbb464
commit
6679005b4f
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-tfa"
|
||||
version = "1.3.2"
|
||||
version = "2.0.0"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
|
@ -1,3 +1,15 @@
|
||||
rust-proxmox-tfa (2.0.0-1) stable; urgency=medium
|
||||
|
||||
* add Webauthn::digest
|
||||
|
||||
* let OriginUrl deref to its inner Url and add FromStr/TryFrom/Into<String>
|
||||
impls
|
||||
|
||||
* make configured webauthn origin optional, allow users to pass an
|
||||
origin-override
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 23 Nov 2021 16:19:16 +0100
|
||||
|
||||
rust-proxmox-tfa (1.3.2-1) stable; urgency=medium
|
||||
|
||||
* fix instantiation of u2f context, use origin instead of always replacing
|
||||
|
@ -46,12 +46,12 @@ Suggests:
|
||||
librust-proxmox-tfa+webauthn-rs-dev (= ${binary:Version})
|
||||
Provides:
|
||||
librust-proxmox-tfa+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3.2+default-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-2-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0.0+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.
|
||||
@ -67,9 +67,9 @@ Depends:
|
||||
librust-proxmox-uuid-1+default-dev,
|
||||
librust-webauthn-rs-0.3+default-dev
|
||||
Provides:
|
||||
librust-proxmox-tfa-1+api-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3+api-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3.2+api-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-2+api-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0+api-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.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.
|
||||
@ -84,12 +84,12 @@ Depends:
|
||||
librust-proxmox-schema-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-tfa+proxmox-schema-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1+proxmox-schema-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3+proxmox-schema-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3.2+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3.2+proxmox-schema-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-2+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2+proxmox-schema-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0+proxmox-schema-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0.0+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0.0+proxmox-schema-dev (= ${binary:Version})
|
||||
Description: Tfa implementation for totp and u2f - feature "api-types" and 1 more
|
||||
This metapackage enables feature "api-types" for the Rust proxmox-tfa crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -104,9 +104,9 @@ Depends:
|
||||
librust-proxmox-tfa-dev (= ${binary:Version}),
|
||||
librust-libc-0.2+default-dev
|
||||
Provides:
|
||||
librust-proxmox-tfa-1+libc-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3+libc-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3.2+libc-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-2+libc-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0+libc-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0.0+libc-dev (= ${binary:Version})
|
||||
Description: Tfa implementation for totp and u2f - feature "libc"
|
||||
This metapackage enables feature "libc" for the Rust proxmox-tfa crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -119,9 +119,9 @@ Depends:
|
||||
librust-proxmox-tfa-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-tfa-1+proxmox-time-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3+proxmox-time-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3.2+proxmox-time-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-2+proxmox-time-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0+proxmox-time-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0.0+proxmox-time-dev (= ${binary:Version})
|
||||
Description: Tfa implementation for totp and u2f - feature "proxmox-time"
|
||||
This metapackage enables feature "proxmox-time" for the Rust proxmox-tfa crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
@ -134,9 +134,9 @@ Depends:
|
||||
librust-proxmox-tfa-dev (= ${binary:Version}),
|
||||
librust-proxmox-uuid-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-tfa-1+proxmox-uuid-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3+proxmox-uuid-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3.2+proxmox-uuid-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-2+proxmox-uuid-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0+proxmox-uuid-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0.0+proxmox-uuid-dev (= ${binary:Version})
|
||||
Description: Tfa implementation for totp and u2f - feature "proxmox-uuid"
|
||||
This metapackage enables feature "proxmox-uuid" for the Rust proxmox-tfa crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
@ -149,9 +149,9 @@ Depends:
|
||||
librust-proxmox-tfa-dev (= ${binary:Version}),
|
||||
librust-serde-json-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-tfa-1+serde-json-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3+serde-json-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3.2+serde-json-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-2+serde-json-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0+serde-json-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0.0+serde-json-dev (= ${binary:Version})
|
||||
Description: Tfa implementation for totp and u2f - feature "serde_json"
|
||||
This metapackage enables feature "serde_json" for the Rust proxmox-tfa crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
@ -166,9 +166,9 @@ Depends:
|
||||
librust-serde-1+derive-dev,
|
||||
librust-serde-json-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-tfa-1+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3.2+u2f-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-2+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0+u2f-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.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.
|
||||
@ -181,9 +181,9 @@ Depends:
|
||||
librust-proxmox-tfa-dev (= ${binary:Version}),
|
||||
librust-webauthn-rs-0.3+default-dev
|
||||
Provides:
|
||||
librust-proxmox-tfa-1+webauthn-rs-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3+webauthn-rs-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-1.3.2+webauthn-rs-dev (= ${binary:Version})
|
||||
librust-proxmox-tfa-2+webauthn-rs-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0+webauthn-rs-dev (= ${binary:Version}),
|
||||
librust-proxmox-tfa-2.0.0+webauthn-rs-dev (= ${binary:Version})
|
||||
Description: Tfa implementation for totp and u2f - feature "webauthn-rs"
|
||||
This metapackage enables feature "webauthn-rs" for the Rust proxmox-tfa crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
x
Reference in New Issue
Block a user