Changeset 274c547 for networking


Ignore:
Timestamp:
08/27/2014 08:43:34 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
958e2ad
Parents:
fa668ec
Message:

Update to nmap-6.47.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14092 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/nmap.xml

    rfa668ec r274c547  
    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.