diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-01-23 11:49:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-01-23 11:49:48 +0000 |
commit | 02ac8256aa737985cc47c6ca65c64ebc292b1670 (patch) | |
tree | 194b2281bfb36285137ee8ff3e7ce1a41ada00a3 | |
parent | a1708eee979d80ad8c0d8216059014a14ab5832c (diff) |
Upgrade to Coreutils-8.9. Fixes #2815.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9443 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 6 | ||||
-rw-r--r-- | patches.ent | 2 |
4 files changed, 16 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ded3c2a58..48e914113 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2011-01-23</para> + <itemizedlist> + <listitem> + <para>[matthew] Upgrade to Coreutils-8.9. Fixes + <ulink url="&lfs-ticket-root;2815">#2815</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2011-01-10</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 500654d64..c91338c3b 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20110110"> -<!ENTITY releasedate "January 10, 2011"> +<!ENTITY version "SVN-20110123"> +<!ENTITY releasedate "January 23, 2011"> <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.8"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index 8ee84197c..a29d7a8bd 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.8"> -<!ENTITY coreutils-size "10,967 KB"> +<!ENTITY coreutils-version "8.9"> +<!ENTITY coreutils-size "10,987 KB"> <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.gz"> -<!ENTITY coreutils-md5 "bad596d9654e299eedea0eaf93f178fa"> +<!ENTITY coreutils-md5 "36909ae68840d73a800120cf74af794a"> <!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 934cda63c..c2122bb7d 100644 --- a/patches.ent +++ b/patches.ent @@ -13,7 +13,7 @@ <!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch"> -<!ENTITY coreutils-i18n-patch-md5 "723244bb9b88299d3aea33dc9d0c4fab"> +<!ENTITY coreutils-i18n-patch-md5 "c10190455cd66fc5957e50fbd0327c76"> <!ENTITY coreutils-i18n-patch-size "120 KB"> <!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch"> |