Update to bind-9.10.3 and tag

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16470 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2015-09-26 17:44:19 +00:00
parent 0b789c7cc7
commit ec898c72bd
4 changed files with 24 additions and 9 deletions

View File

@ -44,6 +44,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>

View File

@ -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">
]>

View File

@ -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">

View File

@ -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 @@ make</userinput></screen>
<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 @@ install -v -m644 doc/misc/{dnssec,ipv6,migrat*,options,rfc-compliance,roadmap
<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"/>