diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-10 11:56:20 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-10 11:56:20 +0000 |
commit | c273dc4d1763f00b408b0733884b829b82c158ad (patch) | |
tree | e42379b34638885ad36febfd1722d4a61b6bd697 | |
parent | 92592bea02e998bf43d611894349c1968e96d4ae (diff) |
Upgrade to Findutils-4.4.1. Fixes #2387.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8857 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 |
3 files changed, 9 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 09ce169f1..840b427dc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-05-10</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Findutils-4.4.1. Fixes + <ulink url="&lfs-ticket-root;2387">#2387</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to E2fsprogs-1.41.5. Fixes <ulink url="&lfs-ticket-root;2386">#2386</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 9ba6ced51..9a1d471b9 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -62,9 +62,9 @@ <listitem> <para>File &file-version;</para> </listitem> - <!--<listitem> + <listitem> <para>Findutils &findutils-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Flex &flex-version;</para> </listitem>--> diff --git a/packages.ent b/packages.ent index 567372f9e..678f4f161 100644 --- a/packages.ent +++ b/packages.ent @@ -133,10 +133,10 @@ <!ENTITY file-ch6-du "8.9 MB"> <!ENTITY file-ch6-sbu "0.1 SBU"> -<!ENTITY findutils-version "4.4.0"> -<!ENTITY findutils-size "1,982 KB"> +<!ENTITY findutils-version "4.4.1"> +<!ENTITY findutils-size "2,093 KB"> <!ENTITY findutils-url "&gnu;findutils/findutils-&findutils-version;.tar.gz"> -<!ENTITY findutils-md5 "49e769ac4382fae6f104f99d54d0a112"> +<!ENTITY findutils-md5 "5883f569dc021eee765f330bb7a3782d"> <!ENTITY findutils-home "&gnu-software;findutils/"> <!ENTITY findutils-ch5-du "20 MB"> <!ENTITY findutils-ch5-sbu "0.3 SBU"> |