diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-05-13 08:14:19 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-05-13 08:14:19 +0000 |
commit | de2f14621762145de789e02a2c44ea1990d284d0 (patch) | |
tree | 5bdc3e82dda906ffe6b92e21338e7de1caf4cebd | |
parent | 5144c939e23262a9f1e47719a0bdcf3e086ae52f (diff) |
Upgrade to Coreutils-8.17. Fixes #3083.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9855 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 3d165bd49..71b4c7e91 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2012-05-13</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgrade to Coreutils-8.17. Fixes + <ulink url="&lfs-ticket-root;3083">#3083</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2012-05-11</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 216bcb7dd..4c2ea304b 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20120511"> -<!ENTITY releasedate "May 11, 2012"> +<!ENTITY version "SVN-20120513"> +<!ENTITY releasedate "May 13, 2012"> <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index af41453d6..1d28427fc 100644 --- a/packages.ent +++ b/packages.ent @@ -76,10 +76,10 @@ <!ENTITY check-ch5-du "4.8 MB"> <!ENTITY check-ch5-sbu "0.1 SBU"> -<!ENTITY coreutils-version "8.16"> -<!ENTITY coreutils-size "4,925 KB"> +<!ENTITY coreutils-version "8.17"> +<!ENTITY coreutils-size "4,958 KB"> <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz"> -<!ENTITY coreutils-md5 "89b06f91634208dceba7b36ad1f9e8b9"> +<!ENTITY coreutils-md5 "481e9b16af57a7ee4f7b663aefc0b662"> <!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 77f851a67..438b33e00 100644 --- a/patches.ent +++ b/patches.ent @@ -18,7 +18,7 @@ <!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch"> -<!ENTITY coreutils-i18n-patch-md5 "d48bbb0a7f9d8effd975aa9cef9436ce"> +<!ENTITY coreutils-i18n-patch-md5 "ffba99de6c20dc1481046fdc1dc1545e"> <!ENTITY coreutils-i18n-patch-size "123 KB"> |