Changeset 8dcedec0 for networking


Ignore:
Timestamp:
10/04/2020 05:07:43 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
7199a09
Parents:
d400dce
Message:

librsvg-2.50.1
mercurial-5.5.2
nmap-7.90
ghostscript-9.53.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/nmap.xml

    rd400dce r8dcedec0  
    77  <!ENTITY nmap-download-http "http://nmap.org/dist/nmap-&nmap-version;.tar.bz2">
    88  <!ENTITY nmap-download-ftp  " ">
    9   <!ENTITY nmap-md5sum        "d37b75b06d1d40f27b76d60db420a1f5">
     9  <!ENTITY nmap-md5sum        "1664f728c1aecffebb1ccfd1e99e04e6">
    1010  <!ENTITY nmap-size          "10 MB">
    11   <!ENTITY nmap-buildsize     "119 MB (add 25 MB for tests)">
    12   <!ENTITY nmap-time          "0.9 SBU (add 0.1 SBU for tests)">
     11  <!ENTITY nmap-buildsize     "148 MB (add 25 MB for tests)">
     12  <!ENTITY nmap-time          "0.8 SBU (add 0.1 SBU for tests)">
    1313]>
    1414
     
    9797    <para role="optional">
    9898      <xref linkend="pygtk"/> (required for <command>zenmap</command>),
    99       <xref linkend="python2"/> (required for <command>ndiff</command>),
    100       <xref linkend="subversion"/> (required for
    101       <command>nmap-update</command>), and
     99      <xref linkend="python2"/> (required for <command>ndiff</command>), and
    102100      <xref linkend="libssh2"/>
    103101    </para>
     
    116114    </para>
    117115
    118 <screen><userinput>./configure --prefix=/usr --with-liblua=included &amp;&amp;
     116<screen><userinput>./configure --prefix=/usr &amp;&amp;
    119117make</userinput></screen>
    120118
     
    139137  </sect2>
    140138
     139<!-- nmap-7.90: everything seems ok without this switch
    141140  <sect2 role="commands">
    142141    <title>Command Explanations</title>
    143 
    144     <para>
    145       <parameter>--with-liblua=included</parameter>: This switch is
    146       required to fix compilation with <application>lua</application> 5.3.
    147     </para>
    148 
    149   </sect2>
     142    <para>
     143      <parameter>- -with-liblua=included</parameter>: This switch is
     144      required to fix compilation with <application>lua</application> 5.4.
     145    </para>
     146
     147  </sect2>
     148-->
    150149
    151150  <sect2 role="content">
     
    159158      <seglistitem>
    160159        <seg>
    161           ncat, ndiff, nmap, nmapfe, nmap-update, nping, uninstall_ndiff,
    162           uninstall_zenmap, xnmap and zenmap
     160          ncat, ndiff, nmap, nping, uninstall_ndiff, uninstall_zenmap,
     161          zenmap, and 2 symlinks to zenmap: nmapfe and xnmap
    163162        </seg>
    164163        <seg>
     
    215214      </varlistentry>
    216215
    217       <varlistentry id="nmapfe">
    218         <term><command>nmapfe</command></term>
    219         <listitem>
    220           <para>
    221             is a symbolic link to <command>zenmap</command>.
    222           </para>
    223           <indexterm zone="nmap nmapfe">
    224             <primary sortas="b-nmapfe">nmapfe</primary>
    225           </indexterm>
    226         </listitem>
    227       </varlistentry>
    228 
     216<!-- removed in 7.90, see CHANGELOG
    229217      <varlistentry id="nmap-update">
    230218        <term><command>nmap-update</command></term>
     
    238226        </listitem>
    239227      </varlistentry>
    240 
     228-->
    241229      <varlistentry id="nping">
    242230        <term><command>nping</command></term>
     
    276264      </varlistentry>
    277265
    278       <varlistentry id="xnmap">
    279         <term><command>xnmap</command></term>
    280         <listitem>
    281           <para>
    282             is a symbolic link to <command>zenmap</command>.
    283           </para>
    284           <indexterm zone="nmap xnmap">
    285             <primary sortas="f-xnmap">xnmap</primary>
    286           </indexterm>
    287         </listitem>
    288       </varlistentry>
    289 
    290266      <varlistentry id="zenmap">
    291267        <term><command>zenmap</command></term>
Note: See TracChangeset for help on using the changeset viewer.