From 3d812952bc215cff418963a6f1a11a7f68e4a198 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 4 Sep 2024 15:44:06 +0200 Subject: [PATCH] auth-api: bump to 0.4.6 Signed-off-by: Wolfgang Bumiller --- proxmox-auth-api/Cargo.toml | 2 +- proxmox-auth-api/debian/changelog | 6 ++++++ proxmox-auth-api/debian/control | 18 +++++++++--------- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/proxmox-auth-api/Cargo.toml b/proxmox-auth-api/Cargo.toml index 93cfa347..9f7c9ab8 100644 --- a/proxmox-auth-api/Cargo.toml +++ b/proxmox-auth-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-auth-api" -version = "0.4.5" +version = "0.4.6" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-auth-api/debian/changelog b/proxmox-auth-api/debian/changelog index 59acec25..91a5aa90 100644 --- a/proxmox-auth-api/debian/changelog +++ b/proxmox-auth-api/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-auth-api (0.4.6) bookworm; urgency=medium + + * rebuild with new rest-server and router dependencies + + -- Proxmox Support Team Wed, 04 Sep 2024 15:44:03 +0200 + rust-proxmox-auth-api (0.4.5) bookworm; urgency=medium * replace lazy_static with std's LazyLock and drop the dependency diff --git a/proxmox-auth-api/debian/control b/proxmox-auth-api/debian/control index d4150766..3d63b630 100644 --- a/proxmox-auth-api/debian/control +++ b/proxmox-auth-api/debian/control @@ -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.5-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.4.5+default-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.4.6-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.4.6+default-dev (= ${binary:Version}) Description: Tickets, API and Realm handling - Rust source code Source code for Debianized Rust crate "proxmox-auth-api" @@ -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.7+default-dev, - librust-proxmox-router-2+default-dev (>= 2.1.5-~~), + librust-proxmox-rest-server-0.8+default-dev, + librust-proxmox-router-3+default-dev, 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.5+api-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.4.6+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.4+api-types-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.4.5+api-types-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.4.6+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.4+pam-authenticator-dev (= ${binary:Version}), - librust-proxmox-auth-api-0.4.5+pam-authenticator-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.4.6+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. @@ -114,7 +114,7 @@ Depends: 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.5+password-authenticator-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.4.6+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 @@ -132,7 +132,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.5+ticket-dev (= ${binary:Version}) + librust-proxmox-auth-api-0.4.6+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.