diff options
author | Colin Watson <cjwatson@debian.org> | 2017-10-16 10:32:24 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-10-16 10:32:24 +0100 |
commit | cbb2c36ba712f5f8cba3214a105cbaa4471b15e5 (patch) | |
tree | 5cd399721cf37dea59d6681265aa85f3d7549b66 /debian/changelog | |
parent | 1deecb1b97e0d7563ad1117c1d27573f6692cbce (diff) |
Remove the decade-old ssh-krb5 transitional package; upgrades of openssh-server will preserve existing configuration, and new installations should just enable GSSAPIAuthentication and GSSAPIKeyExchange in sshd_config (closes: #878626).
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 869f89285..f7dcbda83 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,12 @@ | |||
1 | openssh (1:7.6p1-3) UNRELEASED; urgency=medium | ||
2 | |||
3 | * Remove the decade-old ssh-krb5 transitional package; upgrades of | ||
4 | openssh-server will preserve existing configuration, and new | ||
5 | installations should just enable GSSAPIAuthentication and | ||
6 | GSSAPIKeyExchange in sshd_config (closes: #878626). | ||
7 | |||
8 | -- Colin Watson <cjwatson@debian.org> Mon, 16 Oct 2017 10:30:50 +0100 | ||
9 | |||
1 | openssh (1:7.6p1-2) unstable; urgency=medium | 10 | openssh (1:7.6p1-2) unstable; urgency=medium |
2 | 11 | ||
3 | * Apply upstream patch to fix PermitOpen argument handling. | 12 | * Apply upstream patch to fix PermitOpen argument handling. |