bind-9.9.1-P3

JPCERT/CC から BIND の脆弱性 Alert が出ていたので、現時点の最新版 bind-9.9.1-P3 をインストールしておいた。

cd /usr/local/src
wget ftp://ftp.isc.org/isc/bind9/9.9.1-P3/bind-9.9.1-P3.tar.gz
tar zxf bind-9.9.1-P3.tar.gz
cd /usr/local/src/bind-9.9.1-P3
./configure --with-openssl=/usr/local/ssl
make
bin/tests/system/ifconfig.sh up
make test
make install
/etc/rc.d/named restart

確認しておく

#/usr/local/sbin/named -V
BIND 9.9.1-P3 built with '--with-openssl=/usr/local/ssl'
using OpenSSL version: OpenSSL 1.0.1c 10 May 2012