Ignore:
Timestamp:
08/18/2022 07:48:23 PM (21 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
f0505850
Parents:
cae94da
Message:

Update bind- and bind-utils-9.18.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    rcae94da r002d2dc  
    99  <!ENTITY bind-md5sum        "d30ac638f74a9aa5da2f54c4f16ccd81">
    1010  <!ENTITY bind-size          "4.9 MB">
    11   <!ENTITY bind-buildsize     "137 MB (26 MB installed)">
    12   <!ENTITY bind-time          "0.4 SBU (with parallelism=4; add 30+ minutes, somewhat processor independent, to run the complete test suite)">
     11  <!ENTITY bind-buildsize     "81 MB (13 MB installed)"><!-- differs much from prev maybe because of docs? -->
     12  <!ENTITY bind-time          "0.4 SBU (with parallelism=4; about 7 SBU somewhat processor independent, to run the complete test suite)">
    1313]>
    1414
     
    104104      <ulink url="https://github.com/cjheath/geoip">geoip</ulink>,
    105105      <ulink url="https://docs.pytest.org/en/stable/">pytest</ulink>,
    106       <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>, and
     106      <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> (required to build documentation), and
    107107      <ulink url="&w3m-url;">w3m</ulink>
    108108    </para>
     
    122122    </para>
    123123
     124<!-- docs are now all sphinx based
    124125    <bridgehead renderas="sect4">Optional (to rebuild the documentation)</bridgehead>
    125126    <para role="optional">
     
    128129      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
    129130    </para>
     131-->
    130132
    131133    <para condition="html" role="usernotes">User Notes:
     
    179181      The test suite may indicate some skipped tests depending on
    180182      what configuration options are used. Some tests are marked
    181       <quote>UNTESTED</quote> if <xref linkend="perl-net-dns"/> is not
    182       installed. <!--One test, <quote>CPU</quote>, is known to fail.-->
     183      <quote>UNTESTED</quote> or does even fail if <xref linkend="perl-net-dns"/>
     184      is not installed. <!--One test, <quote>CPU</quote>, is known to fail.-->
    183185      To run the tests, as an unprivileged user, execute:
    184186    </para>
     
    201203<!-- Documentation is an issue - The docs are now all in .rst format and appear
    202204to be sphinx based. install source .rst files for now...
    203 -->
     205
     206leave docs untouched as they does only use disk space when not
     207used to recreate the docs via Sphinx. I've added a note regarding
     208the documentation. (thomas)
    204209
    205210<screen role="root"><userinput>make install &amp;&amp;
    206211
    207 install -vdm 644 /usr/share/doc/bind-&bind-version;/{arm,dnssec-guide} &amp;&amp;
     212install -vdm 755 /usr/share/doc/bind-&bind-version;/{arm,dnssec-guide} &amp;&amp;
    208213install doc/arm/* /usr/share/doc/bind-&bind-version;/arm               &amp;&amp;
    209214install doc/dnssec-guide/* /usr/share/doc/bind-&bind-version;/dnssec-guide</userinput></screen>
     215-->
     216<screen role="root"><userinput>make install</userinput></screen>
     217
    210218  </sect2>
    211219
     
    474482        <command>dig</command> utility. A current copy of root.hints can be
    475483        obtained from <ulink url="https://www.internic.net/domain/named.root"/>.
    476         For details, consult the "BIND 9 Administrator Reference Manual",
    477         included in every source archive of BIND 9 distributed by ISC, in HTML,
    478         epub and PDF formats, also available at <ulink
    479         url="https://downloads.isc.org/isc/bind9/&bind-version;/doc/arm/html/">
    480         BIND 9 Administrator Reference Manual</ulink>.
     484        For details, consult the "BIND 9 Administrator Reference Manual".
    481485      </para>
    482486
     
    560564        You can see almost instantaneous results with the named caching
    561565        lookups. Consult the <application>BIND</application> Administrator
    562         Reference Manual located at
    563         <ulink url="https://downloads.isc.org/isc/bind9/&bind-version;/doc/arm/html/"/>
    564         for further configuration options.
     566        Reference Manual (see below) for further configuration options.
    565567      </para>
    566568
     
    569571  </sect2>
    570572
     573  <sect2>
     574    <title>Administrator Reference Manual (ARM)</title>
     575   
     576    <para>
     577      The ARM documentation (do not confuse with the processor architecture)
     578      is included in the source package. The documentation is in .rst
     579      format which means, it can be converted in human readable formats
     580      if <ulink url="http://sphinx-doc.org/">Sphinx</ulink> is
     581      installed. As time of writing, sphinx is not included in
     582      the BLFS book and therefore, the instructions above do not
     583      install the docs.
     584    </para>
     585     
     586    <para>
     587      When <application>BIND</application> is set up, especially when
     588      to operate in a real live scenario, it is <emphasis>highly</emphasis>
     589      recommended to consult the ARM documentation. ISC provides an
     590      updated set of excellent documentation along with every release
     591      so it can be easily be viewed and/or downloaded - so there is
     592      no excuse to not read the docs. The formats ISC provides are PDF,
     593      epub and html at <ulink url="https://downloads.isc.org/isc/bind9/&bind-version;/doc/arm/"/>.
     594    </para>
     595  </sect2>
     596 
    571597  <sect2 role="content">
    572598    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.