aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Winkles <winkie@linuxfromscratch.org>2004-07-03 22:28:32 +0000
committerZack Winkles <winkie@linuxfromscratch.org>2004-07-03 22:28:32 +0000
commitd1847063566fe340f023592a2d491e7de0d11b64 (patch)
tree25fe2c4b259b33091098704d5e1f096705a91984
parente07596793b3ff9ac8d1ef86a8418b1fafe607097 (diff)
Upgraded to Glibc 2.3.4-20040701
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3881 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter03/packages.xml8
-rw-r--r--general.ent2
3 files changed, 9 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 45fedb561..a1851d17e 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -24,7 +24,7 @@ first a summary, then a detailed log.</para>
<listitem><para>bison-1.875a</para></listitem>
<listitem><para>flex-2.5.31</para></listitem>
<listitem><para>gcc-3.4.1</para></listitem>
-<listitem><para>glibc-2.3.4-20040529</para></listitem>
+<listitem><para>glibc-2.3.4-20040701</para></listitem>
<listitem><para>groff-1.19.1</para></listitem>
<listitem><para>hotplug-2004_04_01</para></listitem>
<listitem><para>lfs-bootscripts-2.1.2</para></listitem>
@@ -77,6 +77,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>July 3, 2004 [winkie]: Upgraded to Glibc 2.3.4-20040701.</para>
+</listitem>
+
<listitem><para>July 2, 2004 [winkie]: Upgraded to GCC 3.4.1.</para></listitem>
<listitem><para>July 2, 2004 [winkie]: Updated the Udev permissions
diff --git a/chapter03/packages.xml b/chapter03/packages.xml
index 7c8779b0e..8565edcd1 100644
--- a/chapter03/packages.xml
+++ b/chapter03/packages.xml
@@ -431,10 +431,10 @@ url="ftp://gaosu.rave.org/pub/linux/lfs/"/>.</para></note>
so create a tarball of some known-good CVS with the following commands:</para>
<screen><userinput>cvs -z 3 -d :pserver:anoncvs@sources.redhat.com:/cvs/glibc \
- export -d glibc-2.3.4-20040529 -D "2004-05-29 22:30 UTC" libc
-sed -i -e "s/stable/2004-05-29/" -e "s/2\.3\.3/2.3.4/" \
- glibc-2.3.4-20040529/version.h
-tar jcvf glibc-2.3.4-20040529.tar.bz2 glibc-2.3.4-20040529</userinput></screen>
+ export -d glibc-2.3.4-20040701 -D "2004-07-01 17:30 UTC" libc
+sed -i -e "s/stable/2004-07-01/" -e "s/2\.3\.3/2.3.4/" \
+ glibc-2.3.4-20040701/version.h
+tar jcvf glibc-2.3.4-20040701.tar.bz2 glibc-2.3.4-20040701</userinput></screen>
<para>Alternatively, we've made our own tarball available which you can download
from any of the FTP mirrors listed on the
diff --git a/general.ent b/general.ent
index 391982204..526342343 100644
--- a/general.ent
+++ b/general.ent
@@ -33,7 +33,7 @@
<!ENTITY gawk-version "3.1.3">
<!ENTITY gcc-version "3.4.1">
<!ENTITY gettext-version "0.14.1">
-<!ENTITY glibc-version "2.3.4-20040529">
+<!ENTITY glibc-version "2.3.4-20040701">
<!ENTITY grep-version "2.5.1">
<!ENTITY groff-version "1.19.1">
<!ENTITY grub-version "0.95">