diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-01-04 19:44:21 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-01-04 19:44:21 +0000 |
commit | ffb993532b728d1f8a3b3d7daa6f36fc0bb5502f (patch) | |
tree | 68fe19b7770b40304f88f4fffc108b3b60a312fb | |
parent | fe1f5e8fc4c5cd9c5d0369a52797fd8ce742ffb6 (diff) |
Upgrade to File-4.23. Fixes #2125.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8449 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 24c8e1e49..09b0255e0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2008-01-04</para> <itemizedlist> <listitem> + <para>[matthew] - Upgraded to File-4.23. Fixes + <ulink url="&lfs-ticket-root;2125">#2125</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgraded to E2fsprogs-1.40.4. Fixes <ulink url="&lfs-ticket-root;2123">#2123</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 55583c90a..1a8d17d3f 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -65,9 +65,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 f5a2679ef..c7ea56a6f 100644 --- a/packages.ent +++ b/packages.ent @@ -128,10 +128,10 @@ <!ENTITY expect-ch5-du "4 MB"> <!ENTITY expect-ch5-sbu "0.1 SBU"> -<!ENTITY file-version "4.21"> -<!ENTITY file-size "538 KB"> +<!ENTITY file-version "4.23"> +<!ENTITY file-size "551 KB"> <!ENTITY file-url "ftp://ftp.gw.com/mirrors/pub/unix/file/file-&file-version;.tar.gz"> -<!ENTITY file-md5 "9e3503116f4269a1be70220ee2234b0e"> +<!ENTITY file-md5 "014a69979a8d5225a6ca2bcc4d7e967e"> <!ENTITY file-home " "> <!ENTITY file-ch6-du "7.9 MB"> <!ENTITY file-ch6-sbu "0.1 SBU"> |