Changeset 2e80ff1


Ignore:
Timestamp:
06/12/2007 08:51:30 PM (17 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
49171771
Parents:
63ebb95c
Message:

Update to tar-1.17, fixes #2029.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8164 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r63ebb95c r2e80ff1  
    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>
  • chapter01/whatsnew.xml

    r63ebb95c r2e80ff1  
    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>
  • chapter03/patches.xml

    r63ebb95c r2e80ff1  
    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>
  • chapter05/tar.xml

    r63ebb95c r2e80ff1  
    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
  • chapter06/tar.xml

    r63ebb95c r2e80ff1  
    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>
  • packages.ent

    r63ebb95c r2e80ff1  
    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">
  • patches.ent

    r63ebb95c r2e80ff1  
    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">
Note: See TracChangeset for help on using the changeset viewer.