diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-02-17 19:57:52 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-02-17 19:57:52 +0000 |
commit | 7adacb9ab0161833f366a1f4271a6f0c0e3098bc (patch) | |
tree | 979367ef583d97315856c5fb1d2096147d40d50f | |
parent | 0b1b7d3940c91874ea58051a29ec0e432837a3d1 (diff) |
Upgrade to Findutils-4.2.33. Fixes #2151.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8479 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3bee39cf6..7d38a6202 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2008-02-17</para> <itemizedlist> <listitem> + <para>[matthew] - Upgraded to Findutils-4.2.33. Fixes + <ulink url="&lfs-ticket-root;2151">#2151</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgraded to E2fsprogs-1.40.6. Fixes <ulink url="&lfs-ticket-root;2149">#2149</ulink>.</para> </listitem> diff --git a/packages.ent b/packages.ent index 49b4fa92b..8c911e858 100644 --- a/packages.ent +++ b/packages.ent @@ -138,10 +138,10 @@ <!ENTITY file-ch6-du "7.9 MB"> <!ENTITY file-ch6-sbu "0.1 SBU"> -<!ENTITY findutils-version "4.2.32"> -<!ENTITY findutils-size "1,398 KB"> +<!ENTITY findutils-version "4.2.33"> +<!ENTITY findutils-size "1,421 KB"> <!ENTITY findutils-url "&gnu;findutils/findutils-&findutils-version;.tar.gz"> -<!ENTITY findutils-md5 "aaa6beeb41a6f04963dff58f24a55b96"> +<!ENTITY findutils-md5 "b7e35aa175778c84942b1fee4144988b"> <!ENTITY findutils-home "&gnu-software;findutils/"> <!ENTITY findutils-ch5-du "13.6 MB"> <!ENTITY findutils-ch5-sbu "0.2 SBU"> |