diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-11-18 19:58:41 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-11-18 19:58:41 +0000 |
commit | e8fc2094aeff905c0855e8b32252bc50b92624d5 (patch) | |
tree | 81e99031e156466d384295040ca15ca3adca2c8d | |
parent | 9399a73bc30fba2d8978e2b3d12ed654e3f9d309 (diff) |
Upgrade to Coreutils-8.7. Fixes #2792.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9419 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, 11 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 993d85b81..90234dbf4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2010-11-18</para> <itemizedlist> <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 536f62b0c..943aa7320 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -228,11 +228,11 @@ </listitem> <listitem> - <para>coreutils-8.6-i18n-1.patch</para> + <para>coreutils-8.7-i18n-1.patch</para> </listitem> <listitem> - <para>coreutils-8.6-uname-1.patch</para> + <para>coreutils-8.7-uname-1.patch</para> </listitem> <listitem> diff --git a/packages.ent b/packages.ent index d03eee9f0..e22f252e2 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.6"> -<!ENTITY coreutils-size "10,753 KB"> +<!ENTITY coreutils-version "8.7"> +<!ENTITY coreutils-size "10,865 KB"> <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.gz"> -<!ENTITY coreutils-md5 "164b3fd0dfc4fb65174f34aadc1de5fb"> +<!ENTITY coreutils-md5 "3c1ae9531159447083ae8f25ae554b81"> <!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 cf7c46326..e7ccd63d1 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 "d62df7263ca3e666dfa9330d99fe84cf"> -<!ENTITY coreutils-i18n-patch-size "121 KB"> +<!ENTITY coreutils-i18n-patch-md5 "f36277a2169cae9976a7b38f93061281"> +<!ENTITY coreutils-i18n-patch-size "124 KB"> <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch"> <!ENTITY coreutils-uname-patch-md5 "500481b75892e5c07e19e9953a690e54"> |