Changeset 44703919


Ignore:
Timestamp:
09/05/2014 01:24:05 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-11177
Children:
7adb4a7
Parents:
58a07d7
Message:

Merged nmap update from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14198 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r58a07d7 r44703919  
    155155          <para>[fernando] - Update to LVM2.2.02.110. Fixes
    156156          <ulink url="&blfs-ticket-root;5435">#5435</ulink></para>
     157        </listitem>
     158        <listitem>
     159          <para>[igor] - Update to nmap-6.47. Fixes
     160          <ulink url="&blfs-ticket-root;5417">#5417</ulink>.</para>
    157161        </listitem>
    158162      </itemizedlist>
  • networking/netutils/nmap.xml

    r58a07d7 r44703919  
    88<!--  <!ENTITY nmap-download-ftp  "&gentoo-ftp-repo;/nmap-&nmap-version;.tar.bz2">-->
    99  <!ENTITY nmap-download-ftp  " ">
    10   <!ENTITY nmap-md5sum        "5a36ad3a63d5b7ea5514f745a397436a">
    11   <!ENTITY nmap-size          "7.6 MB">
    12   <!ENTITY nmap-buildsize     "105 MB (additional 1 MB for the tests)">
    13   <!ENTITY nmap-time          "0.7 SBU (additional 4.3 SBU for the tests)">
     10  <!ENTITY nmap-md5sum        "edfe81f6763223c0a29bfa15a8526e2a">
     11  <!ENTITY nmap-size          "7.5 MB">
     12  <!ENTITY nmap-buildsize     "133 MB (additional 1 MB for the tests)">
     13  <!ENTITY nmap-time          "1.3 SBU (additional 0.1 SBU for the tests)">
    1414]>
    1515
     
    5656      <listitem>
    5757        <para>Estimated build time: &nmap-time;</para>
    58       </listitem>
    59     </itemizedlist>
    60 
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    62     <itemizedlist spacing="compact">
    63       <listitem>
    64         <para>
    65           Optional patch:
    66           <ulink url="&patch-root;/nmap-&nmap-version;-fix_tests-1.patch"/>
    67         </para>
    6858      </listitem>
    6959    </itemizedlist>
     
    112102    </note>
    113103
    114     <para>If you wish to run the test suite, run the following command:</para>
    115 
    116 <screen><userinput>patch -Np1 -i ../nmap-&nmap-version;-fix_tests-1.patch</userinput></screen>
    117 
    118104    <para>Install <application>Nmap</application> by running the following
    119105    commands:</para>
     
    121107<screen><userinput>./configure --prefix=/usr &amp;&amp;
    122108make -j1</userinput></screen>
     109
     110    <para>If you wish to run the test suite, run the following command:</para>
     111
     112<screen><userinput>sed -i 's/lib./lib/' zenmap/test/run_tests.py</userinput></screen>
    123113
    124114    <para>To test the results, issue: <command>make check</command> as the
Note: See TracChangeset for help on using the changeset viewer.