diff options
author | Colin Watson <cjwatson@debian.org> | 2008-05-21 22:59:38 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2008-05-21 22:59:38 +0000 |
commit | 43246e36bfd5fe4cc1f64561024c8c0dc136a761 (patch) | |
tree | a8f8d70e83c749a6b57d60e5719d7470e1326d31 /debian | |
parent | 2231f4c3038aefc1f77cf456b188b53fb6da4a13 (diff) |
Recommend openssh-blacklist from openssh-client.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 635e573f9..cd10a0878 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -18,6 +18,7 @@ openssh (1:4.7p1-11) UNRELEASED; urgency=low | |||
18 | * Generate two keys with the PID forced to the same value and test that | 18 | * Generate two keys with the PID forced to the same value and test that |
19 | they differ, to defend against recurrences of the recent Debian OpenSSL | 19 | they differ, to defend against recurrences of the recent Debian OpenSSL |
20 | vulnerability. | 20 | vulnerability. |
21 | * Recommend openssh-blacklist from openssh-client. | ||
21 | 22 | ||
22 | -- Colin Watson <cjwatson@debian.org> Sat, 17 May 2008 08:48:45 +0200 | 23 | -- Colin Watson <cjwatson@debian.org> Sat, 17 May 2008 08:48:45 +0200 |
23 | 24 | ||
diff --git a/debian/control b/debian/control index c2bf961eb..f53bbc97b 100644 --- a/debian/control +++ b/debian/control | |||
@@ -9,7 +9,7 @@ Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.or | |||
9 | Package: openssh-client | 9 | Package: openssh-client |
10 | Architecture: any | 10 | Architecture: any |
11 | Depends: ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0, adduser (>= 3.10), dpkg (>= 1.7.0), passwd, libssl0.9.8 (>= 0.9.8g-9) | 11 | Depends: ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0, adduser (>= 3.10), dpkg (>= 1.7.0), passwd, libssl0.9.8 (>= 0.9.8g-9) |
12 | Recommends: xauth | 12 | Recommends: xauth, openssh-blacklist |
13 | Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) | 13 | Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) |
14 | Replaces: ssh, ssh-krb5 | 14 | Replaces: ssh, ssh-krb5 |
15 | Suggests: ssh-askpass, libpam-ssh, keychain | 15 | Suggests: ssh-askpass, libpam-ssh, keychain |