aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3871768..7b7ca90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ lacme (0.8.0-1) UNRELEASED; urgency=medium
* d/.gitattributes: New file to merge d/changelog with dpkg-mergechangelogs.
* Add d/upstream/metadata with Repository and Repository-Browse.
* d/control: Remove libtypes-serialiser-perl from lacme's Depends.
+ * d/control: lacme now require openssl 1.1.0 or later.
-- Guilhem Moulin <guilhem@debian.org> Wed, 09 Dec 2020 20:11:40 +0100
diff --git a/debian/control b/debian/control
index 590d30d..4cdc8a1 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Depends: adduser,
libnet-ssleay-perl,
libtimedate-perl,
libwww-perl,
- openssl,
+ openssl (>= 1.1.0~),
${misc:Depends},
${perl:Depends}
Recommends: lacme-accountd (= ${binary:Version}), liblwp-protocol-https-perl