diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-04-16 19:18:59 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-04-16 19:18:59 +0000 |
commit | e4483f8f086c4c09a9a9f6f82e5948c4ca70755f (patch) | |
tree | bdbb648f407fc893fb1040b391cf28c39d8e37dc | |
parent | 0e9b4458b6177e0ff8dd42071b0ba2e33a9856da (diff) |
Upgrade to Coreutils-6.9. Fixes #1982.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8056 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 27cd0f76e..4e7b781b6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2007-04-16</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgrade to Coreutils-6.9. Fixes + <ulink url="&lfs-ticket-root;1982">#1982</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2007-04-03</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 62d79dbdb..6bb7d610f 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20070403"> -<!ENTITY releasedate "April 3, 2007"> +<!ENTITY version "SVN-20070416"> +<!ENTITY releasedate "April 16, 2007"> <!ENTITY milestone "6.3"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index 0493078c5..212842823 100644 --- a/packages.ent +++ b/packages.ent @@ -72,10 +72,10 @@ <!ENTITY bzip2-ch6-du "5.3 MB"> <!ENTITY bzip2-ch6-sbu "less than 0.1 SBU"> -<!ENTITY coreutils-version "6.7"> -<!ENTITY coreutils-size "5,191 KB"> +<!ENTITY coreutils-version "6.9"> +<!ENTITY coreutils-size "5,258 KB"> <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.bz2"> -<!ENTITY coreutils-md5 "a16465d0856cd011a1acc1c21040b7f4"> +<!ENTITY coreutils-md5 "c9607d8495f16e98906e7ed2d9751a06"> <!ENTITY coreutils-home "&gnu-software;coreutils/"> <!ENTITY coreutils-ch5-du "67.6 MB"> <!ENTITY coreutils-ch5-sbu "0.5 SBU"> diff --git a/patches.ent b/patches.ent index 37a860d77..5b30fe08e 100644 --- a/patches.ent +++ b/patches.ent @@ -12,7 +12,7 @@ <!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch"> -<!ENTITY coreutils-i18n-patch-md5 "8bd0f27fa60bd8b761ba012cf0e171c9"> +<!ENTITY coreutils-i18n-patch-md5 "806ce5bcb16a763a77bea411ec5ff637"> <!ENTITY coreutils-i18n-patch-size "101 KB"> <!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch"> |