Author: matthew
Date: Sat Mar 2 05:30:49 2013
New Revision: 10182
Log:
Merge latest changes from trunk to systemd branch
Modified:
branches/systemd/BOOK/chapter01/changelog.xml
branches/systemd/BOOK/chapter06/procps.xml
branches/systemd/BOOK/general.ent
branches/systemd/BOOK/packages.ent
branches/systemd/BOOK/prologue/standards.xml
Modified: branches/systemd/BOOK/chapter01/changelog.xml
==============================================================================
--- branches/systemd/BOOK/chapter01/changelog.xml Fri Mar 1 19:19:14
2013 (r10181)
+++ branches/systemd/BOOK/chapter01/changelog.xml Sat Mar 2 05:30:49
2013 (r10182)
@@ -37,6 +37,27 @@
-->
<listitem>
+ <para>2013-03-01</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Upgrade to Linux-3.8.1. Fixes
+ <ulink url="&lfs-ticket-root;3295">#3295</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>2013-02-27</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Fix a potential test error in procps-ng.
+ Thanks to Pierre Labastie for the patch. Fixes
+ <ulink url="&lfs-ticket-root;3293">#3293</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2013-02-26</para>
<itemizedlist>
<listitem>
Modified: branches/systemd/BOOK/chapter06/procps.xml
==============================================================================
--- branches/systemd/BOOK/chapter06/procps.xml Fri Mar 1 19:19:14 2013
(r10181)
+++ branches/systemd/BOOK/chapter06/procps.xml Sat Mar 2 05:30:49 2013
(r10182)
@@ -74,13 +74,15 @@
<screen><userinput remap="make">make</userinput></screen>
<para>The test suite needs some custom modifications for LFS.
- The <command>which</command> is not available and the
+ The <command>which</command> command is not available, the
<command>pmap</command> test does not match a newline character in
- two tests. To run the test suite, run the following commands:</para>
+ two tests, and the <command>slabtop</command> test may return more than
+ 999,999 objects. To run the test suite, run the following commands:</para>
<screen><userinput remap="test">pushd testsuite
- sed -i 's|exec which sleep|exec echo /tools/bin/sleep|' config/unix.exp
- sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
+ sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
+ -e 's|999999|&9|' config/unix.exp
+ sed -i -e 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
make site.exp
DEJAGNU=global-conf.exp runtest
popd</userinput></screen>
Modified: branches/systemd/BOOK/general.ent
==============================================================================
--- branches/systemd/BOOK/general.ent Fri Mar 1 19:19:14 2013 (r10181)
+++ branches/systemd/BOOK/general.ent Sat Mar 2 05:30:49 2013 (r10182)
@@ -1,5 +1,5 @@
-<!ENTITY version "SYSTEMD-2013026">
-<!ENTITY releasedate "February 26, 2013">
+<!ENTITY version "SYSTEMD-2013027">
+<!ENTITY releasedate "February 27, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.3">
<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
Modified: branches/systemd/BOOK/packages.ent
==============================================================================
--- branches/systemd/BOOK/packages.ent Fri Mar 1 19:19:14 2013 (r10181)
+++ branches/systemd/BOOK/packages.ent Sat Mar 2 05:30:49 2013 (r10182)
@@ -368,12 +368,12 @@
<!ENTITY linux-major-version "3">
<!ENTITY linux-minor-version "8">
-<!--<!ENTITY linux-patch-version "9">-->
-<!--<!ENTITY linux-version
"&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
-<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
-<!ENTITY linux-size "69,326 KB">
+<!ENTITY linux-patch-version "1">
+<!ENTITY linux-version
"&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
+<!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
+<!ENTITY linux-size "69,3292 KB">
<!ENTITY linux-url
"&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "1c738edfc54e7c65faeb90c436104e2f">
+<!ENTITY linux-md5 "093b172f907d5455a6746418ad18f5bc">
<!ENTITY linux-home "http://www.kernel.org/">
<!ENTITY linux-ch8-du "540 - 800 MB">
<!ENTITY linux-ch8-sbu "1.0 - 5.0 SBU">
Modified: branches/systemd/BOOK/prologue/standards.xml
==============================================================================
--- branches/systemd/BOOK/prologue/standards.xml Fri Mar 1 19:19:14
2013 (r10181)
+++ branches/systemd/BOOK/prologue/standards.xml Sat Mar 2 05:30:49
2013 (r10182)
@@ -27,8 +27,8 @@
</listitem>
<listitem>
- <para><ulink url="http://refspecs.freestandards.org/LSB_4.0.0/">Linux
- Standard Base (LSB) Core Specification 4.0</ulink></para>
+ <para><ulink url="http://refspecs.freestandards.org/lsb.shtml">Linux
+ Standard Base (LSB) Specifications</ulink></para>
<para>The LSB has five separate standards: Core, C++, Desktop,
Runtime Languages, and Printing. In addition to generic requirements
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page