diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-06 20:31:01 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-06 20:31:01 +0000 |
commit | a215474ef290fb390c7a0b6de6b89f231bd5b1cc (patch) | |
tree | d2530c5b4fd4fed185d4e8883145b0fceac76372 | |
parent | 62710765e88288db30b8f6450432f7de78043fd6 (diff) |
Updated Tar to 1.20
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8593 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/tar.xml | 6 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ef7668706..4885ecf6d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,9 @@ <para>2008-10-06</para> <itemizedlist> <listitem> + <para>[randy] - Updated Tar to 1.20.</para> + </listitem> + <listitem> <para>[randy] - Updated Perl to 5.10.0.</para> </listitem> <listitem> diff --git a/chapter06/tar.xml b/chapter06/tar.xml index dd91e51c4..a5baf9431 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -48,12 +48,10 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <para>To test the results (about 1 SBU), issue:</para> -<screen><userinput remap="test">make check || true</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> - <para>Note that tests 26 and 29 are known to fail intermittently.</para> - <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> diff --git a/packages.ent b/packages.ent index f463f9839..9e2adcb64 100644 --- a/packages.ent +++ b/packages.ent @@ -480,10 +480,10 @@ <!ENTITY sysvinit-ch6-du "1 MB"> <!ENTITY sysvinit-ch6-sbu "less than 0.1 SBU"> -<!ENTITY tar-version "1.19"> -<!ENTITY tar-size "1,838 KB"> +<!ENTITY tar-version "1.20"> +<!ENTITY tar-size "1,912 KB"> <!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.bz2"> -<!ENTITY tar-md5 "bcc2e19b19823b9ab68c94586067a792"> +<!ENTITY tar-md5 "1a7e17f27abf583b3b0bc059a827e68b"> <!ENTITY tar-home "&gnu-software;tar/"> <!ENTITY tar-ch5-du "19.9 MB"> <!ENTITY tar-ch5-sbu "0.3 SBU"> |