Ignore:
Timestamp:
01/31/2016 06:49:17 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
d19fb65
Parents:
957e8a3d
Message:

Merge Section V. from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16885 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/unbound.xml

    r957e8a3d r2df08064  
    77  <!ENTITY unbound-download-http "http://www.unbound.net/downloads/unbound-&unbound-version;.tar.gz">
    88  <!ENTITY unbound-download-ftp  " ">
    9   <!ENTITY unbound-md5sum        "f85853baad15adc7ce8acefe6cda4cf8">
    10   <!ENTITY unbound-size          "4.6 MB">
    11   <!ENTITY unbound-buildsize     "90 MB (with HTML documentation)">
    12   <!ENTITY unbound-time          "0.5 SBU (Add 0.2 SBU for tests)">
     9  <!ENTITY unbound-md5sum        "a1253cbbb339dbca03404dcc58365d71">
     10  <!ENTITY unbound-size          "4.7 MB">
     11  <!ENTITY unbound-buildsize     "47 MB (with tests)">
     12  <!ENTITY unbound-time          "0.7 SBU (with tests)">
    1313]>
    1414
     
    3838    </para>
    3939
    40     &lfs77_checked;
     40    &lfs78_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8787    <para role="optional">
    8888      <xref linkend="libevent"/>,
     89      <xref linkend="nettle"/>,
    8990      <xref linkend="python2"/>,
    9091      <xref linkend="swig"/> (for Python bindings),
    91       <xref linkend="doxygen"/> (for html documentation), and
    92       <ulink url="http://dnstap.info/">dnstap</ulink>
     92      <xref linkend="doxygen"/> (for html documentation),
     93      <!--<ulink url="http://sourceforge.net/projects/expat/">expat</ulink>, installed by LFS. -->
     94      <ulink url="http://dnstap.info/">dnstap</ulink>, and
     95      <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink> (for
     96      Python bindings documentation)
    9397    </para>
    9498
     
    123127
    124128    <para>
    125       If you have <xref linkend="doxygen"/> package installed and want to build 
     129      If you have <xref linkend="doxygen"/> package installed and want to build
    126130      html documentation, run the following command:
    127131    </para>
     
    155159
    156160    <para>
    157       <option>--with-libevent</option>: This switch enables libevent support
     161      <option>--with-libevent</option>: This option enables libevent support
    158162      allowing use of large outgoing port ranges.
    159163    </para>
    160164
    161165    <para>
    162       <option>--with-pyunbound</option>: This switch enables building of the Python
     166      <option>--with-pyunbound</option>: This option enables building of the Python
    163167      bindings.
    164168    </para>
     
    211215
    212216      <para>
    213         When <application>Unbound</application> is installed, some packages
    214         may fail to build if <filename>/etc/unbound/root.key</filename> is
    215         not present. It can be created by running the following command as
    216         the <systemitem class="username">root</systemitem> user:
     217        When <application>Unbound</application> is installed, some package
     218        builds fail if the file <filename>/etc/unbound/root.key</filename> is
     219        not found. This file is created by running the boot script (install
     220        instructions below).  Alternatively, it can be created by running the
     221        following command as the <systemitem class="username">root</systemitem>
     222        user:
    217223      </para>
    218224
     
    255261        </seg>
    256262        <seg>
    257           libunbound.so and
     263          libunbound.so and (optional)
    258264          /usr/lib/python&python2-majorver;/site-packages/_unbound.so
    259265        </seg>
Note: See TracChangeset for help on using the changeset viewer.