diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-01 02:05:26 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-01 02:05:26 +0000 |
commit | 6d5a72bc1d98a42ba42f082e50a22e911c1d82d3 (patch) | |
tree | 1bf23174bdb6fc71e2846dda0eca195a418484e7 /debian/changelog | |
parent | 2ee26b431f98cf1dc0e4fb9809ad1e0c879b8c08 (diff) | |
parent | 58657d96514cd6f16d82add8d6f4adbb36765758 (diff) |
Debian release 3.5p1-1.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e5651eb28..6a6a6eb0c 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,33 @@ | |||
1 | openssh (1:3.5p1-1) unstable; urgency=low | ||
2 | |||
3 | * New upstream release. | ||
4 | - Fixes typo in ssh-add usage (closes: #152239). | ||
5 | - Fixes 'PermitRootLogin forced-commands-only' (closes: #166184). | ||
6 | - ~/.ssh/environment and environment= options in ~/.ssh/authorized_keys | ||
7 | are deprecated for security reasons and will eventually go away. For | ||
8 | now they can be re-enabled by setting 'PermitUserEnvironment yes' in | ||
9 | sshd_config. | ||
10 | - ssh-agent is installed setgid to prevent ptrace() attacks. The group | ||
11 | actually doesn't matter, as it drops privileges immediately, but to | ||
12 | avoid confusion the postinst creates a new 'ssh' group for it. | ||
13 | * Obsolete patches: | ||
14 | - Solar Designer's privsep+compression patch for Linux 2.2 (see | ||
15 | 1:3.3p1-0.0woody1). | ||
16 | - Hostbased auth ssh-keysign backport (see 1:3.4p1-4). | ||
17 | |||
18 | * Remove duplicated phrase in ssh_config(5) (closes: #152404). | ||
19 | * Source the debconf confmodule at the top of the postrm rather than at | ||
20 | the bottom, to avoid making future non-idempotency problems worse (see | ||
21 | #151035). | ||
22 | * Debconf templates: | ||
23 | - Add Polish (thanks, Grzegorz Kusnierz). | ||
24 | - Update French (thanks, Denis Barbier; closes: #132509). | ||
25 | - Update Spanish (thanks, Carlos Valdivia Yagüe; closes: #164716). | ||
26 | * Write a man page for gnome-ssh-askpass, and link it to ssh-askpass.1 if | ||
27 | this is the selected ssh-askpass alternative (closes: #67775). | ||
28 | |||
29 | -- Colin Watson <cjwatson@debian.org> Sat, 26 Oct 2002 19:41:51 +0100 | ||
30 | |||
1 | openssh (1:3.4p1-4) unstable; urgency=low | 31 | openssh (1:3.4p1-4) unstable; urgency=low |
2 | 32 | ||
3 | * Allow ssh-krb5 in ssh-askpass-gnome's dependencies (closes: #129532). | 33 | * Allow ssh-krb5 in ssh-askpass-gnome's dependencies (closes: #129532). |