Changeset 17262820 for networking


Ignore:
Timestamp:
11/07/2011 07:11:39 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
386872c
Parents:
90811a2
Message:

Update to nmap-5.51.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/nmap.xml

    r90811a2 r17262820  
    77  <!ENTITY nmap-download-http "&sources-anduin-http;/n/nmap-&nmap-version;.tar.bz2">
    88  <!ENTITY nmap-download-ftp  "&gentoo-ftp-repo;/nmap-&nmap-version;.tar.bz2">
    9   <!ENTITY nmap-md5sum        "ea50419f99472200c4184a304e3831ea">
    10   <!ENTITY nmap-size          "2.1 MB">
    11   <!ENTITY nmap-buildsize     "21 MB">
    12   <!ENTITY nmap-time          "0.3 SBU">
     9  <!ENTITY nmap-md5sum        "0b80d2cb92ace5ebba8095a4c2850275">
     10  <!ENTITY nmap-size          "16.1 MB">
     11  <!ENTITY nmap-buildsize     "102 MB">
     12  <!ENTITY nmap-time          "0.7 SBU">
    1313]>
    1414
     
    3333    and security auditing. It supports ping scanning, port scanning and
    3434    TCP/IP fingerprinting.</para>
     35
     36    &lfs70_checked;
    3537
    3638    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6264    <xref linkend="pcre"/>,
    6365    <xref linkend="libpcap"/>,
    64     <xref linkend="gtk2"/> (for building the graphical front-end), and
     66    <xref linkend="gtk2"/> (run time dependency), and
    6567    <ulink url="http://sourceforge.net/projects/libdnet/">libdnet</ulink></para>
    6668
     
    9698
    9799      <seglistitem>
    98         <seg>nmap and optionally, nmapfe and xnmap</seg>
    99         <seg>None</seg>
     100        <seg>ncat, ndiff, nmap, nmapfe, nping, uninstall_zenmap, xnmap, and zenmap</seg>
     101        <seg>/usr/lib/python&python2-version;/site-packages/</seg>
    100102        <seg>/usr/share/nmap</seg>
    101103      </seglistitem>
     
    107109      <?dbhtml list-presentation="table"?>
    108110
     111      <varlistentry id="ncat">
     112        <term><command>ncat</command></term>
     113        <listitem>
     114          <para>is a utility for reading and writing data across networks from
     115          the command line.</para>
     116          <indexterm zone="nmap ncat">
     117            <primary sortas="b-ncat">ncat</primary>
     118          </indexterm>
     119        </listitem>
     120      </varlistentry>
     121
     122      <varlistentry id="ndiff">
     123        <term><command>ndiff</command></term>
     124        <listitem>
     125          <para>is a tool to aid in the comparison of Nmap scans.</para>
     126          <indexterm zone="nmap ndiff">
     127            <primary sortas="b-ndiff">ndiff</primary>
     128          </indexterm>
     129        </listitem>
     130      </varlistentry>
     131
    109132      <varlistentry id="nmap-prog">
    110133        <term><command>nmap</command></term>
    111134        <listitem>
    112135          <para>is a utility for network exploration and security auditing. It
    113           supports ping scanning, port scanning and
    114           TCP/IP fingerprinting.</para>
     136          supports ping scanning, port scanning and TCP/IP
     137          fingerprinting.</para>
    115138          <indexterm zone="nmap nmap-prog">
    116139            <primary sortas="b-nmap">nmap</primary>
     
    122145        <term><command>nmapfe</command></term>
    123146        <listitem>
    124           <para>is the graphical front end to <command>nmap</command>.</para>
     147          <para>is a symbolic link to <command>zenmap.</command>.</para>
    125148          <indexterm zone="nmap nmapfe">
    126149            <primary sortas="b-nmapfe">nmapfe</primary>
     
    132155        <term><command>xnmap</command></term>
    133156        <listitem>
    134           <para>is a symbolic link to <command>nmapfe</command>.</para>
     157          <para>is a symbolic link to <command>zenmap.</command>.</para>
    135158          <indexterm zone="nmap xnmap">
    136159            <primary sortas="f-xnmap">xnmap</primary>
     160          </indexterm>
     161        </listitem>
     162      </varlistentry>
     163
     164      <varlistentry id="zenmap">
     165        <term><command>zenmap</command></term>
     166        <listitem>
     167          <para>is a Python based graphical nmap frontend viewer.
     168          <xref linkend='gtk2'/> is a required run time dependency.</para>
     169          <indexterm zone="nmap zenmap">
     170            <primary sortas="f-zenmap">zenmap</primary>
    137171          </indexterm>
    138172        </listitem>
Note: See TracChangeset for help on using the changeset viewer.