]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-tfa to 1.2.0-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 2 Nov 2021 11:54:13 +0000 (12:54 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 9 Nov 2021 12:27:59 +0000 (13:27 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-tfa/Cargo.toml
proxmox-tfa/debian/changelog
proxmox-tfa/debian/control

index ee80edf6478cdeae2335e905205f4ce5974ce7ba..eb6c87a92e482314cc3c3f54d702b8c5e137d1e2 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-tfa"
-version = "1.1.0"
+version = "1.2.0"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
index e783db49cd2ae181c917163b2b10d6929d91eb2e..07f007eaa73026b6cb2dc5a4c6493ea259ae3a87 100644 (file)
@@ -1,3 +1,10 @@
+rust-proxmox-tfa (1.2.0-1) stable; urgency=medium
+
+  * make u2f::AuthChallenge Clone + Debug
+  * add version field to u2f::AuthChallenge
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 02 Nov 2021 12:53:54 +0100
+
 rust-proxmox-tfa (1.1.0-1) stable; urgency=medium
 
   * add Totp::digits getter
index ef2240cb631cf5e3ce3ff9c0c105db1c1c685142..1149ec7404e46e563f15e4be78e96ba22cb5428d 100644 (file)
@@ -41,10 +41,10 @@ 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.1-dev (= ${binary:Version}),
- librust-proxmox-tfa-1.1+default-dev (= ${binary:Version}),
- librust-proxmox-tfa-1.1.0-dev (= ${binary:Version}),
- librust-proxmox-tfa-1.1.0+default-dev (= ${binary:Version})
+ librust-proxmox-tfa-1.2-dev (= ${binary:Version}),
+ librust-proxmox-tfa-1.2+default-dev (= ${binary:Version}),
+ librust-proxmox-tfa-1.2.0-dev (= ${binary:Version}),
+ librust-proxmox-tfa-1.2.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.
@@ -58,8 +58,8 @@ Depends:
  librust-libc-0.2+default-dev
 Provides:
  librust-proxmox-tfa-1+libc-dev (= ${binary:Version}),
- librust-proxmox-tfa-1.1+libc-dev (= ${binary:Version}),
- librust-proxmox-tfa-1.1.0+libc-dev (= ${binary:Version})
+ librust-proxmox-tfa-1.2+libc-dev (= ${binary:Version}),
+ librust-proxmox-tfa-1.2.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.
@@ -73,8 +73,8 @@ Depends:
  librust-serde-json-1+default-dev
 Provides:
  librust-proxmox-tfa-1+serde-json-dev (= ${binary:Version}),
- librust-proxmox-tfa-1.1+serde-json-dev (= ${binary:Version}),
- librust-proxmox-tfa-1.1.0+serde-json-dev (= ${binary:Version})
+ librust-proxmox-tfa-1.2+serde-json-dev (= ${binary:Version}),
+ librust-proxmox-tfa-1.2.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.
@@ -90,8 +90,8 @@ Depends:
  librust-serde-json-1+default-dev
 Provides:
  librust-proxmox-tfa-1+u2f-dev (= ${binary:Version}),
- librust-proxmox-tfa-1.1+u2f-dev (= ${binary:Version}),
- librust-proxmox-tfa-1.1.0+u2f-dev (= ${binary:Version})
+ librust-proxmox-tfa-1.2+u2f-dev (= ${binary:Version}),
+ librust-proxmox-tfa-1.2.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.