Ignore:
Timestamp:
05/27/2012 10:58:55 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
325113f
Parents:
ba3346d4
Message:

Update to bind-9.9.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10250 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    rba3346d4 ra87a374  
    88  <!ENTITY bind-download-ftp
    99  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    10   <!ENTITY bind-md5sum "afa41f8203d50bedad65071f9b6f96d7">
    11   <!ENTITY bind-size "8.1 MB">
    12   <!ENTITY bind-buildsize "260 MB">
    13   <!ENTITY bind-time "1.7 SBU (additional 13 minutes, processor independent, to
     10  <!ENTITY bind-md5sum "9281d0b04f711d28153ba1ab04a54026">
     11  <!ENTITY bind-size "6.8 MB">
     12  <!ENTITY bind-buildsize "141 MB">
     13  <!ENTITY bind-time "1.9 SBU (additional 13 minutes, processor independent, to
    1414  run the complete test suite)">
    1515]>
     
    7272
    7373    <bridgehead renderas="sect4">Optional</bridgehead>
    74     <para role="optional"><xref linkend="openssl"/></para>
     74    <para role="optional">
     75      <xref linkend="openssl"/>
     76    </para>
    7577
    7678    <bridgehead renderas="sect4">Optional (to run the test suite)</bridgehead>
    77     <para role="optional"><xref linkend="perl-net-dns"/> and
    78     <xref linkend="net-tools"/> (you may omit net-tools by using the optional
    79     patch to utilize iproute2, but the IPv6 tests will fail)</para>
    80 
    81     <bridgehead renderas="sect4">Optional (to rebuild the
    82     documentation)</bridgehead>
    83     <para role="optional"><!--<xref linkend="tetex"/> or-->
    84     <xref linkend="texlive"/>, and
    85     <xref linkend="libxslt"/></para>
     79    <para role="optional">
     80      <xref linkend="perl-net-dns"/> and
     81      <xref linkend="net-tools"/> (you may omit net-tools by using the optional
     82      patch to utilize iproute2, but the IPv6 tests will fail)
     83    </para>
     84
     85    <bridgehead renderas="sect4">Optional (to rebuild the documentation)</bridgehead>
     86    <para role="optional">
     87      <xref linkend="doxygen"/>,
     88      <xref linkend="texlive"/>, and
     89      <xref linkend="libxslt"/>
     90    </para>
    8691
    8792    <para condition="html" role="usernotes">User Notes:
     
    98103<screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
    99104
     105<!--
    100106    <para>If you want to <command>configure</command>
    101107    <application>BIND</application> with the option
    102     <option>--disable-static</option> fix a bug in one of the Makefiles:</para>
    103     <!-- this is a bug in bind-9.8.1 that wasn't in bind-9.8.0 -->
     108    <option>- -disable-static</option> fix a bug in one of the Makefiles:</para>
     109    <!- - this is a bug in bind-9.8.1 that wasn't in bind-9.8.0 - ->
    104110
    105111<screen><userinput>sed -i 's# driver.o# .libs/driver.o#' bin/tests/system/dlzexternal/Makefile.in</userinput></screen>
    106 
     112-->
    107113    <para>Install <application>BIND</application> by running the
    108114    following commands:</para>
    109115
    110 <screen><userinput>./configure --prefix=/usr \
    111             --sysconfdir=/etc \
    112             --localstatedir=/var \
     116<screen><userinput>./configure --prefix=/usr           \
     117            --sysconfdir=/etc       \
     118            --localstatedir=/var    \
    113119            --mandir=/usr/share/man \
    114             --enable-threads \
    115             --with-libtool &amp;&amp;
     120            --enable-threads        \
     121            --with-libtool          &amp;&amp;
    116122make</userinput></screen>
    117123
     
    131137<screen role="root"><userinput>bin/tests/system/ifconfig.sh down</userinput></screen>
    132138
    133     <para>Issue the following command to check that all 148 tests
     139    <para>Issue the following command to check that all 179 tests
    134140    ran successfully:</para>
    135141
     
    140146
    141147<screen role="root"><userinput>make install &amp;&amp;
    142 chmod 755 /usr/lib/lib{bind9,isc{,cc,cfg},lwres,dns}.so.*.?.? &amp;&amp;
     148chmod -v 0755 /usr/lib/lib{bind9,isc{,cc,cfg},lwres,dns}.so.*.?.? &amp;&amp;
    143149
    144150cd doc &amp;&amp;
    145 install -v -d -m755 /usr/share/doc/bind-&bind-version;/{arm,draft,misc,rfc} &amp;&amp;
    146 install -v -m644 arm/*.html \
     151install -v -d -m755 /usr/share/doc/bind-&bind-version;/{arm,misc} &amp;&amp;
     152install -v -m644 doc/arm/*.html \
    147153    /usr/share/doc/bind-&bind-version;/arm &amp;&amp;
    148 install -v -m644 draft/*.txt \
    149     /usr/share/doc/bind-&bind-version;/draft &amp;&amp;
    150 install -v -m644 rfc/* \
    151     /usr/share/doc/bind-&bind-version;/rfc &amp;&amp;
    152154install -v -m644 \
    153155    misc/{dnssec,ipv6,migrat*,options,rfc-compliance,roadmap,sdb} \
Note: See TracChangeset for help on using the changeset viewer.