diff options
-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 |