How To Patch / Upgrade BIND 9.x Under FreeBSD Operating Syste
To fix this issue under FreeBSD 6.3, download patch:# cd /tmp
# fetch -o bind.patch http://security.FreeBSD.org/patches/SA-08:06/bind63.patch
If you are using FreeBSD 7.0, enter:# cd /tmp
# fetch -o bind.patch http://security.FreeBSD.org/patches/SA-08:06/bind7.patch
Type the following commands to compile and install bind 9 patch:# cd /usr/src
# patch < /tmp/bind.patch
# cd /usr/src/lib/bind
# make obj && make depend && make && make install
# cd /usr/src/usr.sbin/named
# make obj && make depend && make && make install
Restart bind 9:# /etc/rc.d/named restart
# tail -f /var/log/messages
Niciun comentariu:
Trimiteți un comentariu