Changeset bf6aefc for server


Ignore:
Timestamp:
06/12/2015 12:23:19 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
30b736a5
Parents:
4b6f5d3
Message:

Update to bind9.10.2-P1 and BIND Utilities-9.10.2-P1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/bind.xml

    r4b6f5d3 rbf6aefc  
    77  <!ENTITY bind-download-http " ">
    88  <!ENTITY bind-download-ftp  "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
    9   <!ENTITY bind-md5sum        "dca7a9967947bffa98547fca6130fc04">
     9  <!ENTITY bind-md5sum        "bind9.10.2-P1 and BIND Utilities-9.10.2-P1">
    1010  <!ENTITY bind-size          "8.1 MB">
    11   <!ENTITY bind-buildsize     "120 MB (additional 47 MB to run the test suite)">
     11  <!ENTITY bind-buildsize     "137 MB (additional 47 MB to run the test suite)">
    1212  <!ENTITY bind-time          "0.9 SBU (additional 20 minutes, processor independent, to run the complete test suite)">
    1313]>
     
    3434    to the <xref linkend="bind-utils"/>.</para>
    3535
    36     &lfs77_checked;
     36    &lfs77_checked; &gcc5_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8080    <bridgehead renderas="sect4">Optional database backends</bridgehead>
    8181    <para role="optional">
    82       <xref linkend="postgresql"/>,
     82      <xref linkend="db"/>,
    8383      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    84       <xref linkend="db"/>,
    85       <xref linkend="openldap"/>, and
     84      <xref linkend="openldap"/>,
     85      <xref linkend="postgresql"/>, and
    8686      <xref linkend="unixodbc"/>
    8787    </para>
     
    9797    <para role="optional">
    9898      <xref linkend="doxygen"/>,
    99       <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>), and
    100       <xref linkend="libxslt"/>
     99      <xref linkend="libxslt"/>, and
     100      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
    101101    </para>
    102102
     
    134134    error messages: "RTNETLINK answers: Operation not permitted".  These
    135135    messages do not afffect the tests.</para></note>
    136 <!--
     136
    137137<screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
    138138
    139     <para>As an unprivileged user, remove some tests that fail:</para>
    140 
    141 <screen><userinput>sed -e 's/ecdsa //'   \
     139<!--   <para>As an unprivileged user, remove some tests that fail:</para>
     140
     141<screen><userinput>
     142sed -e 's/ecdsa //'   \
     143    -e 's/masterformat //' \
     144    -e 's/reclimit //' \
    142145    -e 's/tsiggss //' \
    143146    -i bin/tests/system/conf.sh</userinput></screen>
    144147
    145148    <para>Now run the test suite as an unprivileged user:</para>-->
    146     <para>The test suite may indicate som failures depending on installed
     149    <para>The test suite may indicate some failures depending on installed
    147150    optional dependencies and what configuration options are used. 
    148     To run the tests as an unprivileged user, execute:</para>
    149 
    150 <screen><userinput>make check</userinput></screen>
     151    To run the tests, as an unprivileged user, execute:</para>
     152
     153<screen><userinput>make -k check</userinput></screen>
    151154
    152155    <para>Again as <systemitem class="username">root</systemitem>, clean up the
     
    171174  <sect2 role="commands">
    172175    <title>Command Explanations</title>
    173 
     176<!--
    174177    <para><command>sed ... bin/tests/system/conf.sh</command>: This command
    175     removes tests that fail (some for unknown reasons).</para>
     178    removes tests that fail (some for unknown reasons).</para>-->
    176179
    177180    <para><parameter>--sysconfdir=/etc</parameter>: This parameter forces
Note: See TracChangeset for help on using the changeset viewer.