Upgrade bind-9.13.1 & bind-utils-9.13.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20223 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Thomas Trepl 2018-07-07 05:59:02 +00:00
parent 94bb565309
commit 269f619db1
5 changed files with 24 additions and 12 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "06"> <!-- Always 2 digits -->
<!ENTITY day "07"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2018">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "July 6th, &year;">
<!ENTITY releasedate "July 7th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -41,6 +41,16 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>July 07th, 2018</para>
<itemizedlist>
<listitem>
<para>[thomas] - Update to bind-9.13.1. Fixes
<ulink url="&blfs-ticket-root;10872">#10872</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>July 06th, 2018</para>
<itemizedlist>

View File

@ -6,8 +6,8 @@
<!ENTITY bind-download-http " ">
<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
<!ENTITY bind-md5sum "16298b171be0e31bddbe6ffe37cfd40c">
<!ENTITY bind-size "7.4 MB">
<!ENTITY bind-md5sum "579b5a7e04470ef66f2901dc2a4beab6">
<!ENTITY bind-size "8.4 MB">
<!ENTITY bind-utils-buildsize "125 MB">
<!ENTITY bind-utils-time "0.6 SBU">
]>

View File

@ -451,7 +451,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!-- Chapter 16 -->
<!ENTITY avahi-version "0.7">
<!ENTITY bind-minor-version "9.13">
<!ENTITY bind-version "&bind-minor-version;.0">
<!ENTITY bind-version "&bind-minor-version;.1">
<!ENTITY mod_dnssd-version "0.6">
<!ENTITY NetworkManager-version "1.10.8">
<!ENTITY nmap-version "7.70">

View File

@ -6,8 +6,8 @@
<!ENTITY bind-download-http " ">
<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
<!ENTITY bind-md5sum "16298b171be0e31bddbe6ffe37cfd40c">
<!ENTITY bind-size "9.6 MB">
<!ENTITY bind-md5sum "579b5a7e04470ef66f2901dc2a4beab6">
<!ENTITY bind-size "8.4 MB">
<!ENTITY bind-buildsize "103 MB (add 12 MB for tests)">
<!ENTITY bind-time "0.8 SBU (with parallelism=4; add 30+ minutes, processor independent, to run the complete test suite)">
]>
@ -56,7 +56,7 @@
<para>Estimated build time: &bind-time;</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
@ -65,7 +65,7 @@
url="&patch-root;/bind-&bind-version;-use_iproute2-1.patch"/></para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">BIND Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
@ -87,9 +87,11 @@
<bridgehead renderas="sect4">Optional (to run the test suite)</bridgehead>
<para role="optional">
<xref linkend="perl-net-dns"/> and
<xref linkend="perl-net-dns"/>
<!-- and
<xref linkend="net-tools"/> (you may omit net-tools by using the optional
patch to utilize iproute2, but the IPv6 tests will fail)
-->
</para>
<bridgehead renderas="sect4">Optional (to rebuild the documentation)</bridgehead>
@ -106,12 +108,12 @@
<sect2 role="installation">
<title>Installation of BIND</title>
<!--
<para>If you have chosen not to install net-tools, apply the iproute2
patch with the following command:</para>
<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
-->
<para>Install <application>BIND</application> by running the
following commands:</para>