diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-08 12:43:24 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-02-08 12:43:24 +0000 |
commit | bd2f3f86c143fde34437b3007cabbfc8afbca97b (patch) | |
tree | 02fb35eb88d977c295fdfd136f69c9102fcc41dd | |
parent | 934a32d6fb699bfa340d856e7a8228c58625b50d (diff) |
Upgrade to File-5.00. Fixes #2342.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8809 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 b0196c92e..2d79e5028 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-02-08</para> <itemizedlist> <listitem> + <para>[matthew] - Upgraded to File-5.00. Fixes + <ulink url="&lfs-ticket-root;2342">#2342</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Added a patch to suppress a warning added in Tar-1.21 that causes the Perl testsuite to fail.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 945b7a872..c683365c1 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -59,9 +59,9 @@ <!--<listitem> <para>Expect &expect-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>File &file-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Findutils &findutils-version;</para> </listitem>--> diff --git a/packages.ent b/packages.ent index ca573c108..d4d3d886f 100644 --- a/packages.ent +++ b/packages.ent @@ -130,10 +130,10 @@ <!ENTITY expect-ch5-du "4 MB"> <!ENTITY expect-ch5-sbu "0.1 SBU"> -<!ENTITY file-version "4.26"> -<!ENTITY file-size "571 KB"> +<!ENTITY file-version "5.00"> +<!ENTITY file-size "587 KB"> <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> -<!ENTITY file-md5 "74cd5466416136da30a4e69f74dbc7a0"> +<!ENTITY file-md5 "fd0b4ce55a756151629e06eaa3411e0c"> <!ENTITY file-home "http://www.darwinsys.com/file/"> <!ENTITY file-ch6-du "8.9 MB"> <!ENTITY file-ch6-sbu "0.1 SBU"> |