summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2011-02-09 03:04:27 +0000
committerColin Watson <cjwatson@debian.org>2011-02-09 03:04:27 +0000
commitbcbcf62473fff7d01ab78d9706484818ddcfe524 (patch)
tree637341ee63b6b19ebbd78f1b617d3ea869f2cdba
parent4951a1685696e2851d58e9cc4f2f43715203707f (diff)
Correct ssh-keygen instruction in the changelog for 1:5.7p1-1 (thanks,
Joel Stanley). -q -f /etc/ssh/ssh_host_ecdsa_key -N "" -t ecdsa'.
-rw-r--r--debian/changelog9
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6f0cf805a..b79607514 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1openssh (1:5.8p1-3) UNRELEASED; urgency=low
2
3 * Correct ssh-keygen instruction in the changelog for 1:5.7p1-1 (thanks,
4 Joel Stanley).
5
6 -- Colin Watson <cjwatson@debian.org> Wed, 09 Feb 2011 03:02:45 +0000
7
1openssh (1:5.8p1-2) unstable; urgency=low 8openssh (1:5.8p1-2) unstable; urgency=low
2 9
3 * Upload to unstable. 10 * Upload to unstable.
@@ -49,7 +56,7 @@ openssh (1:5.7p1-1) experimental; urgency=low
49 * Generate ECDSA host keys on fresh installations. Upgraders who wish to 56 * Generate ECDSA host keys on fresh installations. Upgraders who wish to
50 add such host keys should manually add 'HostKey 57 add such host keys should manually add 'HostKey
51 /etc/ssh/ssh_host_ecdsa_key' to /etc/ssh/sshd_config and run 'ssh-keygen 58 /etc/ssh/ssh_host_ecdsa_key' to /etc/ssh/sshd_config and run 'ssh-keygen
52 -q -f /etc/ssh/sshd_config -N "" -t ecdsa'. 59 -q -f /etc/ssh/ssh_host_ecdsa_key -N "" -t ecdsa'.
53 * Build-depend on libssl-dev (>= 0.9.8g) to ensure sufficient ECC support. 60 * Build-depend on libssl-dev (>= 0.9.8g) to ensure sufficient ECC support.
54 * Backport SELinux build fix from CVS. 61 * Backport SELinux build fix from CVS.
55 * Rearrange selinux-role.patch so that it links properly given this 62 * Rearrange selinux-role.patch so that it links properly given this