diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 15:09:30 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 15:09:30 +0000 |
commit | 6e507556d6130fdc77ce5f4e8ad5cdcf5bfd94f5 (patch) | |
tree | 6c19427fb0888c2fcd4016b5a7303cdcd9642b61 /chapter01 | |
parent | 7972fe02a9414332d72f39ebcc9fa950e3a879d0 (diff) |
Applied Zack's patches. Untested at the moment, will do a build in a few minutes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2555 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0c1833bc7..01e3f1dae 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -9,6 +9,7 @@ <listitem><para>Upgraded to: <itemizedlist> <listitem><para>automake-1.7.4</para></listitem> +<listitem><para>bash-2.05b</para></listitem> <listitem><para>e2fsprogs-1.33</para></listitem> <listitem><para>file-4.02</para></listitem> <listitem><para>gawk-3.1.2</para></listitem> @@ -35,6 +36,7 @@ <listitem><para>Added: <itemizedlist> +<listitem><para>bash-2.05b.patch</para></listitem> <listitem><para>binutils-2.13.2-libc.patch</para></listitem> <listitem><para>coreutils-5.0</para></listitem> <listitem><para>dejagnu-1.4.3</para></listitem> @@ -49,6 +51,7 @@ <listitem><para>ncurses-5.3-etip.patch</para></listitem> <listitem><para>perl-5.8.0-libc.patch</para></listitem> <listitem><para>tcl-8.4.2</para></listitem> +<listitem><para>zlib-1.1.4-vsnprintf.patch</para></listitem> </itemizedlist> </para></listitem> @@ -63,6 +66,39 @@ </itemizedlist> </para></listitem> +<listitem><para>May 11th, 2003 [winkie]: Upgraded to Bash 2.05b and +added its patch</para></listitem> + +<listitem><para>May 11th, 2003 [winkie]: Chapter 06 - Installing Zlib: +Apply a patch to fix the buffer overflow in gzprintf().</para></listitem> + +<listitem><para>May 11th, 2003 [winkie]: Chapter 06 - Configuring system +compoents: Moved the creation of the btmp, wtmp, lastlog, and utmp to +just before Shadow, so that they are detected at their proper locations.</para></listitem> + +<listitem><para>May 10th, 2003 [winkie]: Chapter 06 - Installing Automake: +Run "make" before installing. This is needed now with the newer releases +of Automake.</para></listitem> + +<listitem><para>May 10th, 2003 [winkie]: Chapter 06 - Installing Vim: +Removed the patch. It hasn't been required since GCC 3.2.1.</para></listitem> + +<listitem><para>May 10th, 2003 [winkie]: Chapter 06 - Creating the mtab +file: Removed. Mounting /proc has the side effect of creating /etc/mtab +for us.</para></listitem> + +<listitem><para>May 10th, 2003 [winkie]: Chapter 06 - Installing Make: +Removed modification of /usr/bin/make file. It is no longer mistakenly +installed with strange ownership or permissions.</para></listitem> + +<listitem><para>May 10th, 2003 [winkie]: Chapter 06 - Installing Glibc: +Made /etc/localtime a file instead of a symlink. The symlink method breaks +on systems where /usr is a separate partition.</para></listitem> + +<listitem><para>May 10th, 2003 [winkie]: Chapter 06 - Installing E2fsprogs: +Removed install-info commands for e2fsprogs. The "make install" target +handles this for us.</para></listitem> + <listitem><para>May 10th, 2003 [gerard]: Removed all CFLAGS and LDFLAGS variables where they are not essential (so, not including static binutils, gcc and compiling zlib with -fPIC).</para></listitem> |