summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2015-03-22 23:16:27 +0000
committerColin Watson <cjwatson@debian.org>2015-03-22 23:16:27 +0000
commita025bbb8e3da7013fd143def3afaf1d0399f05f1 (patch)
tree44c393e39010a00f63ec3c142eb2daeffe3e7875
parent07133900300496bea64634492d8b62c311181c02 (diff)
Add a NEWS.Debian entry documenting this reversion, as it is too difficult to undo the sshd_config change automatically without compounding the problem of (arguably) overwriting user configuration.
-rw-r--r--debian/NEWS13
-rw-r--r--debian/changelog3
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 7a67e1528..9fbb9db5e 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,16 @@
1openssh (1:6.7-5) unstable; urgency=medium
2
3 openssh-server 1:6.7p1-4 changed the default setting of AcceptEnv to list
4 a number of specific LC_FOO variables rather than the wildcard LC_*. I
5 have since been persuaded that this was a bad idea and have reverted it,
6 but it is difficult to automatically undo the change to
7 /etc/ssh/sshd_config without compounding the problem (that of modifying
8 configuration that some users did not want to be modified) further. Most
9 users who upgraded via version 1:6.7p1-4 should restore the previous value
10 of "AcceptEnv LANG LC_*" in /etc/ssh/sshd_config.
11
12 -- Colin Watson <cjwatson@debian.org> Sun, 22 Mar 2015 23:09:32 +0000
13
1openssh (1:5.4p1-2) unstable; urgency=low 14openssh (1:5.4p1-2) unstable; urgency=low
2 15
3 Smartcard support is now available using PKCS#11 tokens. If you were 16 Smartcard support is now available using PKCS#11 tokens. If you were
diff --git a/debian/changelog b/debian/changelog
index ccb93072a..a2545ed55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ openssh (1:6.7p1-5) UNRELEASED; urgency=medium
4 it is worth (closes: #780797): 4 it is worth (closes: #780797):
5 - Send/accept only specific known LC_* variables, rather than using a 5 - Send/accept only specific known LC_* variables, rather than using a
6 wildcard. 6 wildcard.
7 * Add a NEWS.Debian entry documenting this reversion, as it is too
8 difficult to undo the sshd_config change automatically without
9 compounding the problem of (arguably) overwriting user configuration.
7 10
8 -- Colin Watson <cjwatson@debian.org> Sun, 22 Mar 2015 23:09:32 +0000 11 -- Colin Watson <cjwatson@debian.org> Sun, 22 Mar 2015 23:09:32 +0000
9 12