bump proxmox-tfa to 1.3.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
54e97d35c1
commit
4b1cb9f9b3
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-tfa"
|
name = "proxmox-tfa"
|
||||||
version = "1.3.1"
|
version = "1.3.2"
|
||||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
rust-proxmox-tfa (1.3.2-1) stable; urgency=medium
|
||||||
|
|
||||||
|
* fix instantiation of u2f context, use origin instead of always replacing
|
||||||
|
it with the appid
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Mon, 22 Nov 2021 13:26:22 +0100
|
||||||
|
|
||||||
rust-proxmox-tfa (1.3.1-1) stable; urgency=medium
|
rust-proxmox-tfa (1.3.1-1) stable; urgency=medium
|
||||||
|
|
||||||
* rebuild with base64 0.13
|
* rebuild with base64 0.13
|
||||||
|
@ -50,8 +50,8 @@ Provides:
|
|||||||
librust-proxmox-tfa-1+default-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3.1-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1.3.2-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3.1+default-dev (= ${binary:Version})
|
librust-proxmox-tfa-1.3.2+default-dev (= ${binary:Version})
|
||||||
Description: Tfa implementation for totp and u2f - Rust source code
|
Description: Tfa implementation for totp and u2f - Rust source code
|
||||||
This package contains the source for the Rust proxmox-tfa crate, packaged by
|
This package contains the source for the Rust proxmox-tfa crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
@ -69,7 +69,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-tfa-1+api-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1+api-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3+api-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1.3+api-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3.1+api-dev (= ${binary:Version})
|
librust-proxmox-tfa-1.3.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.
|
||||||
@ -88,8 +88,8 @@ Provides:
|
|||||||
librust-proxmox-tfa-1+proxmox-schema-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+api-types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3+proxmox-schema-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1.3+proxmox-schema-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3.1+api-types-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1.3.2+api-types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3.1+proxmox-schema-dev (= ${binary:Version})
|
librust-proxmox-tfa-1.3.2+proxmox-schema-dev (= ${binary:Version})
|
||||||
Description: Tfa implementation for totp and u2f - feature "api-types" and 1 more
|
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
|
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.
|
||||||
@ -106,7 +106,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-tfa-1+libc-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1+libc-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3+libc-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1.3+libc-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3.1+libc-dev (= ${binary:Version})
|
librust-proxmox-tfa-1.3.2+libc-dev (= ${binary:Version})
|
||||||
Description: Tfa implementation for totp and u2f - feature "libc"
|
Description: Tfa implementation for totp and u2f - feature "libc"
|
||||||
This metapackage enables feature "libc" for the Rust proxmox-tfa crate, by
|
This metapackage enables feature "libc" 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.
|
||||||
@ -121,7 +121,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-tfa-1+proxmox-time-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1+proxmox-time-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3+proxmox-time-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1.3+proxmox-time-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3.1+proxmox-time-dev (= ${binary:Version})
|
librust-proxmox-tfa-1.3.2+proxmox-time-dev (= ${binary:Version})
|
||||||
Description: Tfa implementation for totp and u2f - feature "proxmox-time"
|
Description: Tfa implementation for totp and u2f - feature "proxmox-time"
|
||||||
This metapackage enables feature "proxmox-time" for the Rust proxmox-tfa crate,
|
This metapackage enables feature "proxmox-time" for the Rust proxmox-tfa crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
@ -136,7 +136,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-tfa-1+proxmox-uuid-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1+proxmox-uuid-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3+proxmox-uuid-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1.3+proxmox-uuid-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3.1+proxmox-uuid-dev (= ${binary:Version})
|
librust-proxmox-tfa-1.3.2+proxmox-uuid-dev (= ${binary:Version})
|
||||||
Description: Tfa implementation for totp and u2f - feature "proxmox-uuid"
|
Description: Tfa implementation for totp and u2f - feature "proxmox-uuid"
|
||||||
This metapackage enables feature "proxmox-uuid" for the Rust proxmox-tfa crate,
|
This metapackage enables feature "proxmox-uuid" for the Rust proxmox-tfa crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
@ -151,7 +151,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-tfa-1+serde-json-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1+serde-json-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3+serde-json-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1.3+serde-json-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3.1+serde-json-dev (= ${binary:Version})
|
librust-proxmox-tfa-1.3.2+serde-json-dev (= ${binary:Version})
|
||||||
Description: Tfa implementation for totp and u2f - feature "serde_json"
|
Description: Tfa implementation for totp and u2f - feature "serde_json"
|
||||||
This metapackage enables feature "serde_json" for the Rust proxmox-tfa crate,
|
This metapackage enables feature "serde_json" for the Rust proxmox-tfa crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
@ -168,7 +168,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-tfa-1+u2f-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1+u2f-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3+u2f-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1.3+u2f-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3.1+u2f-dev (= ${binary:Version})
|
librust-proxmox-tfa-1.3.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.
|
||||||
@ -183,7 +183,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-tfa-1+webauthn-rs-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1+webauthn-rs-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3+webauthn-rs-dev (= ${binary:Version}),
|
librust-proxmox-tfa-1.3+webauthn-rs-dev (= ${binary:Version}),
|
||||||
librust-proxmox-tfa-1.3.1+webauthn-rs-dev (= ${binary:Version})
|
librust-proxmox-tfa-1.3.2+webauthn-rs-dev (= ${binary:Version})
|
||||||
Description: Tfa implementation for totp and u2f - feature "webauthn-rs"
|
Description: Tfa implementation for totp and u2f - feature "webauthn-rs"
|
||||||
This metapackage enables feature "webauthn-rs" for the Rust proxmox-tfa crate,
|
This metapackage enables feature "webauthn-rs" for the Rust proxmox-tfa crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user