Changeset a2fe8d47 for basicnet


Ignore:
Timestamp:
01/29/2005 03:21:48 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:
5fbff85
Parents:
99ae2916
Message:

Added patch from ISC to fix a vulnerability issue and bumped version entities to 9.3.0p1 in Bind instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/bind-utils.xml

    r99ae2916 ra2fe8d47  
    1212]>
    1313
    14 <sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;">
     14<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;p1">
    1515<sect1info>
    1616<othername>$LastChangedBy$</othername>
     
    1818</sect1info>
    1919<?dbhtml filename="bind-utils.html"?>
    20 <title>BIND Utilities-&bind-version;</title>
     20<title>BIND Utilities-&bind-version;p1</title>
     21<indexterm zone="bind-utils">
     22<primary sortas="a-BIND-Utilities">BIND Utilities</primary>
     23</indexterm>
    2124
    2225<sect2>
     
    4851</sect3>
    4952
     53<sect3><title>Additional downloads</title>
     54<itemizedlist spacing='compact'>
     55<listitem><para><ulink
     56url="ftp://ftp.isc.org/isc/bind9/9.3.0/&bind-version;-patch1"/></para>
     57</listitem>
     58</itemizedlist>
     59</sect3>
     60
    5061<sect3><title><application><acronym>BIND</acronym> Utilities</application>
    5162dependencies</title>
     
    6172Utilities</application></title>
    6273
    63 <para>Install
    64 <application><acronym>BIND</acronym> Utilities</application> by
     74<para>Install <application><acronym>BIND</acronym> Utilities</application> by
    6575running the following commands:</para>
    6676
    67 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     77<screen><userinput>patch -Np1 -i ../&bind-version;-patch1 &amp;&amp;
     78./configure --prefix=/usr &amp;&amp;
    6879make -C lib/dns &amp;&amp;
    6980make -C lib/isc &amp;&amp;
     
    7990<title>Command explanations</title>
    8091
     92<para><command>patch -Np1 -i ../&bind-version;-patch1</command>: There's a
     93vulnerability in the <acronym>DNS</acronym><acronym>SEC</acronym> code. See
     94<ulink url="http://www.kb.cert.org/vuls/id/938617"/>. The patch fixes the
     95bug.</para>
     96
    8197<para><command>make -C lib/...</command>: These commands build the
    8298libraries that are needed for the client programs.</para>
     
    90106<title>Contents</title>
    91107
    92 <para>The <application><acronym>BIND</acronym> Utilities</application> package
    93 contains <command>dig</command>, <command>host</command> and
    94 <command>nslookup</command>.</para>
     108<segmentedlist>
     109<segtitle>Installed Programs</segtitle>
     110<segtitle>Installed Libraries</segtitle>
     111<segtitle>Installed Directories</segtitle>
    95112
    96 </sect2>
     113<seglistitem>
     114<seg>dig, host and nslookup</seg>
     115<seg>None</seg>
     116<seg>None</seg>
     117</seglistitem>
     118</segmentedlist>
    97119
    98 <sect2>
    99 <title>Description</title>
    100 
     120<sect3><title>Short Descriptions</title>
    101121<para>See the program descriptions in the <xref linkend="bind"/>
    102122section.</para>
     123</sect3>
    103124
    104125</sect2>
Note: See TracChangeset for help on using the changeset viewer.