diff --git a/proxmox-auth-api/Cargo.toml b/proxmox-auth-api/Cargo.toml index c046aa7f..f9d07e6e 100644 --- a/proxmox-auth-api/Cargo.toml +++ b/proxmox-auth-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-auth-api" -version = "0.1.1" +version = "0.2.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-auth-api/debian/changelog b/proxmox-auth-api/debian/changelog index 33b4c7a0..35e18db5 100644 --- a/proxmox-auth-api/debian/changelog +++ b/proxmox-auth-api/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-auth-api (0.2.0) bookworm; urgency=medium + + * update proxmox-rest-server to 0.4.0 + + * rebuild for Debian 12 bookworm based release series + + -- Proxmox Support Team Tue, 23 May 2023 12:07:49 +0200 + rust-proxmox-auth-api (0.1.1-1) stable; urgency=medium * rebuild with new tfa crate diff --git a/proxmox-auth-api/debian/control b/proxmox-auth-api/debian/control index faf82778..7c8d1af0 100644 --- a/proxmox-auth-api/debian/control +++ b/proxmox-auth-api/debian/control @@ -29,10 +29,10 @@ Provides: librust-proxmox-auth-api+default-dev (= ${binary:Version}), librust-proxmox-auth-api-0-dev (= ${binary:Version}), librust-proxmox-auth-api-0+default-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.1-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.1+default-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.1.1-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.1.1+default-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.2-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.2+default-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.2.0-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.2.0+default-dev (= ${binary:Version}) Description: Tickets, API and Realm handling - Rust source code This package contains the source for the Rust proxmox-auth-api crate, packaged by debcargo for use with cargo and dh-cargo. @@ -46,15 +46,15 @@ Depends: librust-proxmox-auth-api+api-types-dev (= ${binary:Version}), librust-proxmox-auth-api+ticket-dev (= ${binary:Version}), librust-http-0.2+default-dev, - librust-proxmox-rest-server-0.3+default-dev, + librust-proxmox-rest-server-0.4+default-dev, librust-proxmox-router-1+default-dev (>= 1.3.1-~~), librust-proxmox-tfa-4+api-dev, librust-proxmox-tfa-4+default-dev, librust-serde-json-1+default-dev Provides: librust-proxmox-auth-api-0+api-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.1+api-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.1.1+api-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.2+api-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.2.0+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. @@ -75,8 +75,8 @@ Depends: librust-serde-plain-1+default-dev Provides: librust-proxmox-auth-api-0+api-types-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.1+api-types-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.1.1+api-types-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.2+api-types-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.2.0+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. @@ -94,8 +94,8 @@ Depends: librust-pam-sys-0.5+default-dev Provides: librust-proxmox-auth-api-0+pam-authenticator-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.1+pam-authenticator-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.1.1+pam-authenticator-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.2+pam-authenticator-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.2.0+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. @@ -111,8 +111,8 @@ Depends: librust-percent-encoding-2+default-dev (>= 2.1-~~) Provides: librust-proxmox-auth-api-0+ticket-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.1+ticket-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.1.1+ticket-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.2+ticket-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.2.0+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.