Changeset 8181

Show
Ignore:
Timestamp:
06/30/07 08:46:50 (11 months ago)
Author:
matthew
Message:

Upgrade to Tar-1.18. Fixes #2039.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r8180 r8181  
    3939      <para>2007-06-30</para> 
    4040      <itemizedlist> 
     41        <listitem> 
     42          <para>[matthew] - Upgrade to Tar-1.18, fixes 
     43          <ulink url="&lfs-ticket-root;2039">#2039</ulink>.</para> 
     44        </listitem> 
    4145        <listitem> 
    4246          <para>[matthew] - Upgrade to Libtool-1.5.24, fixes 
  • trunk/BOOK/chapter01/whatsnew.xml

    r8180 r8181  
    221221    </listitem> 
    222222    <listitem> 
    223       <para>&tar-sort-exclude-test-patch;</para> 
    224     </listitem> 
    225     <listitem> 
    226223      <para>&util-linux-lseek-patch;</para> 
    227224    </listitem> 
  • trunk/BOOK/chapter03/patches.xml

    r8164 r8181  
    220220 
    221221    <varlistentry> 
    222       <term>Tar Sort Exclude Test Patch - <token>&tar-sort-exclude-test-patch-size;</token>:</term> 
    223       <listitem> 
    224         <para>Download: <ulink url="&patches-root;&tar-sort-exclude-test-patch;"/></para> 
    225         <para>MD5 sum: <literal>&tar-sort-exclude-test-patch-md5;</literal></para> 
    226       </listitem> 
    227     </varlistentry> 
    228  
    229     <varlistentry> 
    230222      <term>Texinfo Multibyte Fixes Patch - <token>&texinfo-multibyte-patch-size;</token>:</term> 
    231223      <listitem> 
  • trunk/BOOK/chapter05/tar.xml

    r8164 r8181  
    3838    <title>Installation of Tar</title> 
    3939 
    40     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    41     href="../chapter06/tar.xml" 
    42     xpointer="xpointer(//*[@os='a'])"/> 
    43  
    44     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    45     href="../chapter06/tar.xml" 
    46     xpointer="xpointer(//*[@os='b'])"/> 
    47  
    4840    <para>Prepare Tar for compilation:</para> 
    4941 
  • trunk/BOOK/chapter06/tar.xml

    r8164 r8181  
    3434  <sect2 role="installation"> 
    3535    <title>Installation of Tar</title> 
    36  
    37     <para os="a">One of the tests in the testsuite (number 12, exclude) fails, 
    38     at least on recent linux systems, because the output needs to be sorted 
    39     before it is diffed. If you are going to run the testsuite, fix this by 
    40     applying the following patch before you configure: </para> 
    41  
    42 <screen os="b"><userinput>patch -Np1 -i ../&tar-sort-exclude-test-patch;</userinput></screen> 
    4336 
    4437    <para>Prepare Tar for compilation:</para> 
  • trunk/BOOK/packages.ent

    r8180 r8181  
    455455<!ENTITY sysvinit-ch6-sbu "less than 0.1 SBU"> 
    456456 
    457 <!ENTITY tar-version "1.17"> 
    458 <!ENTITY tar-size "1,839 KB"> 
     457<!ENTITY tar-version "1.18"> 
     458<!ENTITY tar-size "1,833 KB"> 
    459459<!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.bz2"> 
    460 <!ENTITY tar-md5 "c6c4f1c075dbf0f75c29737faa58f290"> 
     460<!ENTITY tar-md5 "70170208d7c1bb9ab40120579434b6a3"> 
    461461<!ENTITY tar-home "&gnu-software;tar/"> 
    462462<!ENTITY tar-ch5-du "19.9 MB"> 
  • trunk/BOOK/patches.ent

    r8164 r8181  
    121121 
    122122 
    123 <!ENTITY tar-sort-exclude-test-patch "tar-&tar-version;-sort_exclude_test-1.patch"> 
    124 <!ENTITY tar-sort-exclude-test-patch-md5 "69326a1d462dad67db495a42854a93c7"> 
    125 <!ENTITY tar-sort-exclude-test-patch-size "3.1 KB"> 
    126  
    127  
    128123<!ENTITY texinfo-multibyte-patch "texinfo-&texinfo-version;-multibyte-1.patch"> 
    129124<!ENTITY texinfo-multibyte-patch-md5 "6cb5b760cfdd2dd53a0430eb572a8aaa">