diff options
-rw-r--r-- | chapter01/changelog.xml | 17 | ||||
-rw-r--r-- | chapter03/patches.xml | 14 | ||||
-rw-r--r-- | chapter05/bash.xml | 7 | ||||
-rw-r--r-- | chapter06/bash.xml | 8 | ||||
-rw-r--r-- | chapter06/readline.xml | 8 | ||||
-rw-r--r-- | general.ent | 18 |
6 files changed, 27 insertions, 45 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6a6c8c29d..c785ac3c7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -19,9 +19,11 @@ first a summary, then a detailed log.</para> <listitem><para>Upgraded to:</para> <itemizedlist> -<listitem><para>automake-1.8.5</para></listitem> -<listitem><para>binutils-2.15.91.0.1</para></listitem> +<listitem><para>automake-1.9</para></listitem> +<listitem><para>bash-3.0</para></listitem> +<listitem><para>binutils-2.15.91.0.2</para></listitem> <listitem><para>bison-1.875a</para></listitem> +<listitem><para>file-4.10</para></listitem> <listitem><para>flex-2.5.31</para></listitem> <listitem><para>gcc-3.4.1</para></listitem> <listitem><para>glibc-2.3.4-20040701</para></listitem> @@ -31,11 +33,14 @@ first a summary, then a detailed log.</para> <listitem><para>lfs-bootscripts-2.2.1</para></listitem> <listitem><para>linux-2.6.7</para></listitem> <listitem><para>m4-1.4.1</para></listitem> +<listitem><para>man-1.5n</para></listitem> <listitem><para>man-pages-1.67</para></listitem> +<listitem><para>perl-5.8.5</para></listitem> <listitem><para>procps-3.2.2</para></listitem> <listitem><para>psmisc-21.5</para></listitem> <listitem><para>sed-4.1.1</para></listitem> <listitem><para>tar-1.14</para></listitem> +<listitem><para>tcl-8.4.7</para></listitem> <listitem><para>vim-6.3</para></listitem> </itemizedlist> </listitem> @@ -53,8 +58,7 @@ first a summary, then a detailed log.</para> <listitem><para>iproute2-2.6.X-ss040702-remove_db-1.patch</para></listitem> <listitem><para>linux-libc-headers-2.6.7.0</para></listitem> <listitem><para>module-init-tools-3.0</para></listitem> -<listitem><para>readline-4.3</para></listitem> -<listitem><para>readline-4.3-gnu_fixes-1.patch</para></listitem> +<listitem><para>readline-5.0</para></listitem> <listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem> <listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem> <listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem> @@ -80,6 +84,11 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> + +<listitem><para>July 30, 2004 [jeremy]: Upgraded to automake-1.9, man-1.5n, +file-4.10, bash-3.0, perl-5.8.5, readline-5.0, tcl-8.4.7, binutils-2.15.91.0.2 +</para></listitem> + <listitem><para>July 23, 2004 [jeremy]: Upgraded to iana-etc 1.01</para></listitem> <listitem><para>July 23, 2004 [jeremy]: Upgraded to LFS-Bootscripts-2.2.1</para></listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 5becf331d..77a630e9c 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -15,13 +15,6 @@ following:</para> <variablelist role="materials"><title>Patches</title> <varlistentry> -<term>Bash GNU Fixes Patch - 7 KB:</term> -<listitem> -<para><ulink url="&patches-root;bash-&bash-version;-gnu_fixes-2.patch"/></para> -</listitem> -</varlistentry> - -<varlistentry> <term>Coreutils Suppress Hostname, Uptime, Kill, Su Patch - 16 KB:</term> <listitem> <para><ulink url="&patches-root;coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch"/></para> @@ -129,13 +122,6 @@ following:</para> </varlistentry> <varlistentry> -<term>Readline GNU Fixes Patch - 5 KB:</term> -<listitem> -<para><ulink url="&patches-root;readline-&readline-version;-gnu_fixes-1.patch"/></para> -</listitem> -</varlistentry> - -<varlistentry> <term>Sysklogd Kernel Headers Patch - 3 KB:</term> <listitem> <para><ulink url="&patches-root;sysklogd-&sysklogd-version;-kernel_headers-1.patch"/></para> diff --git a/chapter05/bash.xml b/chapter05/bash.xml index b8b9bda09..18a399aee 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -27,12 +27,7 @@ <sect2 role="installation"> <title>Installation of Bash</title> -<para>Bash contains several known bugs. Fix these with the following -patch:</para> - -<screen><userinput>patch -Np1 -i ../bash-&bash-version;-gnu_fixes-2.patch</userinput></screen> - -<para>Now prepare Bash for compilation:</para> +<para>Prepare Bash for compilation:</para> <screen><userinput>./configure --prefix=/tools --without-bash-malloc</userinput></screen> diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 286038439..4e116a288 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -28,13 +28,7 @@ GCC, Glibc, Grep, Make, Ncurses, Sed.</seg></seglistitem> <sect2 role="installation"> <title>Installation of Bash</title> -<para>Bash has a number of bugs in it that cause it to not behave the -way it is expected at times. Fix this behavior with the following -patch:</para> - -<screen><userinput>patch -Np1 -i ../bash-&bash-version;-gnu_fixes-2.patch</userinput></screen> - -<para>Now prepare Bash for compilation:</para> +<para>Prepare Bash for compilation:</para> <screen><userinput>./configure --prefix=/usr --bindir=/bin \ --without-bash-malloc --with-installed-readline</userinput></screen> diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 047f9c106..96437bf1b 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -32,9 +32,7 @@ GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem> way it is expected at times. Fix this behavior with the following patch:</para> -<screen><userinput>patch -Np1 -i ../readline-&readline-version;-gnu_fixes-1.patch</userinput></screen> - -<para>Now prepare Readline for compilation:</para> +<para>Prepare Readline for compilation:</para> <screen><userinput>./configure --prefix=/usr</userinput></screen> @@ -52,12 +50,12 @@ patch:</para> <para>And move them to a more appropriate location:</para> -<screen><userinput>mv /usr/lib/lib{readline,history}.so.4* /lib</userinput></screen> +<screen><userinput>mv /usr/lib/lib{readline,history}.so.5* /lib</userinput></screen> <para>Because the libraries have been moved, a few symlinks are now pointing to non-existent files. Recreate those symlinks:</para> -<screen><userinput>ln -sf ../../lib/libhistory.so.4 /usr/lib/libhistory.so +<screen><userinput>ln -sf ../../lib/libhistory.so.5 /usr/lib/libhistory.so ln -sf ../../lib/libreadline.so.4 /usr/lib/libreadline.so</userinput></screen> </sect2> diff --git a/general.ent b/general.ent index 061218b37..f115c763c 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!ENTITY version "SVN-20040723"> -<!ENTITY releasedate "July 23, 2004"> +<!ENTITY releasedate "July 30, 2004"> <!ENTITY milestone "6.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> @@ -16,9 +16,9 @@ <!ENTITY diskspace "Required disk space"> <!ENTITY autoconf-version "2.59"> -<!ENTITY automake-version "1.8.5"> -<!ENTITY bash-version "2.05b"> -<!ENTITY binutils-version "2.15.91.0.1"> +<!ENTITY automake-version "1.9"> +<!ENTITY bash-version "3.0"> +<!ENTITY binutils-version "2.15.91.0.2"> <!ENTITY bison-version "1.875a"> <!ENTITY bootscripts-version "2.2.1"> <!ENTITY bzip2-version "1.0.2"> @@ -27,7 +27,7 @@ <!ENTITY diffutils-version "2.8.1"> <!ENTITY e2fsprogs-version "1.35"> <!ENTITY expect-version "5.41.0"> -<!ENTITY file-version "4.09"> +<!ENTITY file-version "4.10"> <!ENTITY findutils-version "4.1.20"> <!ENTITY flex-version "2.5.31"> <!ENTITY gawk-version "3.1.3"> @@ -50,22 +50,22 @@ <!ENTITY linux-libc-headers-version "2.6.7.0"> <!ENTITY m4-version "1.4.1"> <!ENTITY make-version "3.80"> -<!ENTITY man-version "1.5m2"> +<!ENTITY man-version "1.5n"> <!ENTITY man-pages-version "1.67"> <!ENTITY mktemp-version "1.5"> <!ENTITY module-init-tools-version "3.0"> <!ENTITY ncurses-version "5.4"> <!ENTITY patch-version "2.5.4"> -<!ENTITY perl-version "5.8.4"> +<!ENTITY perl-version "5.8.5"> <!ENTITY procps-version "3.2.2"> <!ENTITY psmisc-version "21.5"> -<!ENTITY readline-version "4.3"> +<!ENTITY readline-version "5.0"> <!ENTITY sed-version "4.1.1"> <!ENTITY shadow-version "4.0.4.1"> <!ENTITY sysklogd-version "1.4.1"> <!ENTITY sysvinit-version "2.85"> <!ENTITY tar-version "1.14"> -<!ENTITY tcl-version "8.4.6"> +<!ENTITY tcl-version "8.4.7"> <!ENTITY texinfo-version "4.7"> <!ENTITY util-linux-version "2.12a"> <!ENTITY udev-version "030"> |