From a0c1369000b1735a110e79e0ca16a0c781ee826f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 19 Jun 2024 12:06:57 +0200 Subject: [PATCH] acme-api: bump to 0.1.1-1 Signed-off-by: Wolfgang Bumiller --- proxmox-acme-api/Cargo.toml | 2 +- proxmox-acme-api/debian/changelog | 10 ++++++++++ proxmox-acme-api/debian/control | 8 ++++---- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/proxmox-acme-api/Cargo.toml b/proxmox-acme-api/Cargo.toml index 5ecbc200..8fda48b7 100644 --- a/proxmox-acme-api/Cargo.toml +++ b/proxmox-acme-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-acme-api" -version = "0.1.0" +version = "0.1.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-acme-api/debian/changelog b/proxmox-acme-api/debian/changelog index d10d015d..f6ca98bb 100644 --- a/proxmox-acme-api/debian/changelog +++ b/proxmox-acme-api/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-acme-api (0.1.1-1) bookworm; urgency=medium + + * add function to create certificate revocation + + * add function to create self signed certificates + + * add function to get info from PEM formatted certificates + + -- Proxmox Support Team Wed, 19 Jun 2024 12:06:49 +0200 + rust-proxmox-acme-api (0.1.0-1) bookworm; urgency=medium * initial package diff --git a/proxmox-acme-api/debian/control b/proxmox-acme-api/debian/control index 460e76c9..2b7f1201 100644 --- a/proxmox-acme-api/debian/control +++ b/proxmox-acme-api/debian/control @@ -46,8 +46,8 @@ Provides: librust-proxmox-acme-api-0+default-dev (= ${binary:Version}), librust-proxmox-acme-api-0.1-dev (= ${binary:Version}), librust-proxmox-acme-api-0.1+default-dev (= ${binary:Version}), - librust-proxmox-acme-api-0.1.0-dev (= ${binary:Version}), - librust-proxmox-acme-api-0.1.0+default-dev (= ${binary:Version}) + librust-proxmox-acme-api-0.1.1-dev (= ${binary:Version}), + librust-proxmox-acme-api-0.1.1+default-dev (= ${binary:Version}) Description: ACME API implementation - Rust source code Source code for Debianized Rust crate "proxmox-acme-api" @@ -73,7 +73,7 @@ Depends: librust-proxmox-acme-0.5+impl-dev (>= 0.5.2-~~), librust-proxmox-config-digest-0.1+default-dev, librust-proxmox-config-digest-0.1+openssl-dev, - librust-proxmox-product-config-0.1+default-dev, + librust-proxmox-product-config-0.2+default-dev, librust-proxmox-rest-server-0.5+default-dev (>= 0.5.2-~~), librust-proxmox-router-2+default-dev (>= 2.1.3-~~), librust-proxmox-section-config-2+default-dev, @@ -85,7 +85,7 @@ Depends: Provides: librust-proxmox-acme-api-0+impl-dev (= ${binary:Version}), librust-proxmox-acme-api-0.1+impl-dev (= ${binary:Version}), - librust-proxmox-acme-api-0.1.0+impl-dev (= ${binary:Version}) + librust-proxmox-acme-api-0.1.1+impl-dev (= ${binary:Version}) Description: ACME API implementation - feature "impl" This metapackage enables feature "impl" for the Rust proxmox-acme-api crate, by pulling in any additional dependencies needed by that feature.