From 69298c8d20fc7d1f80e87e0043996ba8070fdacf Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 15 Jan 2025 12:27:44 +0100 Subject: [PATCH] acme: bump to 0.5.4-1 Signed-off-by: Wolfgang Bumiller --- proxmox-acme/Cargo.toml | 2 +- proxmox-acme/debian/changelog | 6 ++++++ proxmox-acme/debian/control | 20 ++++++++++---------- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/proxmox-acme/Cargo.toml b/proxmox-acme/Cargo.toml index 29fc54fa..f6dbe481 100644 --- a/proxmox-acme/Cargo.toml +++ b/proxmox-acme/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-acme" description = "ACME client library" -version = "0.5.3" +version = "0.5.4" exclude = [ "debian" ] diff --git a/proxmox-acme/debian/changelog b/proxmox-acme/debian/changelog index ef32d0f6..c3e9555b 100644 --- a/proxmox-acme/debian/changelog +++ b/proxmox-acme/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-acme (0.5.4-1) bookworm; urgency=medium + + * rebuild with proxmox-schema 4.0 + + -- Proxmox Support Team Wed, 15 Jan 2025 12:27:29 +0100 + rust-proxmox-acme (0.5.3) bookworm; urgency=medium * detect base64 vs base64url encoded eab hmac key diff --git a/proxmox-acme/debian/control b/proxmox-acme/debian/control index d4c6af75..12662cc8 100644 --- a/proxmox-acme/debian/control +++ b/proxmox-acme/debian/control @@ -8,8 +8,8 @@ Build-Depends: debhelper-compat (= 13), libstd-rust-dev , librust-base64-0.13+default-dev , librust-openssl-0.10+default-dev , - librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~) , - librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) , + librust-proxmox-schema-4+api-macro-dev , + librust-proxmox-schema-4+default-dev , librust-serde-1+default-dev , librust-serde-1+derive-dev , librust-serde-json-1+default-dev @@ -39,7 +39,7 @@ Suggests: Provides: librust-proxmox-acme-0-dev (= ${binary:Version}), librust-proxmox-acme-0.5-dev (= ${binary:Version}), - librust-proxmox-acme-0.5.3-dev (= ${binary:Version}) + librust-proxmox-acme-0.5.4-dev (= ${binary:Version}) Description: ACME client library - Rust source code Source code for Debianized Rust crate "proxmox-acme" @@ -49,12 +49,12 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-acme-dev (= ${binary:Version}), - librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~), - librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) + librust-proxmox-schema-4+api-macro-dev, + librust-proxmox-schema-4+default-dev Provides: librust-proxmox-acme-0+api-types-dev (= ${binary:Version}), librust-proxmox-acme-0.5+api-types-dev (= ${binary:Version}), - librust-proxmox-acme-0.5.3+api-types-dev (= ${binary:Version}) + librust-proxmox-acme-0.5.4+api-types-dev (= ${binary:Version}) Description: ACME client library - feature "api-types" This metapackage enables feature "api-types" for the Rust proxmox-acme crate, by pulling in any additional dependencies needed by that feature. @@ -74,7 +74,7 @@ Depends: Provides: librust-proxmox-acme-0+async-client-dev (= ${binary:Version}), librust-proxmox-acme-0.5+async-client-dev (= ${binary:Version}), - librust-proxmox-acme-0.5.3+async-client-dev (= ${binary:Version}) + librust-proxmox-acme-0.5.4+async-client-dev (= ${binary:Version}) Description: ACME client library - feature "async-client" This metapackage enables feature "async-client" for the Rust proxmox-acme crate, by pulling in any additional dependencies needed by that feature. @@ -92,7 +92,7 @@ Depends: Provides: librust-proxmox-acme-0+client-dev (= ${binary:Version}), librust-proxmox-acme-0.5+client-dev (= ${binary:Version}), - librust-proxmox-acme-0.5.3+client-dev (= ${binary:Version}) + librust-proxmox-acme-0.5.4+client-dev (= ${binary:Version}) Description: ACME client library - feature "client" This metapackage enables feature "client" for the Rust proxmox-acme crate, by pulling in any additional dependencies needed by that feature. @@ -111,8 +111,8 @@ Provides: librust-proxmox-acme-0+default-dev (= ${binary:Version}), librust-proxmox-acme-0.5+impl-dev (= ${binary:Version}), librust-proxmox-acme-0.5+default-dev (= ${binary:Version}), - librust-proxmox-acme-0.5.3+impl-dev (= ${binary:Version}), - librust-proxmox-acme-0.5.3+default-dev (= ${binary:Version}) + librust-proxmox-acme-0.5.4+impl-dev (= ${binary:Version}), + librust-proxmox-acme-0.5.4+default-dev (= ${binary:Version}) Description: ACME client library - feature "impl" and 1 more This metapackage enables feature "impl" for the Rust proxmox-acme crate, by pulling in any additional dependencies needed by that feature.