Author: bdubbs
Date: Wed Feb 12 13:11:53 2014
New Revision: 12693
Log:
Update to bind-9.9.5
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/major/bind.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Tue Feb 11 14:13:09 2014 (r12692)
+++ trunk/BOOK/general.ent Wed Feb 12 13:11:53 2014 (r12693)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "11"> <!-- Always 2 digits -->
+<!ENTITY day "12"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2014">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "February 11th, &year;">
+<!ENTITY releasedate "February 12th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
@@ -451,7 +451,7 @@
<!-- Chapter 16 -->
<!ENTITY avahi-version "0.6.31">
-<!ENTITY bind-version "9.9.4-P2">
+<!ENTITY bind-version "9.9.5">
<!ENTITY mod_dnssd-version "0.6">
<!ENTITY NetworkManager-version "0.9.8.8">
<!ENTITY nmap-version "6.40">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Tue Feb 11 14:13:09
2014 (r12692)
+++ trunk/BOOK/introduction/welcome/changelog.xml Wed Feb 12 13:11:53
2014 (r12693)
@@ -45,6 +45,16 @@
-->
<listitem>
+ <para>February 12th, 2014</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to bind-9.9.5. Fixes
+ <ulink url="&blfs-ticket-root;4635">#4635</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>February 11th, 2014</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/server/major/bind.xml
==============================================================================
--- trunk/BOOK/server/major/bind.xml Tue Feb 11 14:13:09 2014 (r12692)
+++ trunk/BOOK/server/major/bind.xml Wed Feb 12 13:11:53 2014 (r12693)
@@ -7,10 +7,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 "aa8e351e3e28d148e1717f8a0361d191">
- <!ENTITY bind-size "7.2 MB">
- <!ENTITY bind-buildsize "119 MB (additional 34 MB to run the test
suite)">
- <!ENTITY bind-time "1.9 SBU (additional 15 minutes, processor
+ <!ENTITY bind-md5sum "e676c65cad5234617ee22f48e328c24e">
+ <!ENTITY bind-size "7.4 MB">
+ <!ENTITY bind-buildsize "119 MB (additional 35 MB to run the test
suite)">
+ <!ENTITY bind-time "0.9 SBU (additional 17 minutes, processor
independent, to run the complete test suite)">
]>
@@ -123,7 +123,8 @@
--mandir=/usr/share/man \
--enable-threads \
--with-libtool \
- --disable-static &&
+ --disable-static \
+ --with-randomdev=/dev/urandom &&
make</userinput></screen>
<para>Issue the following commands to run the complete suite of tests.
@@ -175,6 +176,9 @@
building of dynamic libraries and links the installed binaries to these
libraries.</para>
+ <para><parameter>--with-randomdev=/dev/urandom</parameter>: This parameter
+ specifes a non-blocking random device for use with digital
signatures.</para>
+
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page