Author: bdubbs Date: 2005-12-18 18:34:29 -0700 (Sun, 18 Dec 2005) New Revision: 5447
Modified: trunk/BOOK/basicnet/netutils/nmap.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/server/major/bind.xml Log: Update nmap to versiona 3.95; Add sed to bind to prevent erroneous log messages Modified: trunk/BOOK/basicnet/netutils/nmap.xml =================================================================== --- trunk/BOOK/basicnet/netutils/nmap.xml 2005-12-19 00:50:34 UTC (rev 5446) +++ trunk/BOOK/basicnet/netutils/nmap.xml 2005-12-19 01:34:29 UTC (rev 5447) @@ -6,10 +6,10 @@ <!ENTITY nmap-download-http "http://download.insecure.org/nmap/dist/nmap-&nmap-version;.tar.bz2"> <!ENTITY nmap-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/nmap-&nmap-version;.tar.bz2"> - <!ENTITY nmap-md5sum "0713306dda85aee2c95ef31b4b7d2838"> - <!ENTITY nmap-size "1.5 MB"> - <!ENTITY nmap-buildsize "14.8 MB"> - <!ENTITY nmap-time "0.4 SBU"> + <!ENTITY nmap-md5sum "a16e9d7f7912af7c93faa794bd63b6d1"> + <!ENTITY nmap-size "1.8 MB"> + <!ENTITY nmap-buildsize "18.9 MB"> + <!ENTITY nmap-time "0.5 SBU"> ]> <sect1 id="nmap" xreflabel="Nmap-&nmap-version;"> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-12-19 00:50:34 UTC (rev 5446) +++ trunk/BOOK/general.ent 2005-12-19 01:34:29 UTC (rev 5447) @@ -268,7 +268,7 @@ <!-- Chapter 19 --> <!ENTITY traceroute-version "1.4a12"> -<!ENTITY nmap-version "3.81"> +<!ENTITY nmap-version "3.95"> <!ENTITY whois-version "4.7.10"> <!ENTITY bind-version "9.3.1"> <!ENTITY ethereal-version "0.10.13"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2005-12-19 00:50:34 UTC (rev 5446) +++ trunk/BOOK/introduction/welcome/changelog.xml 2005-12-19 01:34:29 UTC (rev 5447) @@ -45,6 +45,13 @@ <para>December 19th, 2005</para> <itemizedlist> <listitem> + <para>[bdubbs] - Updated to nmap-3.95.</para> + </listitem> + <listitem> + <para>[bdubbs] - Added sed to bind to prevent invalid + warnings in the log.</para> + </listitem> + <listitem> <para>[randy] - Updated to Samba-3.0.20b.</para> </listitem> </itemizedlist> Modified: trunk/BOOK/server/major/bind.xml =================================================================== --- trunk/BOOK/server/major/bind.xml 2005-12-19 00:50:34 UTC (rev 5446) +++ trunk/BOOK/server/major/bind.xml 2005-12-19 01:34:29 UTC (rev 5447) @@ -83,6 +83,7 @@ following commands:</para> <screen><userinput>sed -i -e "s/dsssl-stylesheets/&-&docbook-dsssl-version;/g" configure && +sed -i -e '247a #undef SO_BSDCOMPAT\n' lib/isc/unix/socket.c && ./configure --prefix=/usr --sysconfdir=/etc \ --enable-threads --with-libtool && make</userinput></screen> @@ -133,6 +134,11 @@ <command>configure</command> to look for the DSSSL stylesheets in the standard BLFS location.</para> + <para><command>sed -i -e '247a #undef SO_BSDCOMPAT\n' + lib/isc/unix/socket.c</command>: This command removes an obsolete reference + so that the <application>bind</application> daemon does not generate + messages about it in the log.</para> + <para><parameter>--sysconfdir=/etc</parameter>: This parameter forces <application>BIND</application> to look for configuration files in <filename class='directory'>/etc</filename> instead of -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
