aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Gifford <jim@linuxfromscratch.org>2004-09-29 18:00:17 +0000
committerJim Gifford <jim@linuxfromscratch.org>2004-09-29 18:00:17 +0000
commit51504be78c6d88463bd0fb60466985a13cd67bdf (patch)
tree15a4d26be91348392ced02e3ec8ed678bbb42fa7
parentd5933706f909e684f3e39637a3c9cf44b2ffa5a1 (diff)
Patches and Program Updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4247 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml9
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/bash.xml6
-rw-r--r--chapter06/readline.xml6
-rw-r--r--general.ent6
5 files changed, 19 insertions, 16 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b3003b212..4a1da02e8 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -35,7 +35,7 @@ first a summary, then a detailed log.</para>
<listitem><para>libtool-1.5.10</para></listitem>
<listitem><para>linux-2.6.8.1</para></listitem>
<listitem><para>m4-1.4.2</para></listitem>
-<listitem><para>man-1.5o</para></listitem>
+<listitem><para>man-1.5o1</para></listitem>
<listitem><para>man-pages-1.67</para></listitem>
<listitem><para>perl-5.8.5</para></listitem>
<listitem><para>procps-3.2.3</para></listitem>
@@ -50,7 +50,7 @@ first a summary, then a detailed log.</para>
<listitem><para>Added:</para>
<itemizedlist>
-<listitem><para>bash-3.0-display_wrap-1.patch</para></listitem>
+<listitem><para>bash-3.0-fixes-1.patch</para></listitem>
<listitem><para>coreutils-5.2.1-suppress_hostname_uptime_kill_su-1.patch</para></listitem>
<listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem>
<listitem><para>gcc-3.4.2-linkonce-1.patch</para></listitem>
@@ -62,7 +62,7 @@ first a summary, then a detailed log.</para>
<listitem><para>linux-libc-headers-2.6.8.1</para></listitem>
<listitem><para>module-init-tools-3.0</para></listitem>
<listitem><para>readline-5.0</para></listitem>
-<listitem><para>readline-5.0-display_wrap-1.patch</para></listitem>
+<listitem><para>readline-5.0-fixes-1.patch</para></listitem>
<listitem><para>syslog-ng-1.6.5</para></listitem>
<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
<listitem><para>udev-032</para></listitem>
@@ -92,6 +92,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>September 29th, 2004 [jim]: Updated Bash and Realine patches.
+Upgraded man to 1.5o1. </para></listitem>
+
<listitem><para>September 28th, 2004 [matt]: Added description of libexpect, and
corrected the version number of the installed file (bug 912 - Randy McMurchy).
</para></listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 100d09ba0..5c534a2e1 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -16,9 +16,9 @@ following:</para>
<bridgehead renderas="sect3">Patches</bridgehead>
<varlistentry>
-<term>Bash Display Wrap Patch - 1 KB:</term>
+<term>Bash Various Fixes - 21 KB:</term>
<listitem>
-<para><ulink url="&patches-root;bash-&bash-version;-display_wrap-1.patch"/></para>
+<para><ulink url="&patches-root;bash-&bash-version;-fixes-1.patch"/></para>
</listitem>
</varlistentry>
@@ -114,9 +114,9 @@ following:</para>
</varlistentry>
<varlistentry>
-<term>Readline Display Wrap Patch - 1KB:</term>
+<term>Readline Various Fixes - 7 KB:</term>
<listitem>
-<para><ulink url="&patches-root;readline-&readline-version;-display_wrap-1.patch" /></para>
+<para><ulink url="&patches-root;readline-&readline-version;-fixes-1.patch" /></para>
</listitem>
</varlistentry>
diff --git a/chapter06/bash.xml b/chapter06/bash.xml
index a3e835682..2dd8d81ea 100644
--- a/chapter06/bash.xml
+++ b/chapter06/bash.xml
@@ -28,10 +28,10 @@ GCC, Glibc, Grep, Make, Ncurses, Sed.</seg></seglistitem>
<sect2 role="installation">
<title>Installation of Bash</title>
-<para>The following patch fixes a problem where Bash sometimes will only show
-33 characters on a line and then wraps to the next line.</para>
+<para>The following patch fixes various issues. Including a problem where Bash
+sometimes will only show 33 characters on a line and then wraps to the next line.</para>
-<screen><userinput>patch -Np1 -i ../bash-&bash-version;-display_wrap-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../bash-&bash-version;-fixes-1.patch</userinput></screen>
<para>Prepare Bash for compilation:</para>
diff --git a/chapter06/readline.xml b/chapter06/readline.xml
index cdb9e6f8a..5ce6413ba 100644
--- a/chapter06/readline.xml
+++ b/chapter06/readline.xml
@@ -28,10 +28,10 @@ GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem>
<sect2 role="installation">
<title>Installation of Readline</title>
-<para>The following patch fixes a problem where Readline sometimes will only
-show 33 characters on a line and then wrap to the next line.</para>
+<para>The following patch fixes various issues including a problem where Readline
+sometimes will only show 33 characters on a line and then wrap to the next line.</para>
-<screen><userinput>patch -Np1 -i ../readline-&readline-version;-display_wrap-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../readline-&readline-version;-fixes-1.patch</userinput></screen>
<para>Prepare Readline for compilation:</para>
diff --git a/general.ent b/general.ent
index 1ce84aaa1..1faa4cae4 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20040928">
-<!ENTITY releasedate "September 28, 2004">
+<!ENTITY version "SVN-20040929">
+<!ENTITY releasedate "September 29, 2004">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
@@ -51,7 +51,7 @@
<!ENTITY linux-libc-headers-version "2.6.8.1">
<!ENTITY m4-version "1.4.2">
<!ENTITY make-version "3.80">
-<!ENTITY man-version "1.5o">
+<!ENTITY man-version "1.5o1">
<!ENTITY man-pages-version "1.67">
<!ENTITY mktemp-version "1.5">
<!ENTITY module-init-tools-version "3.0">