Changeset 73941fd


Ignore:
Timestamp:
02/13/2005 01:46:33 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
9f1c7e5
Parents:
2f9d550
Message:
  • Upgrade to glibc-2.3.4

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r2f9d550 r73941fd  
    2525<listitem><para>file-4.13</para></listitem>
    2626<listitem><para>findutils-4.2.17</para></listitem>
    27 <listitem><para>glibc-20041220</para></listitem>
     27<listitem><para>glibc-2.3.4</para></listitem>
    2828<listitem><para>grub-0.96</para></listitem>
    2929<listitem><para>lfs-bootscripts-3.1.0</para></listitem>
     
    5050<listitem><para>bash-3.0-fixes-1.patch</para></listitem>
    5151</itemizedlist>
     52</listitem>
     53
     54<listitem><para>February 13, 2005 [matt]: Upgraded to glibc-2.3.4</para>
    5255</listitem>
    5356
  • chapter03/packages.xml

    r2f9d550 r73941fd  
    133133
    134134<varlistentry>
    135 <term>Glibc (&glibc-version;) - 13,800 KB: </term>
    136 <listitem>
    137 <para><ulink url="ftp://sources.redhat.com/pub/glibc/snapshots/"/></para>
     135<term>Glibc (&glibc-version;) - 12,904 KB: </term>
     136<listitem>
     137<para><ulink url="http://ftp.gnu.org/gnu/glibc/"/></para>
     138</listitem>
     139</varlistentry>
     140
     141<varlistentry>
     142<term>Glibc-Linuxthreads (&glibc-version;) - 231 KB: </term>
     143<listitem>
     144<para><ulink url="http://ftp.gnu.org/gnu/glibc/"/></para>
    138145</listitem>
    139146</varlistentry>
  • chapter06/glibc.xml

    r2f9d550 r73941fd  
    2222<sect2 role="installation">
    2323<title>Installation of Glibc</title>
     24
     25<para>The linuxthreads tarball contains the man pages for the threading
     26libraries installed by glibc.  Unpack the tarball from within the glibc source
     27directory:</para>
     28
     29<screen><userinput>tar xjvf ../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen>
    2430
    2531<para>Create a build directory:</para>
  • general.ent

    r2f9d550 r73941fd  
    3232<!ENTITY gcc-version "3.4.3">
    3333<!ENTITY gettext-version "0.14.1">
    34 <!ENTITY glibc-version "20041220">
     34<!ENTITY glibc-version "2.3.4">
    3535<!ENTITY grep-version "2.5.1a">
    3636<!ENTITY groff-version "1.19.1">
Note: See TracChangeset for help on using the changeset viewer.