acme-api: bump version to 1.0.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-acme-api"
|
name = "proxmox-acme-api"
|
||||||
description = "ACME API implementation"
|
description = "ACME API implementation"
|
||||||
version = "0.1.8"
|
version = "1.0.0"
|
||||||
|
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
@ -13,7 +13,6 @@ rust-version.workspace = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
base64 = { workspace = true, optional = true }
|
|
||||||
futures = { workspace = true, optional = true }
|
futures = { workspace = true, optional = true }
|
||||||
hex = { workspace = true, optional = true }
|
hex = { workspace = true, optional = true }
|
||||||
http = { workspace = true, optional = true }
|
http = { workspace = true, optional = true }
|
||||||
@ -29,6 +28,7 @@ libc = { workspace = true, optional = true }
|
|||||||
openssl = { workspace = true, optional = true }
|
openssl = { workspace = true, optional = true }
|
||||||
|
|
||||||
proxmox-acme = { workspace = true, features = ["api-types"] }
|
proxmox-acme = { workspace = true, features = ["api-types"] }
|
||||||
|
proxmox-base64 = { workspace = true, optional = true }
|
||||||
proxmox-config-digest = { workspace = true, optional = true }
|
proxmox-config-digest = { workspace = true, optional = true }
|
||||||
proxmox-log = { workspace = true, optional = true }
|
proxmox-log = { workspace = true, optional = true }
|
||||||
proxmox-product-config = { workspace = true, optional = true }
|
proxmox-product-config = { workspace = true, optional = true }
|
||||||
@ -44,7 +44,6 @@ proxmox-uuid = { workspace = true, optional = true }
|
|||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
impl = [
|
impl = [
|
||||||
"dep:base64",
|
|
||||||
"dep:foreign-types",
|
"dep:foreign-types",
|
||||||
"dep:futures",
|
"dep:futures",
|
||||||
"dep:hex",
|
"dep:hex",
|
||||||
@ -56,6 +55,7 @@ impl = [
|
|||||||
"dep:openssl",
|
"dep:openssl",
|
||||||
"dep:tokio",
|
"dep:tokio",
|
||||||
|
|
||||||
|
"dep:proxmox-base64",
|
||||||
"dep:proxmox-config-digest",
|
"dep:proxmox-config-digest",
|
||||||
"dep:proxmox-log",
|
"dep:proxmox-log",
|
||||||
"dep:proxmox-product-config",
|
"dep:proxmox-product-config",
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
rust-proxmox-acme-api (1.0.0-1) trixie; urgency=medium
|
||||||
|
|
||||||
|
* update to hyper 1.0
|
||||||
|
|
||||||
|
* switch to proxmox-base64
|
||||||
|
|
||||||
|
* re-build for Debian Trixie based releases.
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 22 May 2025 16:37:12 +0200
|
||||||
|
|
||||||
rust-proxmox-acme-api (0.1.8-1) bookworm; urgency=medium
|
rust-proxmox-acme-api (0.1.8-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* rebuild with section-config 3.0
|
* rebuild with section-config 3.0
|
||||||
|
@ -7,12 +7,12 @@ Build-Depends-Arch: cargo:native <!nocheck>,
|
|||||||
rustc:native (>= 1.82) <!nocheck>,
|
rustc:native (>= 1.82) <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
librust-anyhow-1+default-dev <!nocheck>,
|
librust-anyhow-1+default-dev <!nocheck>,
|
||||||
librust-proxmox-acme-0.5+api-types-dev (>= 0.5.3-~~) <!nocheck>,
|
librust-proxmox-acme-1+api-types-dev <!nocheck>,
|
||||||
librust-proxmox-schema-4+api-macro-dev <!nocheck>,
|
librust-proxmox-schema-4+api-macro-dev (>= 4.1.0-~~) <!nocheck>,
|
||||||
librust-proxmox-schema-4+api-types-dev <!nocheck>,
|
librust-proxmox-schema-4+api-types-dev (>= 4.1.0-~~) <!nocheck>,
|
||||||
librust-proxmox-schema-4+default-dev <!nocheck>,
|
librust-proxmox-schema-4+default-dev (>= 4.1.0-~~) <!nocheck>,
|
||||||
librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~) <!nocheck>,
|
librust-proxmox-serde-1+default-dev <!nocheck>,
|
||||||
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~) <!nocheck>,
|
librust-proxmox-serde-1+serde-json-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>
|
||||||
@ -30,12 +30,12 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-anyhow-1+default-dev,
|
librust-anyhow-1+default-dev,
|
||||||
librust-proxmox-acme-0.5+api-types-dev (>= 0.5.3-~~),
|
librust-proxmox-acme-1+api-types-dev,
|
||||||
librust-proxmox-schema-4+api-macro-dev,
|
librust-proxmox-schema-4+api-macro-dev (>= 4.1.0-~~),
|
||||||
librust-proxmox-schema-4+api-types-dev,
|
librust-proxmox-schema-4+api-types-dev (>= 4.1.0-~~),
|
||||||
librust-proxmox-schema-4+default-dev,
|
librust-proxmox-schema-4+default-dev (>= 4.1.0-~~),
|
||||||
librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~),
|
librust-proxmox-serde-1+default-dev,
|
||||||
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~),
|
librust-proxmox-serde-1+serde-json-dev,
|
||||||
librust-serde-1+default-dev,
|
librust-serde-1+default-dev,
|
||||||
librust-serde-1+derive-dev,
|
librust-serde-1+derive-dev,
|
||||||
librust-serde-json-1+default-dev
|
librust-serde-json-1+default-dev
|
||||||
@ -43,12 +43,12 @@ Suggests:
|
|||||||
librust-proxmox-acme-api+impl-dev (= ${binary:Version})
|
librust-proxmox-acme-api+impl-dev (= ${binary:Version})
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-acme-api+default-dev (= ${binary:Version}),
|
librust-proxmox-acme-api+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-api-0-dev (= ${binary:Version}),
|
librust-proxmox-acme-api-1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-api-0+default-dev (= ${binary:Version}),
|
librust-proxmox-acme-api-1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-api-0.1-dev (= ${binary:Version}),
|
librust-proxmox-acme-api-1.0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-api-0.1+default-dev (= ${binary:Version}),
|
librust-proxmox-acme-api-1.0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-api-0.1.8-dev (= ${binary:Version}),
|
librust-proxmox-acme-api-1.0.0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-api-0.1.8+default-dev (= ${binary:Version})
|
librust-proxmox-acme-api-1.0.0+default-dev (= ${binary:Version})
|
||||||
Description: ACME API implementation - Rust source code
|
Description: ACME API implementation - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-acme-api"
|
Source code for Debianized Rust crate "proxmox-acme-api"
|
||||||
|
|
||||||
@ -58,33 +58,37 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-acme-api-dev (= ${binary:Version}),
|
librust-proxmox-acme-api-dev (= ${binary:Version}),
|
||||||
librust-base64-0.13+default-dev,
|
|
||||||
librust-foreign-types-0.3+default-dev,
|
librust-foreign-types-0.3+default-dev,
|
||||||
librust-futures-0.3+default-dev,
|
librust-futures-0.3+default-dev,
|
||||||
librust-hex-0.4+default-dev,
|
librust-hex-0.4+default-dev,
|
||||||
librust-http-0.2+default-dev,
|
librust-http-1+default-dev,
|
||||||
librust-hyper-0.14+default-dev (>= 0.14.5-~~),
|
librust-http-body-util-0.1+default-dev,
|
||||||
|
librust-hyper-1+default-dev,
|
||||||
|
librust-hyper-util-0.1+default-dev (>= 0.1.12-~~),
|
||||||
|
librust-hyper-util-0.1+http1-dev (>= 0.1.12-~~),
|
||||||
|
librust-hyper-util-0.1+server-dev (>= 0.1.12-~~),
|
||||||
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
||||||
librust-openssl-0.10+default-dev,
|
librust-openssl-0.10+default-dev,
|
||||||
librust-proxmox-acme-0.5+api-types-dev (>= 0.5.3-~~),
|
librust-proxmox-acme-1+api-types-dev,
|
||||||
librust-proxmox-acme-0.5+async-client-dev (>= 0.5.3-~~),
|
librust-proxmox-acme-1+async-client-dev,
|
||||||
librust-proxmox-acme-0.5+impl-dev (>= 0.5.3-~~),
|
librust-proxmox-acme-1+impl-dev,
|
||||||
librust-proxmox-config-digest-0.1+default-dev,
|
librust-proxmox-base64-1+default-dev,
|
||||||
librust-proxmox-config-digest-0.1+openssl-dev,
|
librust-proxmox-config-digest-1+default-dev,
|
||||||
librust-proxmox-log-0.2+default-dev (>= 0.2.9-~~),
|
librust-proxmox-config-digest-1+openssl-dev,
|
||||||
librust-proxmox-product-config-0.2+default-dev,
|
librust-proxmox-log-1+default-dev,
|
||||||
librust-proxmox-rest-server-0.8+default-dev (>= 0.8.8-~~),
|
librust-proxmox-product-config-1+default-dev,
|
||||||
librust-proxmox-router-3+default-dev (>= 3.1.1-~~),
|
librust-proxmox-rest-server-1+default-dev,
|
||||||
librust-proxmox-section-config-3+default-dev,
|
librust-proxmox-router-3+default-dev (>= 3.2.0-~~),
|
||||||
librust-proxmox-sys-0.6+default-dev (>= 0.6.6-~~),
|
librust-proxmox-section-config-3+default-dev (>= 3.1.0-~~),
|
||||||
librust-proxmox-time-2+default-dev,
|
librust-proxmox-sys-1+default-dev,
|
||||||
librust-proxmox-uuid-1+default-dev (>= 1.0.1-~~),
|
librust-proxmox-time-2+default-dev (>= 2.1.0-~~),
|
||||||
|
librust-proxmox-uuid-1+default-dev (>= 1.1.0-~~),
|
||||||
librust-tokio-1+default-dev (>= 1.6-~~),
|
librust-tokio-1+default-dev (>= 1.6-~~),
|
||||||
librust-tokio-1+fs-dev (>= 1.6-~~)
|
librust-tokio-1+fs-dev (>= 1.6-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-acme-api-0+impl-dev (= ${binary:Version}),
|
librust-proxmox-acme-api-1+impl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-api-0.1+impl-dev (= ${binary:Version}),
|
librust-proxmox-acme-api-1.0+impl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-acme-api-0.1.8+impl-dev (= ${binary:Version})
|
librust-proxmox-acme-api-1.0.0+impl-dev (= ${binary:Version})
|
||||||
Description: ACME API implementation - feature "impl"
|
Description: ACME API implementation - feature "impl"
|
||||||
This metapackage enables feature "impl" for the Rust proxmox-acme-api crate, by
|
This metapackage enables feature "impl" for the Rust proxmox-acme-api crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
|
Reference in New Issue
Block a user