public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Wolfgang Bumiller <w.bumiller@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH proxmox 6/6] bump proxmox-tfa to 2.0.0-1
Date: Fri, 26 Nov 2021 14:55:24 +0100	[thread overview]
Message-ID: <20211126135524.117846-21-w.bumiller@proxmox.com> (raw)
In-Reply-To: <20211126135524.117846-1-w.bumiller@proxmox.com>

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
---
 proxmox-tfa/Cargo.toml       |  2 +-
 proxmox-tfa/debian/changelog | 12 +++++++
 proxmox-tfa/debian/control   | 66 ++++++++++++++++++------------------
 3 files changed, 46 insertions(+), 34 deletions(-)

diff --git a/proxmox-tfa/Cargo.toml b/proxmox-tfa/Cargo.toml
index b153ce3..616e7aa 100644
--- a/proxmox-tfa/Cargo.toml
+++ b/proxmox-tfa/Cargo.toml
@@ -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"
diff --git a/proxmox-tfa/debian/changelog b/proxmox-tfa/debian/changelog
index 9dcf7b8..9553d17 100644
--- a/proxmox-tfa/debian/changelog
+++ b/proxmox-tfa/debian/changelog
@@ -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
diff --git a/proxmox-tfa/debian/control b/proxmox-tfa/debian/control
index a7858bf..452f7c8 100644
--- a/proxmox-tfa/debian/control
+++ b/proxmox-tfa/debian/control
@@ -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.
-- 
2.30.2





  parent reply	other threads:[~2021-11-26 13:56 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-26 13:55 [pmg-devel] [PATCH multiple 0/7] PMG TFA support Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH api 1/6] add tfa.json and its lock methods Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH api 2/6] add PMG::TFAConfig module Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH api 3/6] add TFA API Wolfgang Bumiller
2021-11-26 17:29   ` Stoiko Ivanov
2021-11-26 13:55 ` [pmg-devel] [PATCH api 4/6] add tfa config api Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH api 5/6] implement tfa authentication Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH api 6/6] provide qrcode.min.js from libjs-qrcodejs Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH gui] add TFA components Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH perl-rs 1/7] pve: bump perlmod to 0.9 Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH perl-rs 2/7] pve: update to proxmox-tfa 2.0 Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH perl-rs 3/7] pve: bump d/control Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH perl-rs 4/7] import pmg-rs Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH perl-rs 5/7] pmg: bump perlmod to 0.9 Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH perl-rs 6/7] pmg: add tfa module Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH perl-rs 7/7] pmg: bump d/control Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH proxmox 1/6] tfa: fix typo in docs Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH proxmox 2/6] tfa: add WebauthnConfig::digest method Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH proxmox 3/6] tfa: let OriginUrl deref to its inner Url, add FromStr impl Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH proxmox 4/6] tfa: make configured webauthn origin optional Wolfgang Bumiller
2021-11-26 13:55 ` [pmg-devel] [PATCH proxmox 5/6] tfa: clippy fixes Wolfgang Bumiller
2021-11-26 13:55 ` Wolfgang Bumiller [this message]
2021-11-26 17:34 ` [pmg-devel] [PATCH multiple 0/7] PMG TFA support Stoiko Ivanov
2021-11-28 21:17 ` [pmg-devel] applied-series: " Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211126135524.117846-21-w.bumiller@proxmox.com \
    --to=w.bumiller@proxmox.com \
    --cc=pmg-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal