diff options
author | Guilhem Moulin <guilhem@debian.org> | 2021-02-15 00:42:17 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2021-02-22 03:31:12 +0100 |
commit | e7895f77ecf4100b7114cc67b87c0fabb7ac123b (patch) | |
tree | 16ec5b04337066d78edf87a45eba46658e4fcf82 /debian/control | |
parent | bcb82f6cb7acf03f736f105799c886f813e4c454 (diff) |
d/control: lacme now require openssl 1.1.0 or later.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |