diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-03-04 19:30:30 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-03-04 19:30:30 +0000 |
commit | f17441fe2f30ba3f883dffdd44029a6e8305e3eb (patch) | |
tree | cc43e5328a208cea2156f065c2fe302c34ac96e9 | |
parent | 92f873289d82330c07ac4ffb758f9ac5b6349df1 (diff) |
Upgrade to Findutils-4.2.30. Fixes #1967.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7957 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 67d1a69e4..6d9939aaa 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2007-03-04</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Findutils-4.2.30. Fixes + <ulink url="&lfs-ticket-root;1967">#1967</ulink></para> + </listitem> + <listitem> <para>[matthew] - Upgrade to File-4.20. Fixes <ulink url="&lfs-ticket-root;1968">#1968</ulink></para> </listitem> diff --git a/packages.ent b/packages.ent index 6cc20e62d..5c86f121f 100644 --- a/packages.ent +++ b/packages.ent @@ -136,10 +136,10 @@ <!ENTITY file-ch6-du "7.5 MB"> <!ENTITY file-ch6-sbu "0.1 SBU"> -<!ENTITY findutils-version "4.2.29"> -<!ENTITY findutils-size "1,070 KB"> +<!ENTITY findutils-version "4.2.30"> +<!ENTITY findutils-size "1,160 KB"> <!ENTITY findutils-url "&gnu;findutils/findutils-&findutils-version;.tar.gz"> -<!ENTITY findutils-md5 "24e76434ca74ba3c2c6ad621eb64e1ff"> +<!ENTITY findutils-md5 "c35ff6502e0b3514c99089cb5d333c25"> <!ENTITY findutils-home "&gnu-software;findutils/"> <!ENTITY findutils-ch5-du "12 MB"> <!ENTITY findutils-ch5-sbu "0.2 SBU"> |