Author: bdubbs
Date: Mon Sep 29 18:20:18 2014
New Revision: 14423
Log:
Update to bind-9.10.1.
Update to ghostscript-9.15.
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/netutils/bind-utils.xml
trunk/BOOK/packages.ent
trunk/BOOK/pst/printing/gs.xml
trunk/BOOK/server/major/bind.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Sep 29 08:04:00
2014 (r14422)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Sep 29 18:20:18
2014 (r14423)
@@ -48,6 +48,14 @@
<para>September 29th, 2014</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Update bind-9.10.1. Fixes
+ <ulink url="&blfs-ticket-root;5559">#5559</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to ghostscript-9.15. Fixes
+ <ulink url="&blfs-ticket-root;5571">#5571</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Update to dhcpcd-6.4.7. Fixes
<ulink url="&blfs-ticket-root;5603">#5603</ulink>.</para>
</listitem>
Modified: trunk/BOOK/networking/netutils/bind-utils.xml
==============================================================================
--- trunk/BOOK/networking/netutils/bind-utils.xml Mon Sep 29 08:04:00
2014 (r14422)
+++ trunk/BOOK/networking/netutils/bind-utils.xml Mon Sep 29 18:20:18
2014 (r14423)
@@ -5,10 +5,10 @@
%general-entities;
<!ENTITY bind-download-http " ">
<!ENTITY bind-download-ftp
"ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
- <!ENTITY bind-md5sum "85f5bbd655f7fbb946fe128c5adcc9ca">
+ <!ENTITY bind-md5sum "82a69faf01b569568d9233f2666e744d">
<!ENTITY bind-size "8.0 MB">
- <!ENTITY bind-utils-buildsize "107 MB">
- <!ENTITY bind-utils-time "0.8 SBU">
+ <!ENTITY bind-utils-buildsize "128 MB">
+ <!ENTITY bind-utils-time "0.6 SBU">
]>
<sect1 id="bind-utils" xreflabel="BIND Utilities-&bind-version;">
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Mon Sep 29 08:04:00 2014 (r14422)
+++ trunk/BOOK/packages.ent Mon Sep 29 18:20:18 2014 (r14423)
@@ -353,7 +353,7 @@
<!-- Chapter 16 -->
<!ENTITY avahi-version "0.6.31">
-<!ENTITY bind-version "9.10.0-P2">
+<!ENTITY bind-version "9.10.1">
<!ENTITY mod_dnssd-version "0.6">
<!ENTITY NetworkManager-version "0.9.10.0">
<!ENTITY nmap-version "6.47">
@@ -706,7 +706,7 @@
<!-- Chapter 42 -->
<!ENTITY cups-version "1.7.5">
<!ENTITY cups-filters-version "1.0.59">
-<!ENTITY gs-version "9.14">
+<!ENTITY gs-version "9.15">
<!ENTITY gutenprint-version "5.2.10">
<!-- Chapter 43 -->
Modified: trunk/BOOK/pst/printing/gs.xml
==============================================================================
--- trunk/BOOK/pst/printing/gs.xml Mon Sep 29 08:04:00 2014 (r14422)
+++ trunk/BOOK/pst/printing/gs.xml Mon Sep 29 18:20:18 2014 (r14423)
@@ -7,12 +7,12 @@
<!ENTITY gs-download-http
"http://downloads.ghostscript.com/public/ghostscript-&gs-version;.tar.bz2">
<!ENTITY gs-download-ftp " ">
- <!ENTITY gs-md5sum "75f2e8ab8891d052ade9b64eb4eb5294">
- <!ENTITY gs-size "30 MB">
+ <!ENTITY gs-md5sum "0ee21d975c67a4883ba66bcc332418f5">
+ <!ENTITY gs-size "27 MB">
<!ENTITY gs-buildsize
- "212 MB (includes installing libgs.so, add 5 MB if the fonts are installed)">
+ "217 MB (includes installing libgs.so, add 5 MB if the fonts are installed)">
<!ENTITY gs-time
- "2.3 SBU (includes building and installing libgs.so)">
+ "2.5 SBU (includes building and installing libgs.so)">
<!ENTITY gs-standard-fonts-download
"&sourceforge-repo;/gs-fonts/ghostscript-fonts-std-8.11.tar.gz">
Modified: trunk/BOOK/server/major/bind.xml
==============================================================================
--- trunk/BOOK/server/major/bind.xml Mon Sep 29 08:04:00 2014 (r14422)
+++ trunk/BOOK/server/major/bind.xml Mon Sep 29 18:20:18 2014 (r14423)
@@ -7,10 +7,10 @@
<!ENTITY bind-download-http " ">
<!ENTITY bind-download-ftp
"ftp://ftp.isc.org/isc/bind9/&bind-version;/bind-&bind-version;.tar.gz">
- <!ENTITY bind-md5sum "85f5bbd655f7fbb946fe128c5adcc9ca">
+ <!ENTITY bind-md5sum "82a69faf01b569568d9233f2666e744d">
<!ENTITY bind-size "8.0 MB">
- <!ENTITY bind-buildsize "101 MB (additional 54 MB to run the test
suite)">
- <!ENTITY bind-time "1.6 SBU (additional 24 minutes, processor
independent, to run the complete test suite)">
+ <!ENTITY bind-buildsize "107 MB (additional 50 MB to run the test
suite)">
+ <!ENTITY bind-time "1.0 SBU (additional 21 minutes, processor
independent, to run the complete test suite)">
]>
<sect1 id="bind" xreflabel="BIND-&bind-version;">
@@ -121,6 +121,7 @@
-e 's/statistics //' \
-e 's/xfer //' \
-i bin/tests/system/conf.sh.in &&
+
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
@@ -135,25 +136,21 @@
First, as the <systemitem class="username">root</systemitem> user, set up
some test interfaces:</para>
+ <note><para>If IPv6 is not enabled in the kernel, there will be several
+ error messages: "RTNETLINK answers: Operation not permitted". These
+ messages do not afffect the tests.</para></note>
+
<screen role="root"><userinput>bin/tests/system/ifconfig.sh
up</userinput></screen>
<para>Now run the test suite as an unprivileged user:</para>
-<screen><userinput>make check 2>&1 | tee check.log</userinput></screen>
+<screen><userinput>make check</userinput></screen>
<para>Again as <systemitem class="username">root</systemitem>, clean up the
test interfaces:</para>
<screen role="root"><userinput>bin/tests/system/ifconfig.sh
down</userinput></screen>
- <para>Issue the following command to check tests that ran
successfully:</para>
-
-<screen><userinput>grep "R:PASS" check.log | wc -l</userinput></screen>
-
- <para>and the following command check tests that failed:</para>
-
-<screen><userinput>grep -A1 "R:FAIL" check.log</userinput></screen>
-
<para>Finally, install the package as the <systemitem
class="username">root</systemitem> user:</para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page