Changeset e5ce78b for BOOK


Ignore:
Timestamp:
Apr 14, 2006, 7:01:06 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1fc4639
Parents:
bb952c5
Message:

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

Location:
BOOK
Files:
4 edited

Legend:

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

    rbb952c5 re5ce78b  
    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>
  • BOOK/final-system/multilib/tar.xml

    rbb952c5 re5ce78b  
    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
  • BOOK/introduction/common/changelog.xml

    rbb952c5 re5ce78b  
    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>
  • BOOK/patches.ent

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