diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 21:39:33 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-10-29 21:39:33 +0000 |
commit | 3ed9fdf9b8cf2de0ca93be081111851d5fb42721 (patch) | |
tree | 475c23799874a6df16d15990d982052fd5780dc9 | |
parent | d5ec9ddd921f33245665b597f33edf66b289374a (diff) |
Upgrade to Tar-1.19. Fixes #2090.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8418 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter06/tar.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 12 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d6651eb6c..ab5b61653 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2007-10-24</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Tar-1.19. Fixes + <ulink url="&lfs-ticket-root;2090">#2090</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Man-Pages-2.67. Fixes <ulink url="&lfs-ticket-root;2078">#2078</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 8725473a2..781666393 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -170,10 +170,10 @@ <!--<listitem> <para>SysVinit &sysvinit-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Tar &tar-version;</para> </listitem> - <listitem> + <!--<listitem> <para>TCL &tcl-version;</para> </listitem>--> <!--<listitem> diff --git a/chapter06/tar.xml b/chapter06/tar.xml index a5dfa0a0d..dd91e51c4 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -50,8 +50,10 @@ <para>To test the results, issue:</para> -<screen><userinput remap="test">make check</userinput></screen> +<screen><userinput remap="test">make check || true</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 745f6a804..9f4699d1f 100644 --- a/packages.ent +++ b/packages.ent @@ -457,10 +457,10 @@ <!ENTITY sysvinit-ch6-du "1 MB"> <!ENTITY sysvinit-ch6-sbu "less than 0.1 SBU"> -<!ENTITY tar-version "1.18"> -<!ENTITY tar-size "1,833 KB"> +<!ENTITY tar-version "1.19"> +<!ENTITY tar-size "1,838 KB"> <!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.bz2"> -<!ENTITY tar-md5 "70170208d7c1bb9ab40120579434b6a3"> +<!ENTITY tar-md5 "bcc2e19b19823b9ab68c94586067a792"> <!ENTITY tar-home "&gnu-software;tar/"> <!ENTITY tar-ch5-du "19.9 MB"> <!ENTITY tar-ch5-sbu "0.3 SBU"> |