Changeset 04b83d4a


Ignore:
Timestamp:
03/11/2009 09:37:34 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
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.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:
9188201
Parents:
8b88eca
Message:

Upgrade to Tar-1.22. Fixes #2358.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r8b88eca r04b83d4a  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[matthew] - Upgraded to Tar-1.22. Fixes
     45          <ulink url="&lfs-ticket-root;2358">#2358</ulink>.</para>
     46        </listitem>
     47        <listitem>
    4448          <para>[matthew] - Upgraded to Readline-6.0. Fixes
    4549          <ulink url="&lfs-ticket-root;2353">#2353</ulink>.</para>
  • chapter01/whatsnew.xml

    r8b88eca r04b83d4a  
    246246
    247247    <listitem>
    248       <para>&tar-testsuite-patch;</para>
    249     </listitem>
    250 
    251     <listitem>
    252       <para>&tar-warning-patch;</para>
    253     </listitem>
    254 
    255     <listitem>
    256248      <para>&vim-fixes-patch;</para>
    257249    </listitem>
  • chapter03/patches.xml

    r8b88eca r04b83d4a  
    204204
    205205    <varlistentry>
    206       <term>Tar Testsuite Patch - <token>&tar-testsuite-patch-size;</token>:</term>
    207       <listitem>
    208         <para>Download: <ulink url="&patches-root;&tar-testsuite-patch;"/></para>
    209         <para>MD5 sum: <literal>&tar-testsuite-patch-md5;</literal></para>
    210       </listitem>
    211     </varlistentry>
    212 
    213     <varlistentry>
    214       <term>Tar Warning Removal Patch - <token>&tar-warning-patch-size;</token>:</term>
    215       <listitem>
    216         <para>Download: <ulink url="&patches-root;&tar-warning-patch;"/></para>
    217         <para>MD5 sum: <literal>&tar-warning-patch-md5;</literal></para>
    218       </listitem>
    219     </varlistentry>
    220 
    221     <varlistentry>
    222206      <term>Vim Fixes Patch - <token>&vim-fixes-patch-size;</token>:</term>
    223207      <listitem>
  • chapter05/tar.xml

    r8b88eca r04b83d4a  
    4444    <title>Installation of Tar</title>
    4545
    46     <para>Apply 2 patches, which correct a bug in Tar's testsuite and suppress
    47     a warning that affects Perl's testsuite:</para>
    48 
    49 <screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;
    50 patch -Np1 -i ../&tar-warning-patch;</userinput></screen>
    51 
    5246    <para>Prepare Tar for compilation:</para>
    5347
  • chapter06/tar.xml

    r8b88eca r04b83d4a  
    4040  <sect2 role="installation">
    4141    <title>Installation of Tar</title>
    42 
    43     <para>Apply 2 patches, which correct a bug in Tar's testsuite and suppress
    44     a warning that affects Perl's testsuite:</para>
    45 
    46 <screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;
    47 patch -Np1 -i ../&tar-warning-patch;</userinput></screen>
    4842
    4943    <para>Prepare Tar for compilation:</para>
  • packages.ent

    r8b88eca r04b83d4a  
    465465<!ENTITY sysvinit-ch6-sbu "less than 0.1 SBU">
    466466
    467 <!ENTITY tar-version "1.21">
    468 <!ENTITY tar-size "2,023 KB">
     467<!ENTITY tar-version "1.22">
     468<!ENTITY tar-size "2,046 KB">
    469469<!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.bz2">
    470 <!ENTITY tar-md5 "4f9028d231c3e7d7bdd658e14e74c2d1">
     470<!ENTITY tar-md5 "07fa517027f426bb80f5f5ff91b63585">
    471471<!ENTITY tar-home "&gnu-software;tar/">
    472472<!ENTITY tar-ch5-du "19.9 MB">
  • patches.ent

    r8b88eca r04b83d4a  
    103103
    104104
    105 <!ENTITY tar-testsuite-patch "tar-&tar-version;-testsuite_fix-1.patch">
    106 <!ENTITY tar-testsuite-patch-md5 "b2f08aa96e947f7dca8920bff13b58e5">
    107 <!ENTITY tar-testsuite-patch-size "3 KB">
    108 
    109 
    110 <!ENTITY tar-warning-patch "tar-&tar-version;-remove_warning-1.patch">
    111 <!ENTITY tar-warning-patch-md5 "c7247a20a158ac7d25f02537c4069663">
    112 <!ENTITY tar-warning-patch-size "1.4 KB">
    113 
    114105<!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-4.patch">
    115106<!ENTITY vim-fixes-patch-md5 "87056fb6fd7bc3df5cd328e26a83bf43">
Note: See TracChangeset for help on using the changeset viewer.