Changeset 104bdba9


Ignore:
Timestamp:
Sep 10, 2006, 10:44:38 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
02d7db6
Parents:
946ca2d
Message:

Added Robert's gzexe fix

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • final-system/common/gzip.xml

    r946ca2d r104bdba9  
    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
  • final-system/multilib/gzip.xml

    r946ca2d r104bdba9  
    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"
  • introduction/common/changelog.xml

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