]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-tfa to 4.0.3
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 14 Jun 2023 11:51:57 +0000 (13:51 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 14 Jun 2023 11:52:20 +0000 (13:52 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-tfa/Cargo.toml
proxmox-tfa/debian/changelog
proxmox-tfa/debian/control

index 98ac30dd3f22503288aeec2e5f92541483028b5d..ab26cd99aecb2adff1dc7f898cc34b4fe0b9084b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-tfa"
-version = "4.0.2"
+version = "4.0.3"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
index d32977671f8cadb48e170059d91d9f5f6c95f3e0..90c8d94a9ec1800b22ddb9fc0641998e70555f47 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-tfa (4.0.3) bookworm; urgency=medium
+
+  * make the api's TfaUser fields 'pub'
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 14 Jun 2023 13:51:38 +0200
+
 rust-proxmox-tfa (4.0.2) stable; urgency=medium
 
   * Reduce default TFA lockout time to an hour.
index 6c568b2818e65c6714cc32d47e7f2cf8ab40981a..4367d1c5a5298ac82263d126eb92810c2ec6f416 100644 (file)
@@ -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.2-dev (= ${binary:Version}),
- librust-proxmox-tfa-4.0.2+default-dev (= ${binary:Version})
+ librust-proxmox-tfa-4.0.3-dev (= ${binary:Version}),
+ librust-proxmox-tfa-4.0.3+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.2+api-dev (= ${binary:Version})
+ librust-proxmox-tfa-4.0.3+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.2+api-types-dev (= ${binary:Version})
+ librust-proxmox-tfa-4.0.3+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.2+types-dev (= ${binary:Version})
+ librust-proxmox-tfa-4.0.3+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.2+u2f-dev (= ${binary:Version})
+ librust-proxmox-tfa-4.0.3+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.