acme: bump to 0.5.3

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-10-03 09:52:20 +02:00
parent b52b3739be
commit 11930517ef
4 changed files with 18 additions and 12 deletions

View File

@ -118,7 +118,7 @@ webauthn-rs = "0.3"
zstd = { version = "0.12", features = [ "bindgen" ] } zstd = { version = "0.12", features = [ "bindgen" ] }
# workspace dependencies # 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-api-macro = { version = "1.2.0", path = "proxmox-api-macro" }
proxmox-apt-api-types = { version = "1.0.1", path = "proxmox-apt-api-types" } proxmox-apt-api-types = { version = "1.0.1", path = "proxmox-apt-api-types" }
proxmox-auth-api = { version = "0.4.0", path = "proxmox-auth-api" } proxmox-auth-api = { version = "0.4.0", path = "proxmox-auth-api" }

View File

@ -1,7 +1,7 @@
[package] [package]
name = "proxmox-acme" name = "proxmox-acme"
description = "ACME client library" description = "ACME client library"
version = "0.5.2" version = "0.5.3"
exclude = [ "debian" ] exclude = [ "debian" ]

View File

@ -1,3 +1,9 @@
rust-proxmox-acme (0.5.3) bookworm; urgency=medium
* detect base64 vs base64url encoded eab hmac key
-- Proxmox Support Team <support@proxmox.com> Thu, 03 Oct 2024 09:52:20 +0200
rust-proxmox-acme (0.5.2) bookworm; urgency=medium rust-proxmox-acme (0.5.2) bookworm; urgency=medium
* allow to compile/use api types separately. * allow to compile/use api types separately.

View File

@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 12),
libstd-rust-dev <!nocheck>, libstd-rust-dev <!nocheck>,
librust-base64-0.13+default-dev <!nocheck>, librust-base64-0.13+default-dev <!nocheck>,
librust-openssl-0.10+default-dev <!nocheck>, librust-openssl-0.10+default-dev <!nocheck>,
librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~) <!nocheck>, librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~) <!nocheck>,
librust-proxmox-schema-3+default-dev (>= 3.1.1-~~) <!nocheck>, librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) <!nocheck>,
librust-serde-1+default-dev <!nocheck>, librust-serde-1+default-dev <!nocheck>,
librust-serde-1+derive-dev <!nocheck>, librust-serde-1+derive-dev <!nocheck>,
librust-serde-json-1+default-dev <!nocheck> librust-serde-json-1+default-dev <!nocheck>
@ -39,7 +39,7 @@ Suggests:
Provides: Provides:
librust-proxmox-acme-0-dev (= ${binary:Version}), librust-proxmox-acme-0-dev (= ${binary:Version}),
librust-proxmox-acme-0.5-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 Description: ACME client library - Rust source code
Source code for Debianized Rust crate "proxmox-acme" Source code for Debianized Rust crate "proxmox-acme"
@ -49,12 +49,12 @@ Multi-Arch: same
Depends: Depends:
${misc:Depends}, ${misc:Depends},
librust-proxmox-acme-dev (= ${binary:Version}), librust-proxmox-acme-dev (= ${binary:Version}),
librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~), librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~),
librust-proxmox-schema-3+default-dev (>= 3.1.1-~~) librust-proxmox-schema-3+default-dev (>= 3.1.2-~~)
Provides: Provides:
librust-proxmox-acme-0+api-types-dev (= ${binary:Version}), librust-proxmox-acme-0+api-types-dev (= ${binary:Version}),
librust-proxmox-acme-0.5+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" Description: ACME client library - feature "api-types"
This metapackage enables feature "api-types" for the Rust proxmox-acme crate, This metapackage enables feature "api-types" for the Rust proxmox-acme crate,
by pulling in any additional dependencies needed by that feature. by pulling in any additional dependencies needed by that feature.
@ -74,7 +74,7 @@ Depends:
Provides: Provides:
librust-proxmox-acme-0+async-client-dev (= ${binary:Version}), librust-proxmox-acme-0+async-client-dev (= ${binary:Version}),
librust-proxmox-acme-0.5+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" Description: ACME client library - feature "async-client"
This metapackage enables feature "async-client" for the Rust proxmox-acme This metapackage enables feature "async-client" for the Rust proxmox-acme
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.
@ -92,7 +92,7 @@ Depends:
Provides: Provides:
librust-proxmox-acme-0+client-dev (= ${binary:Version}), librust-proxmox-acme-0+client-dev (= ${binary:Version}),
librust-proxmox-acme-0.5+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" Description: ACME client library - feature "client"
This metapackage enables feature "client" for the Rust proxmox-acme crate, by This metapackage enables feature "client" for the Rust proxmox-acme crate, by
pulling in any additional dependencies needed by that feature. 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+default-dev (= ${binary:Version}),
librust-proxmox-acme-0.5+impl-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+default-dev (= ${binary:Version}),
librust-proxmox-acme-0.5.2+impl-dev (= ${binary:Version}), librust-proxmox-acme-0.5.3+impl-dev (= ${binary:Version}),
librust-proxmox-acme-0.5.2+default-dev (= ${binary:Version}) librust-proxmox-acme-0.5.3+default-dev (= ${binary:Version})
Description: ACME client library - feature "impl" and 1 more Description: ACME client library - feature "impl" and 1 more
This metapackage enables feature "impl" for the Rust proxmox-acme crate, by This metapackage enables feature "impl" for the Rust proxmox-acme crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.