Changeset 64868e0


Ignore:
Timestamp:
12/19/2005 01:34:29 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
3a3b19b
Parents:
214b9ac
Message:

Update nmap to versiona 3.95; Add sed to bind to prevent erroneous log messages

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/nmap.xml

    r214b9ac r64868e0  
    77  <!ENTITY nmap-download-http "http://download.insecure.org/nmap/dist/nmap-&nmap-version;.tar.bz2">
    88  <!ENTITY nmap-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/nmap-&nmap-version;.tar.bz2">
    9   <!ENTITY nmap-md5sum        "0713306dda85aee2c95ef31b4b7d2838">
    10   <!ENTITY nmap-size          "1.5 MB">
    11   <!ENTITY nmap-buildsize     "14.8 MB">
    12   <!ENTITY nmap-time          "0.4 SBU">
     9  <!ENTITY nmap-md5sum        "a16e9d7f7912af7c93faa794bd63b6d1">
     10  <!ENTITY nmap-size          "1.8 MB">
     11  <!ENTITY nmap-buildsize     "18.9 MB">
     12  <!ENTITY nmap-time          "0.5 SBU">
    1313]>
    1414
  • general.ent

    r214b9ac r64868e0  
    269269<!-- Chapter 19 -->
    270270<!ENTITY traceroute-version           "1.4a12">
    271 <!ENTITY nmap-version                 "3.81">
     271<!ENTITY nmap-version                 "3.95">
    272272<!ENTITY whois-version                "4.7.10">
    273273<!ENTITY bind-version                 "9.3.1">
  • introduction/welcome/changelog.xml

    r214b9ac r64868e0  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated to nmap-3.95.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[bdubbs] - Added sed to bind to prevent invalid
     52          warnings in the log.</para>
     53        </listitem>
     54        <listitem>
    4855          <para>[randy] - Updated to Samba-3.0.20b.</para>
    4956        </listitem>
  • server/major/bind.xml

    r214b9ac r64868e0  
    8484
    8585<screen><userinput>sed -i -e "s/dsssl-stylesheets/&amp;-&docbook-dsssl-version;/g" configure &amp;&amp;
     86sed -i -e '247a #undef SO_BSDCOMPAT\n' lib/isc/unix/socket.c &amp;&amp;
    8687./configure --prefix=/usr --sysconfdir=/etc \
    8788    --enable-threads --with-libtool &amp;&amp;
     
    133134    <command>configure</command> to look for the DSSSL stylesheets in the
    134135    standard BLFS location.</para>
     136
     137    <para><command>sed -i -e '247a #undef SO_BSDCOMPAT\n'
     138    lib/isc/unix/socket.c</command>: This command removes an obsolete reference
     139    so that the <application>bind</application> daemon does not generate
     140    messages about it in the log.</para>
    135141
    136142    <para><parameter>--sysconfdir=/etc</parameter>: This parameter forces
Note: See TracChangeset for help on using the changeset viewer.