diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 20:14:15 +0100 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 20:14:15 +0100 | 
| commit | e8b2103f22f075217fc00cce56c0e91823a29310 (patch) | |
| tree | c8c8e95b94ed329ab8a2485c6e8836bb70314768 | |
| parent | 4e0a55fb382a5ce33912643ec07b59800d497f23 (diff) | |
New lacme-accountd Suggests: openssl, gpg.
For account key generation using genpkey(1ssl) resp. decryption.
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 1 | 
2 files changed, 8 insertions, 0 deletions
| diff --git a/debian/changelog b/debian/changelog index 6bcc0ef..8745517 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lacme (0.7-2) UNRELEASED; urgency=medium + +  * d/control: New lacme-accountd Suggests: openssl, gpg (for account key +    generation and decryption). + + -- Guilhem Moulin <guilhem@debian.org>  Wed, 09 Dec 2020 20:11:40 +0100 +  lacme (0.7-1) unstable; urgency=high    * New upstream release.  Closes: #975862. diff --git a/debian/control b/debian/control index 2b43b79..c1417b9 100644 --- a/debian/control +++ b/debian/control @@ -55,6 +55,7 @@ Package: lacme-accountd  Architecture: all  Depends: libconfig-tiny-perl, libjson-perl, ${misc:Depends}, ${perl:Depends}  Recommends: libcrypt-openssl-rsa-perl +Suggests: gpg, openssl  Description: lacme account key manager   lacme is an ACME client written with process isolation and minimal privileges   in mind.  It is divided into four components, each with its own executable: | 
