forked from Proxmox/proxmox
login: bump to 0.1.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
2b3c356ece
commit
532d4d3e9a
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-login"
|
name = "proxmox-login"
|
||||||
description = "proxmox product authentication api"
|
description = "proxmox product authentication api"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
|
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
rust-proxmox-login (0.1.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* support accessing the "raw" webauthn challenge for when the webauthn-rs
|
||||||
|
crate is available (like in the wasm code)
|
||||||
|
|
||||||
|
* documentation updates
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 26 Sep 2024 14:51:30 +0200
|
||||||
|
|
||||||
rust-proxmox-login (0.1.1-1) unstable; urgency=medium
|
rust-proxmox-login (0.1.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
* add parser helpers for f32 and f64
|
* add parser helpers for f32 and f64
|
||||||
|
@ -4,7 +4,7 @@ Priority: optional
|
|||||||
Build-Depends: debhelper (>= 12),
|
Build-Depends: debhelper (>= 12),
|
||||||
dh-cargo (>= 25),
|
dh-cargo (>= 25),
|
||||||
cargo:native <!nocheck>,
|
cargo:native <!nocheck>,
|
||||||
rustc:native <!nocheck>,
|
rustc:native (>= 1.80) <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
librust-base64-0.13+default-dev <!nocheck>,
|
librust-base64-0.13+default-dev <!nocheck>,
|
||||||
librust-js-sys-0.3+default-dev (>= 0.3.55-~~) <!nocheck>,
|
librust-js-sys-0.3+default-dev (>= 0.3.55-~~) <!nocheck>,
|
||||||
@ -16,6 +16,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
|
|||||||
Standards-Version: 4.6.2
|
Standards-Version: 4.6.2
|
||||||
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/proxmox-login]
|
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/proxmox-login]
|
||||||
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/proxmox-login
|
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/proxmox-login
|
||||||
|
Homepage: https://proxmox.com
|
||||||
X-Cargo-Crate: proxmox-login
|
X-Cargo-Crate: proxmox-login
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
@ -39,8 +40,8 @@ Provides:
|
|||||||
librust-proxmox-login-0+default-dev (= ${binary:Version}),
|
librust-proxmox-login-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-login-0.1-dev (= ${binary:Version}),
|
librust-proxmox-login-0.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-login-0.1+default-dev (= ${binary:Version}),
|
librust-proxmox-login-0.1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-login-0.1.1-dev (= ${binary:Version}),
|
librust-proxmox-login-0.1.2-dev (= ${binary:Version}),
|
||||||
librust-proxmox-login-0.1.1+default-dev (= ${binary:Version})
|
librust-proxmox-login-0.1.2+default-dev (= ${binary:Version})
|
||||||
Description: Proxmox product authentication api - Rust source code
|
Description: Proxmox product authentication api - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-login"
|
Source code for Debianized Rust crate "proxmox-login"
|
||||||
|
|
||||||
@ -54,7 +55,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-login-0+http-dev (= ${binary:Version}),
|
librust-proxmox-login-0+http-dev (= ${binary:Version}),
|
||||||
librust-proxmox-login-0.1+http-dev (= ${binary:Version}),
|
librust-proxmox-login-0.1+http-dev (= ${binary:Version}),
|
||||||
librust-proxmox-login-0.1.1+http-dev (= ${binary:Version})
|
librust-proxmox-login-0.1.2+http-dev (= ${binary:Version})
|
||||||
Description: Proxmox product authentication api - feature "http"
|
Description: Proxmox product authentication api - feature "http"
|
||||||
This metapackage enables feature "http" for the Rust proxmox-login crate, by
|
This metapackage enables feature "http" for the Rust proxmox-login crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -69,7 +70,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-login-0+webauthn-dev (= ${binary:Version}),
|
librust-proxmox-login-0+webauthn-dev (= ${binary:Version}),
|
||||||
librust-proxmox-login-0.1+webauthn-dev (= ${binary:Version}),
|
librust-proxmox-login-0.1+webauthn-dev (= ${binary:Version}),
|
||||||
librust-proxmox-login-0.1.1+webauthn-dev (= ${binary:Version})
|
librust-proxmox-login-0.1.2+webauthn-dev (= ${binary:Version})
|
||||||
Description: Proxmox product authentication api - feature "webauthn"
|
Description: Proxmox product authentication api - feature "webauthn"
|
||||||
This metapackage enables feature "webauthn" for the Rust proxmox-login crate,
|
This metapackage enables feature "webauthn" for the Rust proxmox-login crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user