source: basicnet/netutils/bind-utils.xml@ a2fe8d47

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
Last change on this file since a2fe8d47 was a2fe8d47, checked in by Randy McMurchy <randy@…>, 19 years ago

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

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY bind-download-http "http://gd.tuwien.ac.at/infosys/servers/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
8 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
9 <!ENTITY bind-size "4.6 MB">
10 <!ENTITY bind-utils-buildsize "52.2 MB">
11 <!ENTITY bind-utils-time "0.65 SBU">
12]>
13
14<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;p1">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="bind-utils.html"?>
20<title>BIND Utilities-&bind-version;p1</title>
21<indexterm zone="bind-utils">
22<primary sortas="a-BIND-Utilities">BIND Utilities</primary>
23</indexterm>
24
25<sect2>
26<title>Introduction to <application><acronym>BIND</acronym>
27Utilities</application></title>
28
29<para><application><acronym>BIND</acronym> Utilities</application> is not a
30separate package, it is a collection of the client side programs that are
31included with <application><xref linkend="bind"/></application>. The
32<application><acronym>BIND</acronym></application> package includes the client
33side programs <command>nslookup</command>, <command>dig</command> and
34<command>host</command>. If you install <application><acronym>BIND</acronym>
35</application> server, these programs will be installed automatically. This
36section is for those users who don't need the complete
37<application><acronym>BIND</acronym></application> server, but need these
38client side applications.</para>
39
40<sect3><title>Package information</title>
41<itemizedlist spacing='compact'>
42<listitem><para>Download (HTTP): <ulink
43url="&bind-download-http;"/></para></listitem>
44<listitem><para>Download (FTP): <ulink
45url="&bind-download-ftp;"/></para></listitem>
46<listitem><para>Download size: &bind-size;</para></listitem>
47<listitem><para>Estimated disk space required:
48&bind-utils-buildsize;</para></listitem>
49<listitem><para>Estimated build time:
50&bind-utils-time;</para></listitem></itemizedlist>
51</sect3>
52
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
61<sect3><title><application><acronym>BIND</acronym> Utilities</application>
62dependencies</title>
63<sect4><title>Optional</title>
64<para><xref linkend="openssl"/></para>
65</sect4>
66</sect3>
67
68</sect2>
69
70<sect2>
71<title>Installation of <application><acronym>BIND</acronym>
72Utilities</application></title>
73
74<para>Install <application><acronym>BIND</acronym> Utilities</application> by
75running the following commands:</para>
76
77<screen><userinput>patch -Np1 -i ../&bind-version;-patch1 &amp;&amp;
78./configure --prefix=/usr &amp;&amp;
79make -C lib/dns &amp;&amp;
80make -C lib/isc &amp;&amp;
81make -C lib/bind9 &amp;&amp;
82make -C lib/isccfg &amp;&amp;
83make -C lib/lwres &amp;&amp;
84make -C bin/dig &amp;&amp;
85make -C bin/dig install</userinput></screen>
86
87</sect2>
88
89<sect2>
90<title>Command explanations</title>
91
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
97<para><command>make -C lib/...</command>: These commands build the
98libraries that are needed for the client programs.</para>
99
100<para><command>make -C bin/dig</command>: This command builds the
101client programs.</para>
102
103</sect2>
104
105<sect2>
106<title>Contents</title>
107
108<segmentedlist>
109<segtitle>Installed Programs</segtitle>
110<segtitle>Installed Libraries</segtitle>
111<segtitle>Installed Directories</segtitle>
112
113<seglistitem>
114<seg>dig, host and nslookup</seg>
115<seg>None</seg>
116<seg>None</seg>
117</seglistitem>
118</segmentedlist>
119
120<sect3><title>Short Descriptions</title>
121<para>See the program descriptions in the <xref linkend="bind"/>
122section.</para>
123</sect3>
124
125</sect2>
126
127</sect1>
128
Note: See TracBrowser for help on using the repository browser.