From c5a9fa85952c6e2a34219e10d5374612f997e6fc Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 26 May 2023 11:31:20 +0200 Subject: [PATCH] bump proxmox-tfa to 4.0.1 Signed-off-by: Wolfgang Bumiller --- proxmox-tfa/Cargo.toml | 2 +- proxmox-tfa/debian/changelog | 6 ++++++ proxmox-tfa/debian/control | 12 ++++++------ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/proxmox-tfa/Cargo.toml b/proxmox-tfa/Cargo.toml index b9e07b1d..b7443c63 100644 --- a/proxmox-tfa/Cargo.toml +++ b/proxmox-tfa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-tfa" -version = "4.0.0" +version = "4.0.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-tfa/debian/changelog b/proxmox-tfa/debian/changelog index 6922bae1..21692f6c 100644 --- a/proxmox-tfa/debian/changelog +++ b/proxmox-tfa/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-tfa (4.0.1) UNRELEASED; urgency=medium + + * Add api::methods::unlock_tfa + + -- Proxmox Support Team Fri, 26 May 2023 11:28:58 +0200 + rust-proxmox-tfa (4.0.0-1) stable; urgency=medium * Don't automatically drop an empty set of recovery keys, instead. diff --git a/proxmox-tfa/debian/control b/proxmox-tfa/debian/control index b534f3df..8b526f77 100644 --- a/proxmox-tfa/debian/control +++ b/proxmox-tfa/debian/control @@ -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.0-dev (= ${binary:Version}), - librust-proxmox-tfa-4.0.0+default-dev (= ${binary:Version}) + librust-proxmox-tfa-4.0.1-dev (= ${binary:Version}), + librust-proxmox-tfa-4.0.1+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.0+api-dev (= ${binary:Version}) + librust-proxmox-tfa-4.0.1+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. @@ -85,7 +85,7 @@ Depends: 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.0+api-types-dev (= ${binary:Version}) + librust-proxmox-tfa-4.0.1+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.0+types-dev (= ${binary:Version}) + librust-proxmox-tfa-4.0.1+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.0+u2f-dev (= ${binary:Version}) + librust-proxmox-tfa-4.0.1+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.