Author: pierre
Date: Sat Sep 26 10:44:19 2015
New Revision: 16470

Log:
Update to bind-9.10.3 and tag

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netutils/bind-utils.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/server/major/bind.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Sep 26 09:18:35 
2015        (r16469)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Sep 26 10:44:19 
2015        (r16470)
@@ -45,6 +45,16 @@
 -->
 
     <listitem>
+      <para>September 26th, 2015</para>
+      <itemizedlist>
+        <listitem>
+          <para>[pierre] - Update to bind-9.10.3. Fixes
+          <ulink url="&blfs-ticket-root;6937">#6937</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>September 25th, 2015</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/networking/netutils/bind-utils.xml
==============================================================================
--- trunk/BOOK/networking/netutils/bind-utils.xml       Sat Sep 26 09:18:35 
2015        (r16469)
+++ trunk/BOOK/networking/netutils/bind-utils.xml       Sat Sep 26 10:44:19 
2015        (r16470)
@@ -5,9 +5,9 @@
   %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          "8b1f5064837756c938eadc1537dec5c7">
+  <!ENTITY bind-md5sum          "d8cbf04a62a139a841d4bf878087a555">
   <!ENTITY bind-size            "8.1 MB">
-  <!ENTITY bind-utils-buildsize "159 MB">
+  <!ENTITY bind-utils-buildsize "157 MB">
   <!ENTITY bind-utils-time      "0.5 SBU">
 ]>
 

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sat Sep 26 09:18:35 2015        (r16469)
+++ trunk/BOOK/packages.ent     Sat Sep 26 10:44:19 2015        (r16470)
@@ -363,7 +363,7 @@
 
 <!-- Chapter 16 -->
 <!ENTITY avahi-version                "0.6.31">
-<!ENTITY bind-version                 "9.10.2-P4">
+<!ENTITY bind-version                 "9.10.3">
 <!ENTITY mod_dnssd-version            "0.6">
 <!ENTITY NetworkManager-version       "1.0.6">
 <!ENTITY nmap-version                 "6.47">

Modified: trunk/BOOK/server/major/bind.xml
==============================================================================
--- trunk/BOOK/server/major/bind.xml    Sat Sep 26 09:18:35 2015        (r16469)
+++ trunk/BOOK/server/major/bind.xml    Sat Sep 26 10:44:19 2015        (r16470)
@@ -6,10 +6,10 @@
 
   <!ENTITY bind-download-http " ">
   <!ENTITY bind-download-ftp  
"ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz";>
-  <!ENTITY bind-md5sum        "8b1f5064837756c938eadc1537dec5c7">
+  <!ENTITY bind-md5sum        "d8cbf04a62a139a841d4bf878087a555">
   <!ENTITY bind-size          "8.1 MB">
-  <!ENTITY bind-buildsize     "137 MB (additional 63 MB for the test suite)">
-  <!ENTITY bind-time          "0.9 SBU (additional 24+ minutes, processor 
independent, to run the complete test suite)">
+  <!ENTITY bind-buildsize     "137 MB (additional 60 MB for the test suite)">
+  <!ENTITY bind-time          "0.8 SBU (additional 24+ minutes, processor 
independent, to run the complete test suite)">
 ]>
 
 <sect1 id="bind" xreflabel="BIND-&bind-version;">
@@ -33,7 +33,7 @@
     and client utilities. If you are only interested in the utilities, refer
     to the <xref linkend="bind-utils"/>.</para>
 
-    &lfs77_checked; &gcc5_checked;
+    &lfs78_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -136,8 +136,9 @@
 
 <screen role="root"><userinput>bin/tests/system/ifconfig.sh 
up</userinput></screen>
 
-    <para>The test suite may indicate some failures depending on installed
-    optional dependencies and what configuration options are used.
+    <para>The test suite may indicate some skipped tests depending on
+    what configuration options are used. Some tests are marked <quote>UNTESTED
+    </quote> if <xref linkend="perl-net-dns"/> is not installed.
     To run the tests, as an unprivileged user, execute:</para>
 
 <screen><userinput>make -k check</userinput></screen>
@@ -178,6 +179,10 @@
     <para><parameter>--with-randomdev=/dev/urandom</parameter>: This parameter
     specifes a non-blocking random device for use with digital 
signatures.</para>
 
+    <para><option>--enable-fetchlimit</option>: Use this option if you want
+    to be able to limit the the rate of recursive client queries. This may be
+    useful on servers which receive a large number of queries.</para>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to