Update to BIND-9.10.1-P2 and BIND Utilities-9.10.1-P2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15531 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2015-02-19 22:04:41 +00:00
parent 99aedadf2a
commit 5028753835
4 changed files with 23 additions and 21 deletions

View File

@ -48,9 +48,13 @@
<para>February 19th, 2015</para>
<itemizedlist>
<listitem>
<para>[pierre] - Update to gdk-pixbuf-2.31.2. Fixes
<ulink url="&blfs-ticket-root;5852">#5852.</para>
<para>[fernando] - Update to BIND-9.10.1-P2 and
BIND Utilities-9.10.1-P2. Fixes
<ulink url="&blfs-ticket-root;6161">#6161</ulink>.</para>
</listitem>
<listitem>
<para>[pierre] - Update to gdk-pixbuf-2.31.2. Fixes
<ulink url="&blfs-ticket-root;5852">#5852</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>

View File

@ -3,9 +3,9 @@
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY bind-download-http " ">
<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
<!ENTITY bind-md5sum "bdb9af9db9d389f8b8b3db6e0bc1bfee">
<!ENTITY bind-download-http " ">
<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
<!ENTITY bind-md5sum "2ca3474c5cefebbbeea32710b048cd1c">
<!ENTITY bind-size "8.0 MB">
<!ENTITY bind-utils-buildsize "109 MB">
<!ENTITY bind-utils-time "0.6 SBU">

View File

@ -354,7 +354,7 @@
<!-- Chapter 16 -->
<!ENTITY avahi-version "0.6.31">
<!ENTITY bind-version "9.10.1-P1">
<!ENTITY bind-version "9.10.1-P2">
<!ENTITY mod_dnssd-version "0.6">
<!ENTITY NetworkManager-version "1.0.0">
<!ENTITY nmap-version "6.47">

View File

@ -5,12 +5,11 @@
%general-entities;
<!ENTITY bind-download-http " ">
<!ENTITY bind-download-ftp
"ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
<!ENTITY bind-md5sum "bdb9af9db9d389f8b8b3db6e0bc1bfee">
<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
<!ENTITY bind-md5sum "2ca3474c5cefebbbeea32710b048cd1c">
<!ENTITY bind-size "8.0 MB">
<!ENTITY bind-buildsize "102 MB (additional 49 MB to run the test suite)">
<!ENTITY bind-time "1.0 SBU (additional 21 minutes, processor independent, to run the complete test suite)">
<!ENTITY bind-buildsize "102 MB (additional 43 MB to run the test suite)">
<!ENTITY bind-time "1.1 SBU (additional 16 minutes, processor independent, to run the complete test suite)">
]>
<sect1 id="bind" xreflabel="BIND-&bind-version;">
@ -113,13 +112,6 @@
<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
<para>If you wish to run the test suite, remove some tests that fail:</para>
<screen><userinput>sed -e 's/ecdsa //' \
-e 's/tsiggss //' \
-e 's/xfer //' \
-i bin/tests/system/conf.sh.in</userinput></screen>
<para>Install <application>BIND</application> by running the
following commands:</para>
@ -143,6 +135,12 @@ make</userinput></screen>
<screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
<para>As an unprivileged user, remove some tests that fail:</para>
<screen><userinput>sed -e 's/ecdsa //' \
-e 's/tsiggss //' \
-i bin/tests/system/conf.sh</userinput></screen>
<para>Now run the test suite as an unprivileged user:</para>
<screen><userinput>make check</userinput></screen>
@ -169,8 +167,8 @@ install -v -m644 \
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed ... bin/tests/system/conf.sh.in</command>:
This command removes tests that fail (some for unknown reasons).</para>
<para><command>sed ... bin/tests/system/conf.sh</command>: This command
removes tests that fail (some for unknown reasons).</para>
<para><parameter>--sysconfdir=/etc</parameter>: This parameter forces
<application>BIND</application> to look for configuration
@ -279,7 +277,7 @@ sed '/conf/d;/^#/!d;s:^# ::' /etc/rndc.conf > /srv/named/etc/named.conf</userinp
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat &gt;&gt; /srv/named/etc/named.conf &lt;&lt; "EOF"
<literal>options {
directory "/etc/namedb";
directory "/srv/named/etc/namedb";
pid-file "/var/run/named.pid";
statistics-file "/var/run/named.stats";