Changeset bf6aefc
- Timestamp:
- 06/12/2015 12:23:19 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 30b736a5
- Parents:
- 4b6f5d3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r4b6f5d3 rbf6aefc 48 48 <para>June 12th, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to bind9.10.2-P1 and 52 BIND Utilities-9.10.2-P1. Fixes 53 <ulink url="&blfs-ticket-root;6592">#6592</ulink>.</para> 54 </listitem> 50 55 <listitem> 51 56 <para>[fernando] - Update to gtk+3-3.16.4. Fixes -
networking/netutils/bind-utils.xml
r4b6f5d3 rbf6aefc 6 6 <!ENTITY bind-download-http " "> 7 7 <!ENTITY bind-download-ftp "ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz"> 8 <!ENTITY bind-md5sum " dca7a9967947bffa98547fca6130fc04">8 <!ENTITY bind-md5sum "bind9.10.2-P1 and BIND Utilities-9.10.2-P1"> 9 9 <!ENTITY bind-size "8.1 MB"> 10 <!ENTITY bind-utils-buildsize "1 44MB">11 <!ENTITY bind-utils-time "0. 6SBU">10 <!ENTITY bind-utils-buildsize "159 MB"> 11 <!ENTITY bind-utils-time "0.5 SBU"> 12 12 ]> 13 13 … … 39 39 client side applications.</para> 40 40 41 &lfs77_checked; 41 &lfs77_checked; &gcc5_checked; 42 42 43 43 <bridgehead renderas="sect3">Package Information</bridgehead> -
packages.ent
r4b6f5d3 rbf6aefc 361 361 <!-- Chapter 16 --> 362 362 <!ENTITY avahi-version "0.6.31"> 363 <!ENTITY bind-version "9.10.2 ">363 <!ENTITY bind-version "9.10.2-P1"> 364 364 <!ENTITY mod_dnssd-version "0.6"> 365 365 <!ENTITY NetworkManager-version "1.0.2"> -
server/major/bind.xml
r4b6f5d3 rbf6aefc 7 7 <!ENTITY bind-download-http " "> 8 8 <!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"> 10 10 <!ENTITY bind-size "8.1 MB"> 11 <!ENTITY bind-buildsize "1 20MB (additional 47 MB to run the test suite)">11 <!ENTITY bind-buildsize "137 MB (additional 47 MB to run the test suite)"> 12 12 <!ENTITY bind-time "0.9 SBU (additional 20 minutes, processor independent, to run the complete test suite)"> 13 13 ]> … … 34 34 to the <xref linkend="bind-utils"/>.</para> 35 35 36 &lfs77_checked; 36 &lfs77_checked; &gcc5_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead> … … 80 80 <bridgehead renderas="sect4">Optional database backends</bridgehead> 81 81 <para role="optional"> 82 <xref linkend=" postgresql"/>,82 <xref linkend="db"/>, 83 83 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>, 84 <xref linkend=" db"/>,85 <xref linkend=" openldap"/>, and84 <xref linkend="openldap"/>, 85 <xref linkend="postgresql"/>, and 86 86 <xref linkend="unixodbc"/> 87 87 </para> … … 97 97 <para role="optional"> 98 98 <xref linkend="doxygen"/>, 99 <xref linkend=" texlive"/> (or <xref linkend="tl-installer"/>), and100 <xref linkend=" libxslt"/>99 <xref linkend="libxslt"/>, and 100 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>) 101 101 </para> 102 102 … … 134 134 error messages: "RTNETLINK answers: Operation not permitted". These 135 135 messages do not afffect the tests.</para></note> 136 <!-- 136 137 137 <screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen> 138 138 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> 142 sed -e 's/ecdsa //' \ 143 -e 's/masterformat //' \ 144 -e 's/reclimit //' \ 142 145 -e 's/tsiggss //' \ 143 146 -i bin/tests/system/conf.sh</userinput></screen> 144 147 145 148 <para>Now run the test suite as an unprivileged user:</para>--> 146 <para>The test suite may indicate som failures depending on installed149 <para>The test suite may indicate some failures depending on installed 147 150 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> 151 154 152 155 <para>Again as <systemitem class="username">root</systemitem>, clean up the … … 171 174 <sect2 role="commands"> 172 175 <title>Command Explanations</title> 173 176 <!-- 174 177 <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>--> 176 179 177 180 <para><parameter>--sysconfdir=/etc</parameter>: This parameter forces
Note:
See TracChangeset
for help on using the changeset viewer.