mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to bind-9.3.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5899 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
df01b7a9c6
commit
df6a4c0c86
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY bind-download-http "http://gd.tuwien.ac.at/infosys/servers/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
|
||||
<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
|
||||
<!ENTITY bind-md5sum "9ff3204eea27184ea0722f37e43fc95d">
|
||||
<!ENTITY bind-size "4.6 MB">
|
||||
<!ENTITY bind-utils-buildsize "52.2 MB">
|
||||
<!ENTITY bind-md5sum "55e709501a7780233c36e25ccd15ece2">
|
||||
<!ENTITY bind-size "5.1 MB">
|
||||
<!ENTITY bind-utils-buildsize "52.6 MB">
|
||||
<!ENTITY bind-utils-time "0.6 SBU">
|
||||
]>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
<!ENTITY day "20"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "21"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "04"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2006">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "April &day;th, &year;">
|
||||
<!ENTITY releasedate "April &day;st, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|stable|testing|unstable|development] -->
|
||||
@ -295,7 +295,7 @@
|
||||
<!ENTITY traceroute-version "1.4a12">
|
||||
<!ENTITY nmap-version "4.01">
|
||||
<!ENTITY whois-version "4.7.13">
|
||||
<!ENTITY bind-version "9.3.1">
|
||||
<!ENTITY bind-version "9.3.2">
|
||||
<!ENTITY ethereal-version "0.10.14">
|
||||
|
||||
<!-- Chapter 20 -->
|
||||
|
@ -40,6 +40,15 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>April 21st, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to bind-9.3.2. Updated bind-utils
|
||||
also.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>April 20th, 2006</para>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY bind-download-http "http://gd.tuwien.ac.at/infosys/servers/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
|
||||
<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
|
||||
<!ENTITY bind-md5sum "9ff3204eea27184ea0722f37e43fc95d">
|
||||
<!ENTITY bind-size "4.6 MB">
|
||||
<!ENTITY bind-buildsize "71.3 MB">
|
||||
<!ENTITY bind-time "1.8 SBU (additional 11 minutes, processor independent, to run the complete test suite)">
|
||||
<!ENTITY bind-md5sum "55e709501a7780233c36e25ccd15ece2">
|
||||
<!ENTITY bind-size "5.1 MB">
|
||||
<!ENTITY bind-buildsize "76.2 MB">
|
||||
<!ENTITY bind-time "1.7 SBU (additional 11 minutes, processor independent, to run the complete test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="bind" xreflabel="BIND-&bind-version;">
|
||||
@ -70,9 +70,9 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional (to [Re]Build
|
||||
Documentation)</bridgehead>
|
||||
<para role="optional"><xref linkend="openjade"/>,
|
||||
<xref linkend="jadetex"/> and
|
||||
<xref linkend="docbook-dsssl"/></para>
|
||||
<para role="optional">
|
||||
<xref linkend="tex"/> and
|
||||
<xref linkend="libxslt"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/bind"/></para>
|
||||
@ -85,8 +85,7 @@
|
||||
<para>Install <application>BIND</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>sed -i -e "s/dsssl-stylesheets/&-&docbook-dsssl-version;/g" configure &&
|
||||
sed -i -e '247a #undef SO_BSDCOMPAT\n' lib/isc/unix/socket.c &&
|
||||
<screen><userinput>sed -i -e '247a #undef SO_BSDCOMPAT\n' lib/isc/unix/socket.c &&
|
||||
./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--enable-threads --with-libtool &&
|
||||
make</userinput></screen>
|
||||
@ -106,7 +105,7 @@ make</userinput></screen>
|
||||
|
||||
<screen role="root"><userinput>bin/tests/system/ifconfig.sh down</userinput></screen>
|
||||
|
||||
<para>Issue the following command to check that all 145 tests
|
||||
<para>Issue the following command to check that all 144 tests
|
||||
ran successfully:</para>
|
||||
|
||||
<screen><userinput>grep "R:PASS" check.log | wc -l</userinput></screen>
|
||||
@ -133,10 +132,6 @@ install -v -m644 \
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>sed -i -e ... configure</command>: This command forces
|
||||
<command>configure</command> to look for the DSSSL stylesheets in the
|
||||
standard BLFS location.</para>
|
||||
|
||||
<para><command>sed -i -e '247a #undef SO_BSDCOMPAT\n'
|
||||
lib/isc/unix/socket.c</command>: This command removes an obsolete reference
|
||||
so that the <application>bind</application> daemon does not generate
|
||||
|
Loading…
Reference in New Issue
Block a user