Author: randy Date: 2007-07-17 18:43:34 -0600 (Tue, 17 Jul 2007) New Revision: 6914
Modified: trunk/BOOK/basicnet/netutils/nmap.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Nmap-4.20 Modified: trunk/BOOK/basicnet/netutils/nmap.xml =================================================================== --- trunk/BOOK/basicnet/netutils/nmap.xml 2007-07-17 21:18:42 UTC (rev 6913) +++ trunk/BOOK/basicnet/netutils/nmap.xml 2007-07-18 00:43:34 UTC (rev 6914) @@ -4,24 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!-- Inserted as a reminder to do this. The mention of a test suite - is usually right before the root user installation commands. Please - delete these 12 (including one blank) lines after you are done.--> - - <!-- Use one of the two mentions below about a test suite, - delete the line that is not applicable. Of course, if the - test suite uses syntax other than "make check", revise the - line to reflect the actual syntax to run the test suite --> - - <!-- <para>This package does not come with a test suite.</para> --> - <!-- <para>To test the results, issue: <command>make check</command>.</para> --> - <!ENTITY nmap-download-http "http://download.insecure.org/nmap/dist/nmap-&nmap-version;.tar.bz2"> <!ENTITY nmap-download-ftp "&gentoo-ftp-repo;/nmap-&nmap-version;.tar.bz2"> - <!ENTITY nmap-md5sum "d2b841e97d81d0fac20d18cbeddfa54a"> - <!ENTITY nmap-size "2.0 MB"> - <!ENTITY nmap-buildsize "21.7 MB"> - <!ENTITY nmap-time "0.5 SBU"> + <!ENTITY nmap-md5sum "ea50419f99472200c4184a304e3831ea"> + <!ENTITY nmap-size "2.1 MB"> + <!ENTITY nmap-buildsize "21 MB"> + <!ENTITY nmap-time "0.3 SBU"> ]> <sect1 id="nmap" xreflabel="Nmap-&nmap-version;"> @@ -41,8 +29,8 @@ <sect2 role="package"> <title>Introduction to Nmap</title> - <para><application>Nmap</application> is a utility for network exploration and - security auditing. It supports ping scanning, port scanning and + <para><application>Nmap</application> is a utility for network exploration + and security auditing. It supports ping scanning, port scanning and TCP/IP fingerprinting.</para> <bridgehead renderas="sect3">Package Information</bridgehead> @@ -72,8 +60,9 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"><xref linkend="openssl"/>, <xref linkend="pcre"/>, - <xref linkend="gtk2"/> (for building the graphical front-end) and - <xref linkend="libpcap"/></para> + <xref linkend="libpcap"/>, + <xref linkend="gtk2"/> (for building the graphical front-end), and + <ulink url="http://sourceforge.net/projects/libdnet/">libdnet</ulink></para> <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/nmap"/></para> @@ -89,7 +78,7 @@ <screen><userinput>./configure --prefix=/usr && make</userinput></screen> - <para>This package does not come with a test-suite:</para> + <para>This package does not come with a test suite.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> @@ -103,12 +92,12 @@ <segmentedlist> <segtitle>Installed Programs</segtitle> <segtitle>Installed Libraries</segtitle> - <segtitle>Installed Directories</segtitle> + <segtitle>Installed Directory</segtitle> <seglistitem> - <seg>nmap and optionally, nmapfe</seg> + <seg>nmap and optionally, nmapfe and xnmap</seg> <seg>None</seg> - <seg>/usr/share/applications and /usr/share/nmap</seg> + <seg>/usr/share/nmap</seg> </seglistitem> </segmentedlist> @@ -139,6 +128,16 @@ </listitem> </varlistentry> + <varlistentry id="xnmap"> + <term><command>xnmap</command></term> + <listitem> + <para>is a symbolic link to <command>nmapfe</command>.</para> + <indexterm zone="nmap xnmap"> + <primary sortas="f-xnmap">xnmap</primary> + </indexterm> + </listitem> + </varlistentry> + </variablelist> </sect2> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-07-17 21:18:42 UTC (rev 6913) +++ trunk/BOOK/general.ent 2007-07-18 00:43:34 UTC (rev 6914) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "17"> <!-- Always 2 digits --> +<!ENTITY day "18"> <!-- Always 2 digits --> <!ENTITY month "07"> <!-- Always 2 digits --> <!ENTITY year "2007"> <!ENTITY version "svn-&year;&month;&day;"> @@ -332,7 +332,7 @@ <!-- Chapter 19 --> <!ENTITY traceroute-version "1.4a12"> -<!ENTITY nmap-version "4.03"> +<!ENTITY nmap-version "4.20"> <!ENTITY whois-version "4.7.21"> <!ENTITY bind-version "9.3.3"> <!ENTITY wireshark-version "0.99.6"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-07-17 21:18:42 UTC (rev 6913) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-07-18 00:43:34 UTC (rev 6914) @@ -42,6 +42,15 @@ --> <listitem> + <para>July 18th, 2007</para> + <itemizedlist> + <listitem> + <para>[randy] - Updated to Nmap-4.20.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>July 17th, 2007</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
