mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Update to BIND-9.10.1-P2 and BIND Utilities-9.10.1-P2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15531 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
99aedadf2a
commit
5028753835
@ -48,9 +48,13 @@
|
|||||||
<para>February 19th, 2015</para>
|
<para>February 19th, 2015</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[pierre] - Update to gdk-pixbuf-2.31.2. Fixes
|
<para>[fernando] - Update to BIND-9.10.1-P2 and
|
||||||
<ulink url="&blfs-ticket-root;5852">#5852.</para>
|
BIND Utilities-9.10.1-P2. Fixes
|
||||||
|
<ulink url="&blfs-ticket-root;6161">#6161</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[pierre] - Update to gdk-pixbuf-2.31.2. Fixes
|
||||||
|
<ulink url="&blfs-ticket-root;5852">#5852</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
<!ENTITY bind-download-http " ">
|
<!ENTITY bind-download-http " ">
|
||||||
<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
|
<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
|
||||||
<!ENTITY bind-md5sum "bdb9af9db9d389f8b8b3db6e0bc1bfee">
|
<!ENTITY bind-md5sum "2ca3474c5cefebbbeea32710b048cd1c">
|
||||||
<!ENTITY bind-size "8.0 MB">
|
<!ENTITY bind-size "8.0 MB">
|
||||||
<!ENTITY bind-utils-buildsize "109 MB">
|
<!ENTITY bind-utils-buildsize "109 MB">
|
||||||
<!ENTITY bind-utils-time "0.6 SBU">
|
<!ENTITY bind-utils-time "0.6 SBU">
|
||||||
|
@ -354,7 +354,7 @@
|
|||||||
|
|
||||||
<!-- Chapter 16 -->
|
<!-- Chapter 16 -->
|
||||||
<!ENTITY avahi-version "0.6.31">
|
<!ENTITY avahi-version "0.6.31">
|
||||||
<!ENTITY bind-version "9.10.1-P1">
|
<!ENTITY bind-version "9.10.1-P2">
|
||||||
<!ENTITY mod_dnssd-version "0.6">
|
<!ENTITY mod_dnssd-version "0.6">
|
||||||
<!ENTITY NetworkManager-version "1.0.0">
|
<!ENTITY NetworkManager-version "1.0.0">
|
||||||
<!ENTITY nmap-version "6.47">
|
<!ENTITY nmap-version "6.47">
|
||||||
|
@ -5,12 +5,11 @@
|
|||||||
%general-entities;
|
%general-entities;
|
||||||
|
|
||||||
<!ENTITY bind-download-http " ">
|
<!ENTITY bind-download-http " ">
|
||||||
<!ENTITY bind-download-ftp
|
<!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
|
||||||
"ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
|
<!ENTITY bind-md5sum "2ca3474c5cefebbbeea32710b048cd1c">
|
||||||
<!ENTITY bind-md5sum "bdb9af9db9d389f8b8b3db6e0bc1bfee">
|
|
||||||
<!ENTITY bind-size "8.0 MB">
|
<!ENTITY bind-size "8.0 MB">
|
||||||
<!ENTITY bind-buildsize "102 MB (additional 49 MB to run the test suite)">
|
<!ENTITY bind-buildsize "102 MB (additional 43 MB to run the test suite)">
|
||||||
<!ENTITY bind-time "1.0 SBU (additional 21 minutes, processor independent, to run the complete test suite)">
|
<!ENTITY bind-time "1.1 SBU (additional 16 minutes, processor independent, to run the complete test suite)">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="bind" xreflabel="BIND-&bind-version;">
|
<sect1 id="bind" xreflabel="BIND-&bind-version;">
|
||||||
@ -113,13 +112,6 @@
|
|||||||
|
|
||||||
<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
|
<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
|
||||||
|
|
||||||
<para>If you wish to run the test suite, remove some tests that fail:</para>
|
|
||||||
|
|
||||||
<screen><userinput>sed -e 's/ecdsa //' \
|
|
||||||
-e 's/tsiggss //' \
|
|
||||||
-e 's/xfer //' \
|
|
||||||
-i bin/tests/system/conf.sh.in</userinput></screen>
|
|
||||||
|
|
||||||
<para>Install <application>BIND</application> by running the
|
<para>Install <application>BIND</application> by running the
|
||||||
following commands:</para>
|
following commands:</para>
|
||||||
|
|
||||||
@ -143,6 +135,12 @@ make</userinput></screen>
|
|||||||
|
|
||||||
<screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
|
<screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
|
||||||
|
|
||||||
|
<para>As an unprivileged user, remove some tests that fail:</para>
|
||||||
|
|
||||||
|
<screen><userinput>sed -e 's/ecdsa //' \
|
||||||
|
-e 's/tsiggss //' \
|
||||||
|
-i bin/tests/system/conf.sh</userinput></screen>
|
||||||
|
|
||||||
<para>Now run the test suite as an unprivileged user:</para>
|
<para>Now run the test suite as an unprivileged user:</para>
|
||||||
|
|
||||||
<screen><userinput>make check</userinput></screen>
|
<screen><userinput>make check</userinput></screen>
|
||||||
@ -169,8 +167,8 @@ install -v -m644 \
|
|||||||
<sect2 role="commands">
|
<sect2 role="commands">
|
||||||
<title>Command Explanations</title>
|
<title>Command Explanations</title>
|
||||||
|
|
||||||
<para><command>sed ... bin/tests/system/conf.sh.in</command>:
|
<para><command>sed ... bin/tests/system/conf.sh</command>: This command
|
||||||
This command removes tests that fail (some for unknown reasons).</para>
|
removes tests that fail (some for unknown reasons).</para>
|
||||||
|
|
||||||
<para><parameter>--sysconfdir=/etc</parameter>: This parameter forces
|
<para><parameter>--sysconfdir=/etc</parameter>: This parameter forces
|
||||||
<application>BIND</application> to look for configuration
|
<application>BIND</application> to look for configuration
|
||||||
@ -279,7 +277,7 @@ sed '/conf/d;/^#/!d;s:^# ::' /etc/rndc.conf > /srv/named/etc/named.conf</userinp
|
|||||||
|
|
||||||
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat >> /srv/named/etc/named.conf << "EOF"
|
<screen role="root"><?dbfo keep-together="auto"?><userinput>cat >> /srv/named/etc/named.conf << "EOF"
|
||||||
<literal>options {
|
<literal>options {
|
||||||
directory "/etc/namedb";
|
directory "/srv/named/etc/namedb";
|
||||||
pid-file "/var/run/named.pid";
|
pid-file "/var/run/named.pid";
|
||||||
statistics-file "/var/run/named.stats";
|
statistics-file "/var/run/named.stats";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user