forked from proxmox-mirrors/proxmox
acme: bump to 0.5.4-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
ed74a6a8a2
commit
69298c8d20
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-acme"
|
name = "proxmox-acme"
|
||||||
description = "ACME client library"
|
description = "ACME client library"
|
||||||
version = "0.5.3"
|
version = "0.5.4"
|
||||||
|
|
||||||
exclude = [ "debian" ]
|
exclude = [ "debian" ]
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-acme (0.5.4-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* rebuild with proxmox-schema 4.0
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 15 Jan 2025 12:27:29 +0100
|
||||||
|
|
||||||
rust-proxmox-acme (0.5.3) bookworm; urgency=medium
|
rust-proxmox-acme (0.5.3) bookworm; urgency=medium
|
||||||
|
|
||||||
* detect base64 vs base64url encoded eab hmac key
|
* detect base64 vs base64url encoded eab hmac key
|
||||||
|
@ -8,8 +8,8 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
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.2-~~) <!nocheck>,
|
librust-proxmox-schema-4+api-macro-dev <!nocheck>,
|
||||||
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) <!nocheck>,
|
librust-proxmox-schema-4+default-dev <!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.3-dev (= ${binary:Version})
|
librust-proxmox-acme-0.5.4-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.2-~~),
|
librust-proxmox-schema-4+api-macro-dev,
|
||||||
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~)
|
librust-proxmox-schema-4+default-dev
|
||||||
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.3+api-types-dev (= ${binary:Version})
|
librust-proxmox-acme-0.5.4+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.3+async-client-dev (= ${binary:Version})
|
librust-proxmox-acme-0.5.4+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.3+client-dev (= ${binary:Version})
|
librust-proxmox-acme-0.5.4+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.3+impl-dev (= ${binary:Version}),
|
librust-proxmox-acme-0.5.4+impl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-0.5.3+default-dev (= ${binary:Version})
|
librust-proxmox-acme-0.5.4+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.
|
||||||
|
Loading…
Reference in New Issue
Block a user