BIND 9.3.3 Released

mmx

Verified User
Joined
May 8, 2005
Messages
130
Location
Montreal, QC
BIND 9.3.3 over at the ISC. It contains a few security fixes over 9.3.2. Download it.

Also, it requires OpenSSL version 0.9.7l or 0.9.8d, so make sure that's up to date before upgrading BIND.
 
Code:
wget [url]ftp://ftp.isc.org/isc/bind9/9.3.3/bind-9.3.3.tar.gz[/url]
tar xzvf bind-9.3.3.tar.gz
cd bind-9.3.3
./configure
make
make install
(on CentOS 4.4 but which distro you use shouldn't make a whole lot of difference)
 
Thanks JTE,

I did exactly the above, and in the DirectAmdin control panel it's still shows the old version (9.2.4), but when I run "named -v" it says "BIND 9.3.3" so I think it's fine :)
 
Notice that "old" 9.2.4 version is stable and has no bug.
This is no need to change if you have this 9.2.4 version.

We have centos 4.4 with 9.2.4
 
Of course if you're running CentOS, you can just use the rpm version, and set up yum to update every night.

We do :) .

Jeff
 
Back
Top