forked from proxmox-mirrors/proxmox
auth-api: bump to 0.4.1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
a0c1369000
commit
90f954005a
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-auth-api"
|
name = "proxmox-auth-api"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-auth-api (0.4.1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* add PasswordAuthenticator
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 19 Jun 2024 12:10:00 +0200
|
||||||
|
|
||||||
rust-proxmox-auth-api (0.4.0) bookworm; urgency=medium
|
rust-proxmox-auth-api (0.4.0) bookworm; urgency=medium
|
||||||
|
|
||||||
* move to hmac signing for csrf tokens
|
* move to hmac signing for csrf tokens
|
||||||
|
@ -24,6 +24,7 @@ Suggests:
|
|||||||
librust-proxmox-auth-api+api-dev (= ${binary:Version}),
|
librust-proxmox-auth-api+api-dev (= ${binary:Version}),
|
||||||
librust-proxmox-auth-api+api-types-dev (= ${binary:Version}),
|
librust-proxmox-auth-api+api-types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-auth-api+pam-authenticator-dev (= ${binary:Version}),
|
librust-proxmox-auth-api+pam-authenticator-dev (= ${binary:Version}),
|
||||||
|
librust-proxmox-auth-api+password-authenticator-dev (= ${binary:Version}),
|
||||||
librust-proxmox-auth-api+ticket-dev (= ${binary:Version})
|
librust-proxmox-auth-api+ticket-dev (= ${binary:Version})
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-auth-api+default-dev (= ${binary:Version}),
|
librust-proxmox-auth-api+default-dev (= ${binary:Version}),
|
||||||
@ -31,8 +32,8 @@ Provides:
|
|||||||
librust-proxmox-auth-api-0+default-dev (= ${binary:Version}),
|
librust-proxmox-auth-api-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-auth-api-0.4-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-auth-api-0.4.0-dev (= ${binary:Version}),
|
librust-proxmox-auth-api-0.4.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-auth-api-0.4.0+default-dev (= ${binary:Version})
|
librust-proxmox-auth-api-0.4.1+default-dev (= ${binary:Version})
|
||||||
Description: Tickets, API and Realm handling - Rust source code
|
Description: Tickets, API and Realm handling - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-auth-api"
|
Source code for Debianized Rust crate "proxmox-auth-api"
|
||||||
|
|
||||||
@ -53,7 +54,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-auth-api-0+api-dev (= ${binary:Version}),
|
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+api-dev (= ${binary:Version}),
|
||||||
librust-proxmox-auth-api-0.4.0+api-dev (= ${binary:Version})
|
librust-proxmox-auth-api-0.4.1+api-dev (= ${binary:Version})
|
||||||
Description: Tickets, API and Realm handling - feature "api"
|
Description: Tickets, API and Realm handling - feature "api"
|
||||||
This metapackage enables feature "api" for the Rust proxmox-auth-api crate, by
|
This metapackage enables feature "api" for the Rust proxmox-auth-api crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -76,7 +77,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-auth-api-0+api-types-dev (= ${binary:Version}),
|
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+api-types-dev (= ${binary:Version}),
|
||||||
librust-proxmox-auth-api-0.4.0+api-types-dev (= ${binary:Version})
|
librust-proxmox-auth-api-0.4.1+api-types-dev (= ${binary:Version})
|
||||||
Description: Tickets, API and Realm handling - feature "api-types"
|
Description: Tickets, API and Realm handling - feature "api-types"
|
||||||
This metapackage enables feature "api-types" for the Rust proxmox-auth-api
|
This metapackage enables feature "api-types" for the Rust proxmox-auth-api
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
@ -94,11 +95,32 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-auth-api-0+pam-authenticator-dev (= ${binary:Version}),
|
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+pam-authenticator-dev (= ${binary:Version}),
|
||||||
librust-proxmox-auth-api-0.4.0+pam-authenticator-dev (= ${binary:Version})
|
librust-proxmox-auth-api-0.4.1+pam-authenticator-dev (= ${binary:Version})
|
||||||
Description: Tickets, API and Realm handling - feature "pam-authenticator"
|
Description: Tickets, API and Realm handling - feature "pam-authenticator"
|
||||||
This metapackage enables feature "pam-authenticator" for the Rust proxmox-auth-
|
This metapackage enables feature "pam-authenticator" for the Rust proxmox-auth-
|
||||||
api crate, by pulling in any additional dependencies needed by that feature.
|
api crate, by pulling in any additional dependencies needed by that feature.
|
||||||
|
|
||||||
|
Package: librust-proxmox-auth-api+password-authenticator-dev
|
||||||
|
Architecture: any
|
||||||
|
Multi-Arch: same
|
||||||
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
librust-proxmox-auth-api-dev (= ${binary:Version}),
|
||||||
|
librust-proxmox-auth-api+api-dev (= ${binary:Version}),
|
||||||
|
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-~~)
|
||||||
|
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})
|
||||||
|
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
|
||||||
|
feature.
|
||||||
|
|
||||||
Package: librust-proxmox-auth-api+ticket-dev
|
Package: librust-proxmox-auth-api+ticket-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
@ -111,7 +133,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-auth-api-0+ticket-dev (= ${binary:Version}),
|
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+ticket-dev (= ${binary:Version}),
|
||||||
librust-proxmox-auth-api-0.4.0+ticket-dev (= ${binary:Version})
|
librust-proxmox-auth-api-0.4.1+ticket-dev (= ${binary:Version})
|
||||||
Description: Tickets, API and Realm handling - feature "ticket"
|
Description: Tickets, API and Realm handling - feature "ticket"
|
||||||
This metapackage enables feature "ticket" for the Rust proxmox-auth-api crate,
|
This metapackage enables feature "ticket" for the Rust proxmox-auth-api crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user