Changeset 1385

Show
Ignore:
Timestamp:
04/15/06 02:01:06 (3 years ago)
Author:
jim
Message:

r2898@server (orig r1386): jciccone | 2006-04-14 18:43:49 -0700
Added a security patch for tar

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/final-system/common/tar.xml

    r1117 r1385  
    4444 
    4545<screen os="p4"><userinput>patch -Np1 -i ../&tar-sparse_fix-patch;</userinput></screen> 
     46 
     47    <para os="p5">This patch fixes a security vournability in tar</para> 
     48 
     49<screen os="p6"><userinput>patch -Np1 -i ../&tar-security_fixes-patch;</userinput></screen> 
    4650 
    4751    <para os="a">Prepare Tar for compilation:</para> 
  • trunk/BOOK/final-system/multilib/tar.xml

    r779 r1385  
    4040    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    4141    href="../common/tar.xml" 
     42    xpointer="xpointer(//*[@os='p5'])"/> 
     43 
     44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     45    href="../common/tar.xml" 
     46    xpointer="xpointer(//*[@os='p6'])"/> 
     47 
     48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     49    href="../common/tar.xml" 
    4250    xpointer="xpointer(//*[@os='a'])"/> 
    4351 
  • trunk/BOOK/introduction/common/changelog.xml

    r1384 r1385  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[jciccone] - Added a security patch to tar.</para> 
     44        </listitem> 
     45        <listitem> 
    4346          <para>[jciccone] - Added a util-linux and kernel patch to fix a checksum calculation issue for sun disklabels.</para> 
    4447        </listitem> 
  • trunk/BOOK/patches.ent

    r1384 r1385  
    4545 
    4646<!ENTITY tar-gcc4_fix-patch "tar-&tar-version;-gcc4_fix_tests-1.patch"> 
     47<!ENTITY tar-security_fixes-patch "tar-&tar-version;-security_fixes-1.patch"> 
    4748<!ENTITY tar-sparse_fix-patch "tar-&tar-version;-sparse_fix-1.patch"> 
    4849