summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-05-31 03:04:26 +0000
committerColin Watson <cjwatson@debian.org>2005-05-31 03:04:26 +0000
commit38f80c0a13d58fe27fbf5b2bae09368d3db4c09c (patch)
tree63e0ba3780758f96272fe74a284406080703ae87 /debian/changelog
parent086880515569ec21401dcdc9d1b191de731b0c5e (diff)
Since ssh-keysign isn't used by default (you need to set EnableSSHKeysign
to "yes" in /etc/ssh/ssh_config), having a debconf question to ask whether it should be setuid is overkill, and the question text had got out of date anyway. Remove this question, ship ssh-keysign setuid in openssh-client.deb, and set a statoverride if the debconf question was previously set to false.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3818cf070..1bdde0ce9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,12 @@ openssh (1:4.1p1-2) UNRELEASED; urgency=low
3 * Drop debconf support for allowing SSH protocol 1, which is discouraged 3 * Drop debconf support for allowing SSH protocol 1, which is discouraged
4 and has not been the default since openssh 1:3.0.1p1-1. Users who need 4 and has not been the default since openssh 1:3.0.1p1-1. Users who need
5 this should edit sshd_config instead (closes: #147212). 5 this should edit sshd_config instead (closes: #147212).
6 * Since ssh-keysign isn't used by default (you need to set
7 EnableSSHKeysign to "yes" in /etc/ssh/ssh_config), having a debconf
8 question to ask whether it should be setuid is overkill, and the
9 question text had got out of date anyway. Remove this question, ship
10 ssh-keysign setuid in openssh-client.deb, and set a statoverride if the
11 debconf question was previously set to false.
6 12
7 -- Colin Watson <cjwatson@debian.org> Tue, 31 May 2005 02:50:49 +0100 13 -- Colin Watson <cjwatson@debian.org> Tue, 31 May 2005 02:50:49 +0100
8 14