BIND 9.8.0

BIND 9.8.0 が出ていたのでインストールした。先日、9.7.3 をインストールしたばかりなのにもう 9.8.0 だ。named あたりはセキュリティに敏感になっていたほうがいいと思うので、最新を追い掛けておいて損はないだろう。

wget ftp://ftp.isc.org/isc/bind/9.8.0/bind-9.8.0.tar.gz
tar zxf bind-9.8.0.tar.gz
cd bind-9.8.0
make distclean
./configure --with-openssl=/usr/local/ssl
make
bin/tests/system/ifconfig.sh up
make test
/etc/rc.d/named stop
make install
/etc/rc.d/named start