mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Update to bind-9.9.5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12693 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
8bd6989dc8
commit
d1ce445799
@ -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 @@ export -f as_root</userinput></screen>
|
||||
|
||||
<!-- 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">
|
||||
|
@ -44,6 +44,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>
|
||||
|
@ -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 @@ install -v -m644 \
|
||||
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"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user