diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-04-18 18:57:44 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-04-18 18:57:44 +0000 |
commit | 0f23b8a8bd49a4cd90876cf423c7239246d74aaf (patch) | |
tree | b537bb8e21fe72fa42cd612163d36f2787c47a4d | |
parent | 48e640b05ab30c880ae2938a78fad57c576d37c0 (diff) |
Upgrade to File-5.06. Fixes #2860.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9507 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 06b066f65..920f8efd2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2011-04-18</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to File-5.06. Fixes + <ulink url="&lfs-ticket-root;2860">#2860</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Linux-2.6.38.3. Fixes <ulink url="&lfs-ticket-root;2859">#2859</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index a146a232b..b4bcff048 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -61,9 +61,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 f7ea82517..44870c158 100644 --- a/packages.ent +++ b/packages.ent @@ -119,10 +119,10 @@ <!ENTITY expect-ch5-du "4.1 MB"> <!ENTITY expect-ch5-sbu "0.1 SBU"> -<!ENTITY file-version "5.05"> -<!ENTITY file-size "583 KB"> +<!ENTITY file-version "5.06"> +<!ENTITY file-size "587 KB"> <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> -<!ENTITY file-md5 "0b429063710457be2bd17a18389cb018"> +<!ENTITY file-md5 "deb12b0fb9d09e7681be72bad6eba4e0"> <!ENTITY file-home "http://www.darwinsys.com/file/"> <!ENTITY file-ch5-du "9.5 MB"> <!ENTITY file-ch5-sbu "0.2 SBU"> |