diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-09-29 18:43:06 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-09-29 18:43:06 +0000 |
commit | cffa7e64d12777bd134dae8da9a8c170024d4bb9 (patch) | |
tree | cf8733c605019acd2e54f6d9a9fa3f6ca65e7268 | |
parent | 33aff24cbd2e70a42caedea71b12cfc12dce610b (diff) |
Upgrade to File-5.09. Fixes #2932.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9609 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 02f252979..2a5ddf751 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2011-09-29</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to File-5.09. Fixes + <ulink url="&lfs-ticket-root;2932">#2932</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Coreutils-8.13. Fixes <ulink url="&lfs-ticket-root;2928">#2928</ulink>.</para> </listitem> diff --git a/packages.ent b/packages.ent index f2cf8acc6..a6b3abf2e 100644 --- a/packages.ent +++ b/packages.ent @@ -120,10 +120,10 @@ <!ENTITY expect-ch5-du "4.1 MB"> <!ENTITY expect-ch5-sbu "0.1 SBU"> -<!ENTITY file-version "5.08"> -<!ENTITY file-size "591 KB"> +<!ENTITY file-version "5.09"> +<!ENTITY file-size "593 KB"> <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> -<!ENTITY file-md5 "6a2a263c20278f01fe3bb0f720b27d4e"> +<!ENTITY file-md5 "6fd7cd6c4281e68fe9ec6644ce0fac6f"> <!ENTITY file-home "http://www.darwinsys.com/file/"> <!ENTITY file-ch5-du "9.5 MB"> <!ENTITY file-ch5-sbu "0.2 SBU"> |