aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-10-02 18:59:50 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-10-02 18:59:50 +0000
commit61d8b9afcaca922bb8f4900a2c22d418651b51d9 (patch)
treeaa9950d0415b91a0f55ab270d223969fdf680af5
parent4927f8dfe483031b2dbdc99647240734c35dd22c (diff)
Fix the Coreutils i18n patch so that it runs and passes all tests again.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9611 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--patches.ent4
2 files changed, 12 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 3bc8ae9c9..3b4355798 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2011-10-02</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Fix the Coreutils i18n patch so that it runs and
+ passes all tests again.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2011-09-29</para>
<itemizedlist>
<listitem>
diff --git a/patches.ent b/patches.ent
index 47e0262de..a5e6ccf10 100644
--- a/patches.ent
+++ b/patches.ent
@@ -12,8 +12,8 @@
<!ENTITY bzip2-docs-patch-size "1.6 KB">
-<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch">
-<!ENTITY coreutils-i18n-patch-md5 "bf645fa66eacef5588488f5b1a85d292">
+<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-2.patch">
+<!ENTITY coreutils-i18n-patch-md5 "31cb902aea949c6e5681f674df98a585">
<!ENTITY coreutils-i18n-patch-size "121 KB">
<!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch">