From 3932e5bedf427e532c717c4eeb72464006330981 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 27 Nov 2023 14:39:54 +0100 Subject: [PATCH] bump proxmox-auth-api to 0.3.2 Signed-off-by: Wolfgang Bumiller --- proxmox-auth-api/Cargo.toml | 2 +- proxmox-auth-api/debian/changelog | 6 ++++++ proxmox-auth-api/debian/control | 16 ++++++++-------- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/proxmox-auth-api/Cargo.toml b/proxmox-auth-api/Cargo.toml index bd1884aa..3d2b881f 100644 --- a/proxmox-auth-api/Cargo.toml +++ b/proxmox-auth-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-auth-api" -version = "0.3.1" +version = "0.3.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-auth-api/debian/changelog b/proxmox-auth-api/debian/changelog index 58b9811e..d18790b0 100644 --- a/proxmox-auth-api/debian/changelog +++ b/proxmox-auth-api/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-auth-api (0.3.2) bookworm; urgency=medium + + * rebuild with proxmox-rest-server 0.5.0 + + -- Proxmox Support Team Mon, 27 Nov 2023 14:39:46 +0100 + rust-proxmox-auth-api (0.3.1) bookworm; urgency=medium * update to proxmox-schema and proxmox-router 2.0 diff --git a/proxmox-auth-api/debian/control b/proxmox-auth-api/debian/control index 6ff41529..0076e454 100644 --- a/proxmox-auth-api/debian/control +++ b/proxmox-auth-api/debian/control @@ -31,8 +31,8 @@ Provides: librust-proxmox-auth-api-0+default-dev (= ${binary:Version}), librust-proxmox-auth-api-0.3-dev (= ${binary:Version}), librust-proxmox-auth-api-0.3+default-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.3.1-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.3.1+default-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.3.2-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.3.2+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.4+default-dev, - librust-proxmox-router-2+default-dev, + librust-proxmox-rest-server-0.5+default-dev, + librust-proxmox-router-2+default-dev (>= 2.1.1-~~), librust-proxmox-tfa-4+api-dev (>= 4.0.4-~~), librust-proxmox-tfa-4+default-dev (>= 4.0.4-~~), librust-serde-json-1+default-dev Provides: librust-proxmox-auth-api-0+api-dev (= ${binary:Version}), librust-proxmox-auth-api-0.3+api-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.3.1+api-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.3.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. @@ -76,7 +76,7 @@ Depends: Provides: librust-proxmox-auth-api-0+api-types-dev (= ${binary:Version}), librust-proxmox-auth-api-0.3+api-types-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.3.1+api-types-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.3.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. @@ -94,7 +94,7 @@ Depends: Provides: librust-proxmox-auth-api-0+pam-authenticator-dev (= ${binary:Version}), librust-proxmox-auth-api-0.3+pam-authenticator-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.3.1+pam-authenticator-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.3.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. @@ -111,7 +111,7 @@ Depends: Provides: librust-proxmox-auth-api-0+ticket-dev (= ${binary:Version}), librust-proxmox-auth-api-0.3+ticket-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.3.1+ticket-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.3.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.