Rodolphe Bréard
3 months ago
Failed to extract signature
8 changed files with
12 additions and
12 deletions
-
CHANGELOG.md
-
Cargo.lock
-
acme_common/Cargo.toml
-
acmed/Cargo.toml
-
man/en/acmed.8
-
man/en/acmed.toml.5
-
man/en/tacd.8
-
tacd/Cargo.toml
|
|
@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
|
|
|
|
## [Unreleased] |
|
|
|
## [0.25.0] - 2025-03-17 |
|
|
|
|
|
|
|
### Changed |
|
|
|
- The minimum supported Rust version (MSRV) is now 1.81. |
|
|
|
|
|
@ -4,7 +4,7 @@ version = 3 |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "acme_common" |
|
|
|
version = "0.24.0" |
|
|
|
version = "0.25.0" |
|
|
|
dependencies = [ |
|
|
|
"base64", |
|
|
|
"daemonize", |
|
|
@ -25,7 +25,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "acmed" |
|
|
|
version = "0.24.0" |
|
|
|
version = "0.25.0" |
|
|
|
dependencies = [ |
|
|
|
"acme_common", |
|
|
|
"async-lock", |
|
|
@ -1498,9 +1498,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustls" |
|
|
|
version = "0.23.24" |
|
|
|
version = "0.23.25" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "96bf61953b1bc045820a2b947e6e9771c58c8c4b15242425b03f783ede1b34fe" |
|
|
|
checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c" |
|
|
|
dependencies = [ |
|
|
|
"once_cell", |
|
|
|
"rustls-pki-types", |
|
|
@ -1762,7 +1762,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tacd" |
|
|
|
version = "0.24.0" |
|
|
|
version = "0.25.0" |
|
|
|
dependencies = [ |
|
|
|
"acme_common", |
|
|
|
"anyhow", |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
[package] |
|
|
|
name = "acme_common" |
|
|
|
version = "0.24.0" |
|
|
|
version = "0.25.0" |
|
|
|
authors = ["Rodolphe Breard <rodolphe@what.tf>"] |
|
|
|
edition = "2018" |
|
|
|
readme = "../README.md" |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
[package] |
|
|
|
name = "acmed" |
|
|
|
version = "0.24.0" |
|
|
|
version = "0.25.0" |
|
|
|
authors = ["Rodolphe Breard <rodolphe@what.tf>"] |
|
|
|
edition = "2018" |
|
|
|
description = "ACME (RFC 8555) client daemon" |
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
.\" are permitted in any medium without royalty provided the copyright |
|
|
|
.\" notice and this notice are preserved. This file is offered as-is, |
|
|
|
.\" without any warranty. |
|
|
|
.Dd Dec 21, 2024 |
|
|
|
.Dd Mar 17, 2025 |
|
|
|
.Dt ACMED 8 |
|
|
|
.Os |
|
|
|
.Sh NAME |
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
.\" are permitted in any medium without royalty provided the copyright |
|
|
|
.\" notice and this notice are preserved. This file is offered as-is, |
|
|
|
.\" without any warranty. |
|
|
|
.Dd Dec 21, 2024 |
|
|
|
.Dd Mar 17, 2025 |
|
|
|
.Dt ACMED.TOML 5 |
|
|
|
.Os |
|
|
|
.Sh NAME |
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
.\" are permitted in any medium without royalty provided the copyright |
|
|
|
.\" notice and this notice are preserved. This file is offered as-is, |
|
|
|
.\" without any warranty. |
|
|
|
.Dd Dec 21, 2024 |
|
|
|
.Dd Mar 17, 2025 |
|
|
|
.Dt TACD 8 |
|
|
|
.Os |
|
|
|
.Sh NAME |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
[package] |
|
|
|
name = "tacd" |
|
|
|
version = "0.24.0" |
|
|
|
version = "0.25.0" |
|
|
|
authors = ["Rodolphe Breard <rodolphe@what.tf>"] |
|
|
|
edition = "2018" |
|
|
|
description = "TLS-ALPN Challenge Daemon" |
|
|
|