Changeset 7940

Show
Ignore:
Timestamp:
02/24/07 07:45:43 (1 year ago)
Author:
matthew
Message:

Add upstream fixes for Glibc, bringing it up to date with the 2.5 release branch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7939 r7940  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[matthew] - Add an upstream patch for Glibc.  Fixes 
     44          <ulink url="&lfs-ticket-root;1930">#1930</ulink></para> 
     45        </listitem> 
     46        <listitem> 
    4347          <para>[matthew] - Upgrade to GCC-4.1.2.  Fixes 
    4448          <ulink url="&lfs-ticket-root;1960">#1960</ulink></para> 
  • trunk/BOOK/chapter01/whatsnew.xml

    r7938 r7940  
    209209    </listitem> 
    210210    <listitem> 
     211      <para>&glibc-branch_update-patch;</para> 
     212    </listitem> 
     213    <listitem> 
    211214      <para>&inetutils-man_pages-patch;</para> 
    212215    </listitem> 
  • trunk/BOOK/chapter03/patches.xml

    r7938 r7940  
    100100 
    101101    <varlistentry> 
     102      <term>Glibc Branch Update Patch - <token>&glibc-branch_update-patch-size;</token>:</term> 
     103      <listitem> 
     104        <para>Download: <ulink url="&patches-root;&glibc-branch_update-patch;"/></para> 
     105        <para>MD5 sum: <literal>&glibc-branch_update-patch-md5;</literal></para> 
     106      </listitem> 
     107    </varlistentry> 
     108 
     109    <varlistentry> 
    102110      <term>Grep RedHat Fixes Patch - <token>&grep-fixes-patch-size;</token>:</term> 
    103111      <listitem> 
  • trunk/BOOK/chapter06/glibc.xml

    r7907 r7940  
    8282's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' \ 
    8383        scripts/test-installation.pl</userinput></screen> 
     84 
     85    <para>Apply a patch to obtain various fixes that the upstream maintainers 
     86    have provided:</para> 
     87 
     88<screen><userinput>patch -Np1 -i ../&glibc-branch_update-patch;</userinput></screen> 
    8489 
    8590    <para>The Glibc documentation recommends building Glibc outside of the source 
  • trunk/BOOK/patches.ent

    r7938 r7940  
    4848<!ENTITY gcc-specs-patch-md5 "a17be8ccfb978e73f382be5093dd8abd"> 
    4949<!ENTITY gcc-specs-patch-size "14.8 KB"> 
     50 
     51 
     52<!ENTITY glibc-branch_update-patch "glibc-&glibc-version;-branch_update-2.patch"> 
     53<!ENTITY glibc-branch_update-patch-md5 "e09685a7f6d8ba60a70c03a091130ea9"> 
     54<!ENTITY glibc-branch_update-patch-size "1,646 KB"> 
    5055 
    5156