summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-02-21 11:57:14 +0000
committerColin Watson <cjwatson@debian.org>2020-02-21 14:27:02 +0000
commit886e47e745586c34e81cfd5c5fb9b5dbc8e84d04 (patch)
treedd6c3b4dc64a17c520af7aaf213163f8a0a63e56 /debian/control
parentac2b4c0697fcac554041ab95f81736887eadf6ec (diff)
parenta2dabf35ce0228c86a288d11cc847a9d9801604f (diff)
New upstream release (8.2p1)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 13 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 9b0bba2bb..8b7fe6b68 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: autotools-dev,
11 dpkg-dev (>= 1.16.1~), 11 dpkg-dev (>= 1.16.1~),
12 libaudit-dev [linux-any], 12 libaudit-dev [linux-any],
13 libedit-dev, 13 libedit-dev,
14 libfido2-dev [linux-any],
14 libgtk-3-dev <!pkg.openssh.nognome>, 15 libgtk-3-dev <!pkg.openssh.nognome>,
15 libkrb5-dev | heimdal-dev, 16 libkrb5-dev | heimdal-dev,
16 libpam0g-dev | libpam-dev, 17 libpam0g-dev | libpam-dev,
@@ -34,7 +35,8 @@ Depends: adduser (>= 3.10),
34 passwd, 35 passwd,
35 ${misc:Depends}, 36 ${misc:Depends},
36 ${shlibs:Depends}, 37 ${shlibs:Depends},
37Recommends: xauth, 38Recommends: openssh-sk-helper,
39 xauth,
38Conflicts: sftp, 40Conflicts: sftp,
39Replaces: ssh, 41Replaces: ssh,
40 ssh-krb5, 42 ssh-krb5,
@@ -157,6 +159,16 @@ Description: secure shell (SSH) sftp server module, for SFTP access from remote
157 Newer versions of the draft will not be supported, though some features 159 Newer versions of the draft will not be supported, though some features
158 are individually implemented as extensions. 160 are individually implemented as extensions.
159 161
162Package: openssh-sk-helper
163Priority: optional
164Architecture: any
165Depends: ${misc:Depends},
166 ${shlibs:Depends}
167Multi-Arch: foreign
168Description: OpenSSH helper for FIDO authenticator support
169 This package provides ssh-sk-helper, which is used by ssh-agent to access
170 SSH keys provided by a FIDO authenticator for second-factor authentication.
171
160Package: openssh-tests 172Package: openssh-tests
161Priority: optional 173Priority: optional
162Architecture: any 174Architecture: any