diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-01-23 11:52:38 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-01-23 11:52:38 +0000 |
commit | 78877aad56bbbb4b2c4a61f002ed9bbefe46360d (patch) | |
tree | 1f69a6d69d3a9f0efc1fc77be03688d56e80f381 | |
parent | fd533a927729c729b10c2782a37911e51eb01ced (diff) |
Upgrade to File-5.05. Fixes #2821.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9445 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 6dcda73c7..36dae3621 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2011-01-23</para> <itemizedlist> <listitem> + <para>[matthew] Upgrade to File-5.05. Fixes + <ulink url="&lfs-ticket-root;2821">#2821</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgrade to IPRoute2-2.6.37. Fixes <ulink url="&lfs-ticket-root;2817">#2817</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 3eee53984..adcce7d6d 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 563d0a3e5..7a8013d8e 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.04"> -<!ENTITY file-size "607 KB"> +<!ENTITY file-version "5.05"> +<!ENTITY file-size "583 KB"> <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> -<!ENTITY file-md5 "accade81ff1cc774904b47c72c8aeea0"> +<!ENTITY file-md5 "0b429063710457be2bd17a18389cb018"> <!ENTITY file-home "http://www.darwinsys.com/file/"> <!ENTITY file-ch5-du "9.5 MB"> <!ENTITY file-ch5-sbu "0.2 SBU"> |