diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-07-31 17:31:40 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-07-31 17:31:40 +0000 |
commit | c57e3bf230b2f710d48b28147de3d208ba5b1917 (patch) | |
tree | 05b1f233ca19cad8e86a1e1eb58f4bd7d79faba4 | |
parent | 965897f2cb7011c7d73f79169a10c54f82fdbcfe (diff) |
Upgrade to coreutils-5.97
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | packages.ent | 14 |
3 files changed, 12 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c4f01eb47..d44e9d8ad 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,9 @@ <para>2006-07-31</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to coreutils-5.97.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to bison-2.3.</para> </listitem> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 836c8e8ae..95694ab09 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -43,9 +43,9 @@ <!--<listitem> <para>Bzip2 &bzip2-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Coreutils &coreutils-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>DejaGNU &dejagnu-version;</para> </listitem>--> diff --git a/packages.ent b/packages.ent index f04224ffe..bd0608a92 100644 --- a/packages.ent +++ b/packages.ent @@ -72,15 +72,15 @@ <!ENTITY bzip2-ch6-du "5.3 MB"> <!ENTITY bzip2-ch6-sbu "less than 0.1 SBU"> -<!ENTITY coreutils-version "5.96"> -<!ENTITY coreutils-size "4,948 KB"> +<!ENTITY coreutils-version "5.97"> +<!ENTITY coreutils-size "4,946 KB"> <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.bz2"> -<!ENTITY coreutils-md5 "bf55d069d82128fd754a090ce8b5acff"> +<!ENTITY coreutils-md5 "1537379b6264a1def443713988a78020"> <!ENTITY coreutils-home "&gnu-software;coreutils/"> -<!ENTITY coreutils-ch5-du "56.1 MB"> -<!ENTITY coreutils-ch5-sbu "0.6 SBU"> -<!ENTITY coreutils-ch6-du "58.3 MB"> -<!ENTITY coreutils-ch6-sbu "1.1 SBU"> +<!ENTITY coreutils-ch5-du "67.6 MB"> +<!ENTITY coreutils-ch5-sbu "0.5 SBU"> +<!ENTITY coreutils-ch6-du "68.9 MB"> +<!ENTITY coreutils-ch6-sbu "0.5 SBU"> <!ENTITY db-version "4.4.20"> <!ENTITY db-size "7,767 KB"> |