forked from Proxmox/proxmox
acme-api: bump to 0.1.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
e2cd917394
commit
a0c1369000
@ -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
|
||||
|
@ -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 <support@proxmox.com> Wed, 19 Jun 2024 12:06:49 +0200
|
||||
|
||||
rust-proxmox-acme-api (0.1.0-1) bookworm; urgency=medium
|
||||
|
||||
* initial package
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user