diff options
-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"> |