[openssh-commits] [openssh] branch master updated (c359950 -> dda78a0)
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Dec 12 13:58:59 AEDT 2016
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from c359950 exit is in stdlib.h not unistd.h (that's _exit).
new dda78a0 Force Turkish locales back to C/POSIX; bz#2643
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit dda78a03af32e7994f132d923c2046e98b7c56c8
Author: Damien Miller <djm at mindrot.org>
Date: Mon Dec 12 13:57:10 2016 +1100
Force Turkish locales back to C/POSIX; bz#2643
Turkish locales are unique in their handling of the letters 'i' and
'I' (yes, they are different letters) and OpenSSH isn't remotely
prepared to deal with that. For now, the best we can do is to force
OpenSSH to use the C/POSIX locale and try to preserve the UTF-8
encoding if possible.
ok dtucker@
Summary of changes:
scp.c | 2 +-
sftp.c | 2 +-
ssh.c | 3 ++-
utf8.c | 42 ++++++++++++++++++++++++++++++++++++++++++
utf8.h | 1 +
5 files changed, 47 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list