Changeset c7777adb


Ignore:
Timestamp:
12/07/2004 07:00:38 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
63389bd
Parents:
5fb8103d
Message:

Updated to Nmap-3.75

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/nmap.xml

    r5fb8103d rc7777adb  
    66
    77  <!ENTITY nmap-download-http "http://download.insecure.org/nmap/dist/nmap-&nmap-version;.tar.bz2">
    8   <!ENTITY nmap-download-ftp  " ">
     8  <!ENTITY nmap-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/nmap-&nmap-version;.tar.bz2">
    99  <!ENTITY nmap-size          "1.4 MB">
    10   <!ENTITY nmap-buildsize     "13.7 MB">
    11   <!ENTITY nmap-time          "0.41 SBU">
     10  <!ENTITY nmap-buildsize     "14.7 MB">
     11  <!ENTITY nmap-time          "0.35 SBU">
    1212]>
    1313
     
    2929<sect3><title>Package information</title>
    3030<itemizedlist spacing='compact'>
    31 <listitem><para>Download (HTTP): <ulink url="&nmap-download-http;"/></para></listitem>
    32 <listitem><para>Download (FTP): <ulink url="&nmap-download-ftp;"/></para></listitem>
     31<listitem><para>Download (HTTP):
     32<ulink url="&nmap-download-http;"/></para></listitem>
     33<listitem><para>Download (FTP):
     34<ulink url="&nmap-download-ftp;"/></para></listitem>
    3335<listitem><para>Download size: &nmap-size;</para></listitem>
    34 <listitem><para>Estimated Disk space required: &nmap-buildsize;</para></listitem>
    35 <listitem><para>Estimated build time: &nmap-time;</para></listitem></itemizedlist>
     36<listitem><para>Estimated disk space required:
     37&nmap-buildsize;</para></listitem>
     38<listitem><para>Estimated build time:
     39&nmap-time;</para></listitem></itemizedlist>
    3640</sect3>
    3741
    3842<sect3><title><application>Nmap</application> dependencies</title>
    3943<sect4><title>Optional</title>
    40 <para><xref linkend="openssl"/>, <xref linkend="pcre"/>,
    41 <xref linkend="GTK"/> (for building the graphical front-end) and
    42 <xref linkend="libpcap"/></para></sect4>
     44<para><xref linkend="openssl"/>,
     45<xref linkend="pcre"/>,
     46<xref linkend="GTK"/> (for building the graphical front-end) and
     47<xref linkend="libpcap"/></para>
     48</sect4>
    4349</sect3>
    4450
     
    7379
    7480<sect3><title>nmapfe</title>
    75 <para><command>nmapfe</command> is the graphical front end for
    76 nmap.</para></sect3>
     81<para><command>nmapfe</command> is the graphical front end to
     82<command>nmap</command>.</para></sect3>
    7783
    7884</sect2>
  • general.ent

    r5fb8103d rc7777adb  
    195195<!-- Chapter 19 -->               
    196196<!ENTITY traceroute-version           "1.4a12">
    197 <!ENTITY nmap-version                 "3.70"> 
     197<!ENTITY nmap-version                 "3.75"> 
    198198<!ENTITY whois-version                "4.6.21">
    199199<!ENTITY bind-version                 "9.3.0">
  • introduction/welcome/changelog.xml

    r5fb8103d rc7777adb  
    2626and desktop-file-utils download locations; added FTP download location to
    2727FontConfig, hicolor-icon-theme and shared-mime-info instructions; added DAG
    28 as an optional dependency to the libpcap instructions.</para></listitem>
     28as an optional dependency to the libpcap instructions; updated to
     29Nmap-3.75.</para></listitem>
    2930
    3031<listitem><para>December 5th, 2004 [igor]: Updated to
Note: See TracChangeset for help on using the changeset viewer.