Changeset cda5541


Ignore:
Timestamp:
04/23/2024 04:36:01 PM (3 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
lazarus, trunk
Children:
aff00f6
Parents:
a7990a2
Message:

Update to nmap-7.95.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra7990a2 rcda5541  
    4242      <para>April 23rd, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to nmap-7.95. Fixes
     46          <ulink url="&blfs-ticket-root;19707">#19707</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[bdubbs] - Update to libxmlb-0.3.19. Fixes
  • networking/netutils/nmap.xml

    ra7990a2 rcda5541  
    77  <!ENTITY nmap-download-http "https://nmap.org/dist/nmap-&nmap-version;.tar.bz2">
    88  <!ENTITY nmap-download-ftp  " ">
    9   <!ENTITY nmap-md5sum        "4f65e08148d1eaac6b1a1482e7185e1d">
     9  <!ENTITY nmap-md5sum        "b481d293e53b20278d5370458da9a950">
    1010  <!ENTITY nmap-size          "11 MB">
    11   <!ENTITY nmap-buildsize     "138 MB (add 17 MB for tests)">
    12   <!ENTITY nmap-time          "0.3 SBU (Using parallelism=4; add 0.1 SBU for tests)">
     11  <!ENTITY nmap-buildsize     "116 MB (add 38 MB for tests)">
     12  <!ENTITY nmap-time          "0.4 SBU (Using parallelism=4; add 0.1 SBU for tests)">
    1313]>
    1414
     
    6767      </listitem>
    6868    </itemizedlist>
    69 
     69<!--
    7070    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7171    <itemizedlist spacing='compact'>
     
    7777      </listitem>
    7878    </itemizedlist>
    79 
     79-->
    8080    <bridgehead renderas="sect3">Nmap Dependencies</bridgehead>
    8181
     
    112112
    113113    <para>
    114       If and only if the recommended dependency
    115       <xref linkend='pcre2'/> is installed, apply a patch to allow building
    116       this package with system <xref linkend='pcre2'/> instead of an
    117       internal copy of the outdated PCRE1:
    118     </para>
    119 
    120     <screen><userinput>patch -Np1 -i ../nmap-&nmap-version;-pcre_2-1.patch</userinput></screen>
     114      First, if it is not already installed, add a needed Python module.
     115      As the &root; user:
     116    </para>
     117
     118<screen role="root"><userinput>pip3 install build</userinput></screen>
    121119
    122120    <para>
     
    149147
    150148  </sect2>
    151 
    152 <!-- nmap-7.90: everything seems ok without this switch
    153   <sect2 role="commands">
    154     <title>Command Explanations</title>
    155     <para>
    156       <parameter>- -with-liblua=included</parameter>: This switch is
    157       required to fix compilation with <application>lua</application> 5.4.
    158     </para>
    159 
    160   </sect2>
    161 -->
    162149
    163150  <sect2 role="content">
  • packages.ent

    ra7990a2 rcda5541  
    713713<!ENTITY network-manager-applet-minor "1.34">
    714714<!ENTITY network-manager-applet-version "&network-manager-applet-minor;.0">
    715 <!ENTITY nmap-version                 "7.94">
     715<!ENTITY nmap-version                 "7.95">
    716716<!ENTITY traceroute-version           "2.1.5">
    717717<!ENTITY whois-version                "5.4.3">
Note: See TracChangeset for help on using the changeset viewer.