Changeset fabddfd in clfs-sysroot for BOOK


Ignore:
Timestamp:
Mar 15, 2009, 9:02:47 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
f91445c
Parents:
1547c6b
Message:

Updated Tar to 1.22.

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/tar.xml

    r1547c6b rfabddfd  
    3030<screen os="p2"><userinput>patch -Np1 -i ../&tar-man_page-patch;</userinput></screen>
    3131
    32     <para os="p3">The following patch contains a fix for an issue that may occur
    33     when <command>tar</command> calls an outside compression utility like
    34     <command>bzip2</command>:</para>
     32    <para os="p3">The following patch will add support for new compressors like XZ Utils:</para>
    3533
    36 <screen os="p4"><userinput>patch -Np1 -i ../&tar-revert_pipe_drain-patch;</userinput></screen>
     34<screen os="p4"><userinput>patch -Np1 -i ../&tar-new_compressors-patch;</userinput></screen>
    3735
    3836    <para os="a">Prepare Tar for compilation:</para>
  • BOOK/introduction/common/changelog.xml

    r1547c6b rfabddfd  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>March 15, 2009</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated Tar to 1.22.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
    3847
    3948    <listitem>
  • BOOK/materials/common/patches.xml

    r1547c6b rfabddfd  
    191191
    192192    <varlistentry>
    193       <term>Tar Revert Pipe Drain Patch - <token>&tar-revert_pipe_drain-patch-size;</token>:</term>
    194       <listitem>
    195         <para>Download: <ulink
    196         url="&patches-root;&tar-revert_pipe_drain-patch;"/></para>
    197         <para>MD5 sum: <literal>&tar-revert_pipe_drain-patch-md5;</literal></para>
     193      <term>Texinfo New Compressors Patch - <token>&tar-new_compressors-patch-size;</token>:</term>
     194      <listitem>
     195        <para>Download: <ulink
     196        url="&patches-root;&tar-new_compressors-patch;"/></para>
     197        <para>MD5 sum: <literal>&tar-new_compressors-patch-md5;</literal></para>
    198198      </listitem>
    199199    </varlistentry>
  • BOOK/packages.ent

    r1547c6b rfabddfd  
    290290<!ENTITY sysvinit-home " ">
    291291
    292 <!ENTITY tar-version "1.21">
     292<!ENTITY tar-version "1.22">
    293293<!ENTITY tar-size "2,028 KB">
    294294<!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.bz2">
    295 <!ENTITY tar-md5 "4f9028d231c3e7d7bdd658e14e74c2d1">
     295<!ENTITY tar-md5 "07fa517027f426bb80f5f5ff91b63585">
    296296<!ENTITY tar-home "&gnu-software;tar">
    297297
  • BOOK/patches.ent

    r1547c6b rfabddfd  
    7878
    7979<!ENTITY tar-man_page-patch "tar-&tar-version;-man_page-1.patch">
    80 <!ENTITY tar-man_page-patch-md5 "5bea72fd46830db0fed3c58b236f6ecf">
    81 <!ENTITY tar-man_page-patch-size "20 KB">
     80<!ENTITY tar-man_page-patch-md5 "a8d01d18a3e550230302a5a52c686d25">
     81<!ENTITY tar-man_page-patch-size "16 KB">
    8282
    83 <!ENTITY tar-revert_pipe_drain-patch "tar-&tar-version;-revert_pipe_drain-1.patch">
    84 <!ENTITY tar-revert_pipe_drain-patch-md5 "fd0543b6c8b4c033af0b702f28ec6608">
    85 <!ENTITY tar-revert_pipe_drain-patch-size "4 KB">
     83<!ENTITY tar-new_compressors-patch "tar-&tar-version;-new_compressors-1.patch">
     84<!ENTITY tar-new_compressors-patch-md5 "95a38ca73a39105a5aee528471c7fcc9">
     85<!ENTITY tar-new_compressors-patch-size "2 KB">
    8686
    8787<!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update-5.patch">
Note: See TracChangeset for help on using the changeset viewer.