# # 14-Apr-06 amo D/L latest bind-9.3.2 # 17-Mar-07 amo D/L latest bind-9.3.4, reverified 8.4.7 # 07-Mar-08 amo D/L latest bind-9.4.2.tar.gz # 13-May-08 amo D/L latest bind-9.4.3b1.tar.gz bind-9.5.0rc1.tar.gz # # # # Version # ------- # named -v # # named-checkzone linux-consulting.com /etc/DNS/ZX/linux.zx # named-checkconf -t /etc/DNS named.dnsf.conf # # # openssl version # # http://ftp.isc.org/isc/bind/src/DEPRECATED/4.9.9/bind-4.9.9-REL.tar.gz # http://ftp.isc.org/isc/bind/src/4.9.9/bind-4.9.9-REL.tar.gz # http://ftp.isc.org/isc/bind/src/8.4.7/bind-src.tar.gz http://ftp.isc.org/isc/bind/src/8.4.7/bind-doc.tar.gz http://ftp.isc.org/isc/bind/src/8.4.7/bind-contrib.tar.gz # http://ftp.isc.org/isc/bind9/9.3.2/bind-9.3.2.tar.gz # wget http://ftp.isc.org/isc/bind/src/8.4.7/bind-src.tar.gz wget http://ftp.isc.org/isc/bind/src/8.4.7/bind-contrib.tar.gz wget http://ftp.isc.org/isc/bind/src/8.4.7/bind-doc.tar.gz # wget http://ftp.isc.org/isc/bind9/9.3.3/bind-9.3.3.tar.gz wget http://ftp.isc.org/isc/bind9/9.3.4/bind-9.3.4.tar.gz # wget http://ftp.isc.org/isc/bind9/9.4.2/bind-9.4.2.tar.gz # wget http://ftp.isc.org/isc/bind9/9.4.3b1/bind-9.4.3b1.tar.gz # wget http://ftp.isc.org/isc/bind9/9.5.0rc1/bind-9.5.0rc1.tar.gz # # wget http://ftp.isc.org/isc/bind9/9.4.2/bind-9.4.2.tar.gz mv /usr/sbin/named /usr/sbin/named.Slack-12 mv /usr/sbin/named-checkconf /usr/sbin/named-checkconf.Slack-12 mv /usr/sbin/named-checkzone /usr/sbin/named-checkzone.Slack-12 mv /usr/sbin/nscd /usr/sbin/nscd.Slack-12 mv /usr/sbin/dnssec-keygen /usr/sbin/dnssec-keygen.Slack-12 mv /usr/sbin/dnssec-signzone /usr/sbin/dnssec-signzone.Slack-12 mv /usr/bin/dig /usr/bin/dig.Slack-12 mv /usr/bin/host /usr/bin/host.Slack-12 mv /usr/sbin/lwresd /usr/sbin/lwresd-9.3.4 mv /usr/bin/nslookup /usr/bin/nslookup.Slack-12 mv /usr/bin/nsupdate /usr/bin/nsupdate.Slack-12 mv /usr/sbin/rndc /usr/sbin/rndc.Slack-12 mv /usr/sbin/rndc-confgen /usr/sbin/rndc-confgen.Slack-12 # # # # 13-May-08 amo Install 9.4.3 on dnsf2 # cd /usr/local/src tar zxvfp bind-9.4.3b1.tar.gz cd bind-9.4.3 # # # # # use the new openssl lib to get around openssl exploit # # ./configure --with-openssl=/usr/local/ssl # # # ./configure make # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING Your OpenSSL crypto library may be vulnerable to WARNING WARNING one or more of the the following known security WARNING WARNING flaws: WARNING WARNING WARNING WARNING CAN-2002-0659, CAN-2006-4339, CVE-2006-2937 and WARNING WARNING CVE-2006-2940. WARNING WARNING WARNING WARNING It is recommended that you upgrade to OpenSSL WARNING WARNING version 0.9.8d/0.9.7l (or greater). WARNING WARNING WARNING WARNING You can disable this warning by specifying: WARNING WARNING WARNING WARNING --disable-openssl-version-check WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING # # # ===================================================================================== # # 07-Mar-08 amo Install 9.4.2 # slackware-12 BIND 9.4.1-P1 named -v # tar zxpvf /opt/SrcCD/Bind/bind-9.4.2.tar.gz cd /usr/local/src/bind-9.4.2 ./configure make # # # # 17-Mar-07 amo Install 9.3.4 # dnsf# ( slackware-10.0 has bind-9.2.6 ) # - need newer bind-9.3.4 # - need newer openssl-0.9.8d or 0.9.7l or newer # # cd /usr/local/src/bind-9.3.4 ./configure # Found OPENSSL_VERSION_NUMBER 0x0090704f # Require OPENSSL_VERSION_NUMBER 0x009070cf or greater (0.9.7l) # Require OPENSSL_VERSION_NUMBER 0x0090804f or greater (0.9.8d) # # # confirmed as 9.7d from slack patches # http://www.slackware.com/security/viewer.php?l=slackware-security&y=2006&m=slackware-security.605306 # # manually installed openssl-0.9.8e ( with "shared" libs ) # --------------------------------- # # ./configure --with-openssl=/usr/local/ssl # make clean make # /usr/local/sbin/named,host,dig,rnd,nslookup # # # End of file