diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-11-26 20:41:06 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-11-26 20:41:06 +0000 |
commit | fcf36dcface04e4cc6641871481770191a685f06 (patch) | |
tree | 2bb22ed4f821498de332d75462194db3c0881b5b | |
parent | 767b584cbc6abc137f51ea14a4d28150d5972d34 (diff) |
Revert back to Coreutils-8.6 as Coreutils-8.7 version of sort segfaults on multicore systems.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9421 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 | ||||
-rw-r--r-- | patches.ent | 4 |
4 files changed, 7 insertions, 11 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 281627827..bc7e23f25 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,10 +44,6 @@ <ulink url="&lfs-ticket-root;2794">#2794</ulink>.</para> </listitem> <listitem> - <para>[matthew] Upgrade to Coreutils-8.7. Fixes - <ulink url="&lfs-ticket-root;2792">#2792</ulink>.</para> - </listitem> - <listitem> <para>[matthew] Upgrade to Expect-5.45. Fixes <ulink url="&lfs-ticket-root;2791">#2791</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 943aa7320..536f62b0c 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -228,11 +228,11 @@ </listitem> <listitem> - <para>coreutils-8.7-i18n-1.patch</para> + <para>coreutils-8.6-i18n-1.patch</para> </listitem> <listitem> - <para>coreutils-8.7-uname-1.patch</para> + <para>coreutils-8.6-uname-1.patch</para> </listitem> <listitem> diff --git a/packages.ent b/packages.ent index 2bdb1ecfb..aa019b88f 100644 --- a/packages.ent +++ b/packages.ent @@ -68,10 +68,10 @@ <!ENTITY bzip2-ch6-du "6.4 MB"> <!ENTITY bzip2-ch6-sbu "less than 0.1 SBU"> -<!ENTITY coreutils-version "8.7"> -<!ENTITY coreutils-size "10,865 KB"> +<!ENTITY coreutils-version "8.6"> +<!ENTITY coreutils-size "10,753 KB"> <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.gz"> -<!ENTITY coreutils-md5 "3c1ae9531159447083ae8f25ae554b81"> +<!ENTITY coreutils-md5 "164b3fd0dfc4fb65174f34aadc1de5fb"> <!ENTITY coreutils-home "&gnu-software;coreutils/"> <!ENTITY coreutils-ch5-du "88 MB"> <!ENTITY coreutils-ch5-sbu "0.7 SBU"> diff --git a/patches.ent b/patches.ent index e7ccd63d1..cf7c46326 100644 --- a/patches.ent +++ b/patches.ent @@ -13,8 +13,8 @@ <!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch"> -<!ENTITY coreutils-i18n-patch-md5 "f36277a2169cae9976a7b38f93061281"> -<!ENTITY coreutils-i18n-patch-size "124 KB"> +<!ENTITY coreutils-i18n-patch-md5 "d62df7263ca3e666dfa9330d99fe84cf"> +<!ENTITY coreutils-i18n-patch-size "121 KB"> <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch"> <!ENTITY coreutils-uname-patch-md5 "500481b75892e5c07e19e9953a690e54"> |