aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/coreutils.xml4
-rw-r--r--general.ent4
-rw-r--r--patches.ent4
5 files changed, 21 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index a220977af..37e06832d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -42,6 +42,9 @@
<listitem>
<para>[dj] - Update to lfs-bootscripts-20111128.</para>
</listitem>
+ <listitem>
+ <para>[ken] - Fix daylight saving time bug in coreutils testsuite.</para>
+ </listitem>
</itemizedlist>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index e62284737..25f827049 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -35,6 +35,14 @@
</varlistentry>
<varlistentry>
+ <term>Coreutils Testsuite Fixes Patch - <token>&coreutils-tests-patch-size;</token></term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&coreutils-tests-patch;"/></para>
+ <para>MD5 sum: <literal>&coreutils-tests-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Coreutils Internationalization Fixes Patch - <token>&coreutils-i18n-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&coreutils-i18n-patch;"/></para>
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index 43a8c5418..7de4ebb55 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -62,6 +62,10 @@ esac</userinput></screen>
without this patch.</para>
</note>
+ <para>The following patch fixes a bug in the testsuite:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-tests-patch;</userinput></screen>
+
<para>Now prepare Coreutils for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
diff --git a/general.ent b/general.ent
index 648cf46ff..98b24d01e 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20111126">
-<!ENTITY releasedate "Nov 26, 2011">
+<!ENTITY version "SVN-20111128">
+<!ENTITY releasedate "Nov 28, 2011">
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.1">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/patches.ent b/patches.ent
index cd3f08e11..cbf46e100 100644
--- a/patches.ent
+++ b/patches.ent
@@ -20,6 +20,10 @@
<!ENTITY coreutils-uname-patch-md5 "500481b75892e5c07e19e9953a690e54">
<!ENTITY coreutils-uname-patch-size "1.6 KB">
+<!ENTITY coreutils-tests-patch "coreutils-&coreutils-version;-test_fix-1.patch">
+<!ENTITY coreutils-tests-patch-md5 "48eee669fce62b9053edf0090c53615c">
+<!ENTITY coreutils-tests-patch-size "2.7 KB">
+
<!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch">
<!ENTITY diffutils-i18n-patch-md5 "c8d481223db274a33b121fb8c25af9f7">