forked from Proxmox/proxmox
auth-api: bump version to 0.4.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
2ca71fe601
commit
3545d67b1f
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-auth-api"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-auth-api (0.4.2) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-tfa 5.0.0
|
||||
|
||||
* clippy fixes
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 03 Jul 2024 15:25:09 +0200
|
||||
|
||||
rust-proxmox-auth-api (0.4.1) bookworm; urgency=medium
|
||||
|
||||
* add PasswordAuthenticator
|
||||
|
@ -32,8 +32,8 @@ Provides:
|
||||
librust-proxmox-auth-api-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.1+default-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.4.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.2+default-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-auth-api"
|
||||
|
||||
@ -47,14 +47,14 @@ Depends:
|
||||
librust-proxmox-auth-api+ticket-dev (= ${binary:Version}),
|
||||
librust-http-0.2+default-dev,
|
||||
librust-proxmox-rest-server-0.5+default-dev (>= 0.5.2-~~),
|
||||
librust-proxmox-router-2+default-dev (>= 2.1.3-~~),
|
||||
librust-proxmox-tfa-4+api-dev (>= 4.0.4-~~),
|
||||
librust-proxmox-tfa-4+default-dev (>= 4.0.4-~~),
|
||||
librust-proxmox-router-2+default-dev (>= 2.1.5-~~),
|
||||
librust-proxmox-tfa-5+api-dev,
|
||||
librust-proxmox-tfa-5+default-dev,
|
||||
librust-serde-json-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+api-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4+api-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.1+api-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.4.2+api-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "api"
|
||||
This metapackage enables feature "api" for the Rust proxmox-auth-api crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -77,7 +77,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.1+api-types-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.4.2+api-types-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "api-types"
|
||||
This metapackage enables feature "api-types" for the Rust proxmox-auth-api
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -95,7 +95,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+pam-authenticator-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4+pam-authenticator-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.1+pam-authenticator-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.4.2+pam-authenticator-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "pam-authenticator"
|
||||
This metapackage enables feature "pam-authenticator" for the Rust proxmox-auth-
|
||||
api crate, by pulling in any additional dependencies needed by that feature.
|
||||
@ -110,12 +110,12 @@ Depends:
|
||||
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
||||
librust-proxmox-product-config-0.2+default-dev,
|
||||
librust-proxmox-sys-0.5+crypt-dev (>= 0.5.5-~~),
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.5-~~)
|
||||
librust-proxmox-sys-0.5+crypt-dev (>= 0.5.7-~~),
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~)
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+password-authenticator-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4+password-authenticator-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.1+password-authenticator-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.4.2+password-authenticator-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "password-authenticator"
|
||||
This metapackage enables feature "password-authenticator" for the Rust proxmox-
|
||||
auth-api crate, by pulling in any additional dependencies needed by that
|
||||
@ -133,7 +133,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-auth-api-0+ticket-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4+ticket-dev (= ${binary:Version}),
|
||||
librust-proxmox-auth-api-0.4.1+ticket-dev (= ${binary:Version})
|
||||
librust-proxmox-auth-api-0.4.2+ticket-dev (= ${binary:Version})
|
||||
Description: Tickets, API and Realm handling - feature "ticket"
|
||||
This metapackage enables feature "ticket" for the Rust proxmox-auth-api crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user