Updated to Nmap-3.81

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4718 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
David Jensen 2005-07-13 01:00:36 +00:00
parent 52c44ebf98
commit dc913a5a6d
3 changed files with 11 additions and 5 deletions

View File

@ -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 "1b54c0608b36f6b3ac92d7d1b910738f">
<!ENTITY nmap-size "1.4 MB">
<!ENTITY nmap-buildsize "14.7 MB">
<!ENTITY nmap-time "0.35 SBU">
<!ENTITY nmap-md5sum "0713306dda85aee2c95ef31b4b7d2838">
<!ENTITY nmap-size "1.5 MB">
<!ENTITY nmap-buildsize "14.8 MB">
<!ENTITY nmap-time "0.4 SBU">
]>
<sect1 id="nmap" xreflabel="Nmap-&nmap-version;">
@ -74,6 +74,8 @@
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test-suite:</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>

View File

@ -227,7 +227,7 @@
<!-- Chapter 19 -->
<!ENTITY traceroute-version "1.4a12">
<!ENTITY nmap-version "3.75">
<!ENTITY nmap-version "3.81">
<!ENTITY whois-version "4.7.5">
<!ENTITY bind-version "9.3.1">
<!ENTITY ethereal-version "0.10.11">

View File

@ -24,6 +24,10 @@
<itemizedlist>
<listitem>
<para>July 12th, 2005 [djensen]: Updated to Nmap-3.81.</para>
</listitem>
<listitem>
<para>July 11th, 2005 [tushar]: Install static library and header in
PCI Utilities.</para>