Changeset 2609

Show
Ignore:
Timestamp:
09/10/06 17:44:38 (2 years ago)
Author:
jim
Message:

Added Robert's gzexe fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-1.0/BOOK/final-system/common/gzip.xml

    r2154 r2609  
    3333<screen os="p2"><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen> 
    3434 
     35    <para os="s1">The <command>gzexe</command> command calls <command>tail</command> 
     36     with options that do not conform to newer versions of the POSIX standard, 
     37     and therefore are not accepted by current versions of Coreutils. Fix this 
     38     problem by issuing the following command:</para> 
     39 
     40<screen os="s2"><userinput>sed -i 's/tail +/tail -n +/' gzexe.in</userinput></screen> 
     41 
    3542    <para os="a">Prepare Gzip for compilation:</para> 
    3643 
  • branches/clfs-1.0/BOOK/final-system/multilib/gzip.xml

    r1173 r2609  
    2929    href="../common/gzip.xml" 
    3030    xpointer="xpointer(//*[@os='p2'])"/> 
     31 
     32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     33    href="../common/gzip.xml" 
     34    xpointer="xpointer(//*[@os='21'])"/> 
     35 
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     37    href="../common/gzip.xml" 
     38    xpointer="xpointer(//*[@os='22'])"/> 
    3139 
    3240    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • branches/clfs-1.0/BOOK/introduction/common/changelog.xml

    r2605 r2609  
    4545          change in glibc's handling of inet_addr, was long now is u_int32_t.</para> 
    4646        </listitem> 
     47        <listitem> 
     48          <para>[jim] - Add patch to fix gzexe. Used Matts change from LFS, that utilizes Robert's fix. 
     49           More details at http://wiki.linuxfromscratch.org/lfs/ticket/1876.</para> 
     50        </listitem> 
    4751      </itemizedlist> 
    4852    </listitem>