From 11930517efdd4c8d0d6b7af57385d05a19b3a092 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 3 Oct 2024 09:52:20 +0200 Subject: [PATCH] acme: bump to 0.5.3 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- proxmox-acme/Cargo.toml | 2 +- proxmox-acme/debian/changelog | 6 ++++++ proxmox-acme/debian/control | 20 ++++++++++---------- 4 files changed, 18 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6fca5535..da4e27ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ webauthn-rs = "0.3" zstd = { version = "0.12", features = [ "bindgen" ] } # workspace dependencies -proxmox-acme = { version = "0.5.2", path = "proxmox-acme", default-features = false } +proxmox-acme = { version = "0.5.3", path = "proxmox-acme", default-features = false } proxmox-api-macro = { version = "1.2.0", path = "proxmox-api-macro" } proxmox-apt-api-types = { version = "1.0.1", path = "proxmox-apt-api-types" } proxmox-auth-api = { version = "0.4.0", path = "proxmox-auth-api" } diff --git a/proxmox-acme/Cargo.toml b/proxmox-acme/Cargo.toml index 4e157689..29fc54fa 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.2" +version = "0.5.3" exclude = [ "debian" ] diff --git a/proxmox-acme/debian/changelog b/proxmox-acme/debian/changelog index f1c46512..ef32d0f6 100644 --- a/proxmox-acme/debian/changelog +++ b/proxmox-acme/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-acme (0.5.3) bookworm; urgency=medium + + * detect base64 vs base64url encoded eab hmac key + + -- Proxmox Support Team Thu, 03 Oct 2024 09:52:20 +0200 + rust-proxmox-acme (0.5.2) bookworm; urgency=medium * allow to compile/use api types separately. diff --git a/proxmox-acme/debian/control b/proxmox-acme/debian/control index 37dc7134..c976bb1a 100644 --- a/proxmox-acme/debian/control +++ b/proxmox-acme/debian/control @@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 12), libstd-rust-dev , librust-base64-0.13+default-dev , librust-openssl-0.10+default-dev , - librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~) , - librust-proxmox-schema-3+default-dev (>= 3.1.1-~~) , + librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~) , + librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) , 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.2-dev (= ${binary:Version}) + librust-proxmox-acme-0.5.3-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.1-~~), - librust-proxmox-schema-3+default-dev (>= 3.1.1-~~) + librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~), + librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) 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.2+api-types-dev (= ${binary:Version}) + librust-proxmox-acme-0.5.3+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.2+async-client-dev (= ${binary:Version}) + librust-proxmox-acme-0.5.3+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.2+client-dev (= ${binary:Version}) + librust-proxmox-acme-0.5.3+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.2+impl-dev (= ${binary:Version}), - librust-proxmox-acme-0.5.2+default-dev (= ${binary:Version}) + librust-proxmox-acme-0.5.3+impl-dev (= ${binary:Version}), + librust-proxmox-acme-0.5.3+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.