春山です.
OpenSSH 5.5/5.5p1 がリリースされました.
セキュリティの修正はありません.
変更点の翻訳です.
http://www.unixuser.org/~haruyama/security/openssh/henkouten/henkouten_5.5.txt
----
http://www.openssh.org/txt/release-5.5
Changes since OpenSSH 5.4
=========================
OpenSSH 5.4 からの変更点
* Unbreak sshd_config's AuthorizedKeysFile option for $HOME-relative paths
sshd_config の AuthorizedKeysFile 設定項目を $HOMEからの相対パスでの指定した際の問題を修正
* Fix compilation failures on platforms that lack dlopen()
dlopen() がないプラットフォームでのコンパイル失敗を修正
* Include a language tag when sending a protocol 2 disconnection message.
protocol 2 の切断メッセージに language タグを含めた
* Make logging of certificates used for user authentication more clear and
consistent between CAs specified using TrustedUserCAKeys and
authorized_keys
TrustedUserCAKeys と authorized_keys で指定された CAの間で
ユーザ認証で利用した証明書のログをより明確にした.
Portable OpenSSH:
移植版 OpenSSH:
* Allow contrib/ssh-copy-id to fail gracefully when there are no keys in
the ssh-agent. bz#1723
ssh-agent に鍵がない場合に contrib/ssh-copy-id がきれいに
失敗するようにした. bz#1723
* Explicitly link libX11 into contrib/gnome-ssh-askpass2. bz#1725
contrib/gnome-ssh-askpass2 に libX11を明示的にリンクするようにした.
bz#1725
* Allow ChrootDirectory to work in SELinux platforms. bz#1726
ChrootDirectory が SELinux プラットフォームで動くようにした.
bz#1726
* Add configure.ac stanza for Haiku OS. bz#1741
configure.ac に Haiku OS 用の節を追加した. bz#1741
* Enable utmpx support on FreeBSD where possible. bz#1732
FreeBSD で utmpx が利用できる場合に utmpx サポートを有効にした. bz#1732
* Use pkg-config to determine libedit linker flags where possible. bz#1744
libedit の linker フラグを決定するのに利用できるなら pkg-config
を利用するようにした. bz#1744