Changeset b1478b35 for networking


Ignore:
Timestamp:
11/20/2015 06:17:07 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
66dadf9
Parents:
791e3e7d
Message:
  • Update to babl-0.1.14. Fix library name.
  • Gimp-2.8.14: fix build.
  • Update to harfbuzz-1.1.0.
  • Update to nmap-7.00. Builds with -j8.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/nmap.xml

    r791e3e7d rb1478b35  
    88<!--  <!ENTITY nmap-download-ftp  "&gentoo-ftp-repo;/nmap-&nmap-version;.tar.bz2">-->
    99  <!ENTITY nmap-download-ftp  " ">
    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)">
     10  <!ENTITY nmap-md5sum        "6cdf5d03cc3294b99d69dfca83f2f2ee">
     11  <!ENTITY nmap-size          "8.6 MB">
     12  <!ENTITY nmap-buildsize     "160 MB (with tests)">
     13  <!ENTITY nmap-time          "0.8 SBU (with tests)">
    1414]>
    1515
     
    9696    <title>Installation of Nmap</title>
    9797
    98     <note>
    99       <para>
    100         This package does not support parallel build.
    101       </para>
    102     </note>
    103 
    10498    <para>Install <application>Nmap</application> by running the following
    10599    commands:</para>
    106100
    107101<screen><userinput>./configure --prefix=/usr --with-liblua=included &amp;&amp;
    108 make -j1</userinput></screen>
     102make</userinput></screen>
    109103
    110104    <para>If you wish to run the test suite, run the following command:</para>
     
    140134      <seglistitem>
    141135        <seg>
    142           ncat, ndiff, nmap, nmapfe, nmap-update, nping, uninstall_zenmap,
    143           xnmap and zenmap
     136          ncat, ndiff, nmap, nmapfe, nmap-update, nping, uninstall_ndiff,
     137          uninstall_zenmap, xnmap and zenmap
    144138        </seg>
    145139<!--    <seg>/usr/lib/python&python2-version;/site-packages/</seg>-->
     
    149143        <seg>
    150144          /usr/lib/python&python2-majorver;/site-packages/{radialnet,zenmapCore,zenmapGUI},
    151           /usr/share/ncat, /usr/share/nmap and /usr/share/zenmap
     145          and /usr/share/{ncat,nmap,zenmap}
    152146        </seg>
    153147      </seglistitem>
     
    225219      </varlistentry>
    226220
     221      <varlistentry id="uninstall_ndiff">
     222        <term><command>uninstall_ndiff</command></term>
     223        <listitem>
     224          <para>
     225             is a Python script to uninstall <command>ndiff</command>.
     226          </para>
     227          <indexterm zone="nmap uninstall_ndiff">
     228            <primary sortas="b-uninstall_ndiff">uninstall_ndiff</primary>
     229          </indexterm>
     230        </listitem>
     231      </varlistentry>
     232
    227233      <varlistentry id="uninstall_zenmap">
    228234        <term><command>uninstall_zenmap</command></term>
Note: See TracChangeset for help on using the changeset viewer.