aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@debian.org>2021-02-15 00:42:17 +0100
committerGuilhem Moulin <guilhem@debian.org>2021-02-22 03:31:12 +0100
commite7895f77ecf4100b7114cc67b87c0fabb7ac123b (patch)
tree16ec5b04337066d78edf87a45eba46658e4fcf82
parentbcb82f6cb7acf03f736f105799c886f813e4c454 (diff)
d/control: lacme now require openssl 1.1.0 or later.
-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