From 6e507556d6130fdc77ce5f4e8ad5cdcf5bfd94f5 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Sun, 11 May 2003 15:09:30 +0000 Subject: 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 --- chapter01/changelog.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'chapter01') 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 @@ Upgraded to: automake-1.7.4 +bash-2.05b e2fsprogs-1.33 file-4.02 gawk-3.1.2 @@ -35,6 +36,7 @@ Added: +bash-2.05b.patch binutils-2.13.2-libc.patch coreutils-5.0 dejagnu-1.4.3 @@ -49,6 +51,7 @@ ncurses-5.3-etip.patch perl-5.8.0-libc.patch tcl-8.4.2 +zlib-1.1.4-vsnprintf.patch @@ -63,6 +66,39 @@ +May 11th, 2003 [winkie]: Upgraded to Bash 2.05b and +added its patch + +May 11th, 2003 [winkie]: Chapter 06 - Installing Zlib: +Apply a patch to fix the buffer overflow in gzprintf(). + +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. + +May 10th, 2003 [winkie]: Chapter 06 - Installing Automake: +Run "make" before installing. This is needed now with the newer releases +of Automake. + +May 10th, 2003 [winkie]: Chapter 06 - Installing Vim: +Removed the patch. It hasn't been required since GCC 3.2.1. + +May 10th, 2003 [winkie]: Chapter 06 - Creating the mtab +file: Removed. Mounting /proc has the side effect of creating /etc/mtab +for us. + +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. + +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. + +May 10th, 2003 [winkie]: Chapter 06 - Installing E2fsprogs: +Removed install-info commands for e2fsprogs. The "make install" target +handles this for us. + 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). -- cgit v1.2.3-54-g00ecf