OpenSSL-1.0.2d

OpenSSL-1.0.2d が出ていたのでビルドした。

wget http://www.openssl.org/source/openssl-1.0.2d.tar.gz
cd /usr/local/src
tar zxf openssl-1.0.2d.tar.gz
cd /usr/local/src/openssl-1.0.2d
./config
make
make test
make install

tar の伸長で

tar: A lone zero block at 52140

とエラーが出たがビルドは問題なくできた。

cd /usr/local/src/openssh-6.9p1
make distclean
./configure --with-tcp-wrappers --with-ssl-dir=/usr/local/ssl --with-zlib=/usr/local --sysconfdir=/usr/local/etc/ssh
make
make install
rehash
/etc/rc.d/sshd restart
ssh -V
OpenSSH_6.9p1, OpenSSL 1.0.2d 9 Jul 2015