Changeset 98a83b1 for server/major


Ignore:
Timestamp:
06/18/2020 10:09:30 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
087639a
Parents:
c9194c7
Message:

Update to bind-9.16.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    rc9194c7 r98a83b1  
    77  <!ENTITY bind-download-http " ">
    88  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.xz">
    9   <!ENTITY bind-md5sum        "2b207d5699d7acb0a2e997b7cd53d9c2">
    10   <!ENTITY bind-size          "4.3 MB">
    11   <!ENTITY bind-buildsize     "103 MB (25 MB installed)">
    12   <!ENTITY bind-time          "0.9 SBU (with parallelism=4; add 34+ minutes, processor independent, to run the complete test suite)">
     9  <!ENTITY bind-md5sum        "35c9ac52b75232e9e6b96265bebca616">
     10  <!ENTITY bind-size          "3.3 MB">
     11  <!ENTITY bind-buildsize     "106 MB (22 MB installed)">
     12  <!ENTITY bind-time          "0.8 SBU (with parallelism=4; add 34+ minutes, processor independent, to run the complete test suite)">
    1313]>
    1414
     
    7171      </listitem>
    7272    </itemizedlist>
    73 <!--
    74     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    75     <itemizedlist spacing='compact'>
    76       <listitem>
    77         <para>
    78           Optional patch (if net-tools is not installed): <ulink
    79           url="&patch-root;/bind-&bind-version;-use_iproute2-1.patch"/>
    80         </para>
    81       </listitem>
    82     </itemizedlist>
    83 -->
     73
    8474    <bridgehead renderas="sect3">BIND Dependencies</bridgehead>
    8575
     
    116106    <para role="optional">
    117107      <xref linkend="perl-net-dns"/>
    118 <!-- and
    119       <xref linkend="net-tools"/> (you may omit net-tools by using the optional
    120       patch to utilize iproute2, but the IPv6 tests will fail)
    121 -->
    122108    </para>
    123109
     
    136122  <sect2 role="installation">
    137123    <title>Installation of BIND</title>
    138 <!--
    139     <para>
    140       If you have chosen not to install net-tools, apply the iproute2
    141       patch with the following command:
    142     </para>
    143 
    144 <screen><userinput>patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch</userinput></screen>
    145 -->
    146124
    147125    <para>
     
    205183    </para>
    206184
    207 <screen role="root"><userinput>make install &amp;&amp;
    208 
    209 install -v -m755 -d /usr/share/doc/bind-&bind-version;/arm &amp;&amp;
    210 install -v -m644    doc/arm/*.html \
    211                     /usr/share/doc/bind-&bind-version;/arm</userinput></screen>
     185<screen role="root"><userinput>make install</userinput></screen>
    212186  </sect2>
    213187
    214 <!-- Documentation is an issue - make doc fails - some docbook problem
    215 install -v -m644    doc/misc/{dnssec,ipv6,migrat*,options,rfc-compliance,roadmap,sdb} \
    216                     /usr/share/doc/bind-&bind-version;/misc</userinput></screen>
     188<!-- Documentation is an issue - The docs are now all in .rst format and appear
     189to be sphinx based.
    217190-->
    218191
     
    227200    </para>
    228201
    229     <!-- No longer available as of 9.14.2
    230     <para>
    231       <parameter>- -enable-threads</parameter>: This parameter enables
    232       multi-threading capability.
    233     </para>
    234     -->
    235 
    236202    <para>
    237203      <parameter>--with-libtool</parameter>: This parameter forces the
     
    246212    </para>
    247213
    248 <!-- no longer available
    249     <para>
    250       <parameter>- -with-randomdev=/dev/urandom</parameter>: This parameter
    251       specifes a non-blocking random device for use with digital signatures.
    252     </para>
    253 -->
    254214    <para>
    255215      <option>--enable-fetchlimit</option>: Use this option if you want
     
    274234      href="../../xincludes/static-libraries.xml"/>
    275235
    276     <para>
    277       <command>cd doc; install ...</command>: These commands install
    278       additional package documentation. Omit any or all of these commands if
    279       desired.
    280     </para>
    281236  </sect2>
    282237
     
    583538        You can see almost instantaneous results with the named caching
    584539        lookups. Consult the <application>BIND</application> Administrator
    585         Reference Manual located at <filename>doc/arm/Bv9ARM.html</filename>
    586         in the package source tree, for further configuration options.
     540        Reference Manual located at
     541        <ulink url="https://kb.isc.org/docs/bind-916-administrative-reference-manual"/>
     542        for further configuration options.
    587543      </para>
    588544
Note: See TracChangeset for help on using the changeset viewer.