diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-12-16 22:34:57 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-12-16 22:34:57 +0000 |
commit | 2c662543d7b9a1077e53714f31ec6d0290d4fa62 (patch) | |
tree | 72e01666f8af9130d015008c47263eb7bd0eaffd | |
parent | 2673b1c997e112f90f7af4745c22603482db1141 (diff) |
Update to Coreutils-8.22. Fixes #3447.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10400 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 fab8abcf1..854102dec 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ <para>2013-12-16</para> <itemizedlist> <listitem> + <para>[matthew] - Update to Coreutils-8.22. Fixes + <ulink url="&lfs-ticket-root;3447">#3447</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Update to Man-Pages-3.55. Fixes <ulink url="&lfs-ticket-root;3446">#3446</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index f2264c405..c45c4c1b6 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -49,9 +49,9 @@ <listitem> <para>Check &check-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 c7e9dd015..54f352736 100644 --- a/packages.ent +++ b/packages.ent @@ -84,10 +84,10 @@ <!ENTITY check-ch5-du "6.9 MB"> <!ENTITY check-ch5-sbu "0.1 SBU"> -<!ENTITY coreutils-version "8.21"> -<!ENTITY coreutils-size "5,248 KB"> +<!ENTITY coreutils-version "8.22"> +<!ENTITY coreutils-size "5,210 KB"> <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz"> -<!ENTITY coreutils-md5 "065ba41828644eca5dd8163446de5d64"> +<!ENTITY coreutils-md5 "8fb0ae2267aa6e728958adc38f8163a2"> <!ENTITY coreutils-home "&gnu-software;coreutils/"> <!ENTITY coreutils-ch5-du "133 MB"> <!ENTITY coreutils-ch5-sbu "0.8 SBU"> diff --git a/patches.ent b/patches.ent index b59565a11..bf368f1b6 100644 --- a/patches.ent +++ b/patches.ent @@ -15,8 +15,8 @@ <!ENTITY bzip2-docs-patch-size "1.6 KB"> <!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch"> -<!ENTITY coreutils-i18n-patch-md5 "ada0ea6e1c00c4b7e0d634f49827943e"> -<!ENTITY coreutils-i18n-patch-size "132 KB"> +<!ENTITY coreutils-i18n-patch-md5 "2bca6d512abd69f0f133359839980495"> +<!ENTITY coreutils-i18n-patch-size "137 KB"> <!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch"> <!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895"> |