aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-12-16 21:55:45 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-12-16 21:55:45 +0000
commitba333775233aa766dc4b45ca628e4ef1022d0bce (patch)
tree591002a7d8e1f05ad92f0814c7f516a54ecfc64b
parent8601b59ee1a934f807d65394528ff7616161f771 (diff)
Upgrade to Coreutils-8.2. Fixes #2524.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/coreutils.xml6
-rw-r--r--general.ent4
-rw-r--r--packages.ent6
4 files changed, 17 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 4fb763c39..fbebea6d2 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -38,6 +38,16 @@
-->
<listitem>
+ <para>2009-12-16</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] Upgrade to Coreutils-8.2. Fixes
+ <ulink url="&lfs-ticket-root;2524">#2524</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2009-12-06</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index 4df782890..1e758d0fd 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -103,13 +103,11 @@ esac</userinput></screen>
<para>Fix some of the permissions so that the non-root user can compile and
run the tests:</para>
-<screen><userinput remap="test">chown -Rv nobody config.log {gnulib-tests,lib,src}/.deps</userinput></screen>
+<screen><userinput remap="test">chown -Rv nobody . </userinput></screen>
<para>Now run the tests:</para>
- <!-- FIXME: The stty-row-col test fails so add the '|| true' construct to
- allow jhalfs et al to ignore the failure -->
-<screen><userinput remap="test">su-tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check" || true</userinput></screen>
+<screen><userinput remap="test">su-tools nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>
<para>Remove the temporary group:</para>
diff --git a/general.ent b/general.ent
index 6866ddae2..0ea1e308e 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20091206">
-<!ENTITY releasedate "December 6, 2009">
+<!ENTITY version "SVN-20091216">
+<!ENTITY releasedate "December 16, 2009">
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index bba2143ff..589ee3de0 100644
--- a/packages.ent
+++ b/packages.ent
@@ -67,10 +67,10 @@
<!ENTITY bzip2-ch6-du "6.4 MB">
<!ENTITY bzip2-ch6-sbu "less than 0.1 SBU">
-<!ENTITY coreutils-version "8.1">
-<!ENTITY coreutils-size "10,136 KB">
+<!ENTITY coreutils-version "8.2">
+<!ENTITY coreutils-size "10,447 KB">
<!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.gz">
-<!ENTITY coreutils-md5 "4cde9f31604f4da188ed302ca55545ea">
+<!ENTITY coreutils-md5 "dfb0d3dbc5f555386339f4f74621cda0">
<!ENTITY coreutils-home "&gnu-software;coreutils/">
<!ENTITY coreutils-ch5-du "88 MB">
<!ENTITY coreutils-ch5-sbu "0.7 SBU">