Changeset 8164

Show
Ignore:
Timestamp:
06/12/07 14:51:30 (1 year ago)
Author:
ken
Message:

Update to tar-1.17, fixes #2029.

Files:

Legend:

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

    r8163 r8164  
    4848          <para>[ken] - Upgrade to findutils-4.2.31, fixes 
    4949          <ulink url="&lfs-ticket-root;2025">#2025</ulink>.</para> 
     50          <para>[ken] - Upgrade to tar-1.17, fixes 
     51          <ulink url="&lfs-ticket-root;2029">#2029</ulink>.</para> 
    5052        </listitem> 
    5153      </itemizedlist> 
  • trunk/BOOK/chapter01/whatsnew.xml

    r8158 r8164  
    221221    </listitem> 
    222222    <listitem> 
     223      <para>&tar-sort-exclude-test-patch;</para> 
     224    </listitem> 
     225    <listitem> 
    223226      <para>&util-linux-lseek-patch;</para> 
    224227    </listitem> 
  • trunk/BOOK/chapter03/patches.xml

    r8158 r8164  
    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> 
    222230      <term>Texinfo Multibyte Fixes Patch - <token>&texinfo-multibyte-patch-size;</token>:</term> 
    223231      <listitem> 
  • trunk/BOOK/chapter05/tar.xml

    r7970 r8164  
    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 
    4048    <para>Prepare Tar for compilation:</para> 
    4149 
  • trunk/BOOK/chapter06/tar.xml

    r7970 r8164  
    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> 
    3643 
    3744    <para>Prepare Tar for compilation:</para> 
  • trunk/BOOK/packages.ent

    r8163 r8164  
    455455<!ENTITY sysvinit-ch6-sbu "less than 0.1 SBU"> 
    456456 
    457 <!ENTITY tar-version "1.16.1"> 
    458 <!ENTITY tar-size "1,752 KB"> 
     457<!ENTITY tar-version "1.17"> 
     458<!ENTITY tar-size "1,839 KB"> 
    459459<!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.bz2"> 
    460 <!ENTITY tar-md5 "d51593461c5ef1f7e37134f22338bb9e"> 
     460<!ENTITY tar-md5 "c6c4f1c075dbf0f75c29737faa58f290"> 
    461461<!ENTITY tar-home "&gnu-software;tar/"> 
    462 <!ENTITY tar-ch5-du "13.7 MB"> 
    463 <!ENTITY tar-ch5-sbu "0.2 SBU"> 
    464 <!ENTITY tar-ch6-du "13.7 MB"> 
    465 <!ENTITY tar-ch6-sbu "0.2 SBU"> 
     462<!ENTITY tar-ch5-du "19.9 MB"> 
     463<!ENTITY tar-ch5-sbu "0.3 SBU"> 
     464<!ENTITY tar-ch6-du "19.9 MB"> 
     465<!ENTITY tar-ch6-sbu "0.3 SBU"> 
    466466 
    467467<!ENTITY tcl-version "8.4.15"> 
  • trunk/BOOK/patches.ent

    r8158 r8164  
    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 
    123128<!ENTITY texinfo-multibyte-patch "texinfo-&texinfo-version;-multibyte-1.patch"> 
    124129<!ENTITY texinfo-multibyte-patch-md5 "6cb5b760cfdd2dd53a0430eb572a8aaa">