summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index db042473c..88b78ce15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,9 +25,10 @@ openssh (1:5.7p1-1) UNRELEASED; urgency=low
25 * Update to current GSSAPI patch from 25 * Update to current GSSAPI patch from
26 http://www.sxw.org.uk/computing/patches/openssh-5.7p1-gsskex-all-20110125.patch: 26 http://www.sxw.org.uk/computing/patches/openssh-5.7p1-gsskex-all-20110125.patch:
27 - Add GSSAPIServerIdentity option. 27 - Add GSSAPIServerIdentity option.
28 * Generate ECDSA host keys. These will only be used on fresh 28 * Generate ECDSA host keys on fresh installations. Upgraders who wish to
29 installations or if you manually add 'HostKey 29 add such host keys should manually add 'HostKey
30 /etc/ssh/ssh_host_ecdsa_key' to /etc/ssh/sshd_config. 30 /etc/ssh/ssh_host_ecdsa_key' to /etc/ssh/sshd_config and run 'ssh-keygen
31 -q -f /etc/ssh/sshd_config -N "" -t ecdsa'.
31 * Build-depend on libssl-dev (>= 0.9.8g) to ensure sufficient ECC support. 32 * Build-depend on libssl-dev (>= 0.9.8g) to ensure sufficient ECC support.
32 * Backport SELinux build fix from CVS. 33 * Backport SELinux build fix from CVS.
33 * Rearrange selinux-role.patch so that it links properly given this 34 * Rearrange selinux-role.patch so that it links properly given this