aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-06-29 20:03:14 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-06-29 20:03:14 +0000
commitd092e9c0f2a16a04459a4a69b11b890f4373aad0 (patch)
tree62cd6a535bbae4f6c445d5e329f03b2adad59df5
parente0111f51cc52813da8c321a74908dbd1c442751b (diff)
Add upstream Readline patches. Fixes #2426.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8953 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/readline.xml5
-rw-r--r--patches.ent5
5 files changed, 26 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 80cdfbec4..2959ea927 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
<para>2009-06-29</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Added upstream Readline patches. Fixes
+ <ulink url="&lfs-ticket-root;2426">#2426</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Module-Init-Tools-3.9. Fixes
<ulink url="&lfs-ticket-root;2420">#2420</ulink>.</para>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index d68cfb869..d2983c939 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -248,6 +248,10 @@
</listitem>
<listitem>
+ <para>&readline-fixes-patch;</para>
+ </listitem>
+
+ <listitem>
<para>&vim-fixes-patch;</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index a7b32b448..db230fc40 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -202,6 +202,14 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
+ <para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
<!-- <varlistentry>
<term>Shadow Useradd Patch - <token>&shadow-useradd-patch-size;</token>:</term>
<listitem>
diff --git a/chapter06/readline.xml b/chapter06/readline.xml
index 8f852df30..c595dc396 100644
--- a/chapter06/readline.xml
+++ b/chapter06/readline.xml
@@ -49,6 +49,11 @@
<screen><userinput remap="pre">sed -i '/MV.*old/d' Makefile.in
sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
+ <para>Apply fixes for several bugs discovered since the initial release of
+ Readline-&readline-version;:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
+
<para>Prepare Readline for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --libdir=/lib</userinput></screen>
diff --git a/patches.ent b/patches.ent
index 15c78ad41..f44198324 100644
--- a/patches.ent
+++ b/patches.ent
@@ -98,6 +98,11 @@
<!ENTITY procps-watch-patch-size "3.5 KB">
+<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
+<!ENTITY readline-fixes-patch-md5 "aada5f5c582a769735286e7ed1a80af7">
+<!ENTITY readline-fixes-patch-size "3.6 KB">
+
+
<!-- <!ENTITY shadow-useradd-patch "shadow-&shadow-version;-useradd_fix-2.patch">
<!ENTITY shadow-useradd-patch-md5 "5f35528f38d5432d5fa2dd79d04bdfdd">
<!ENTITY shadow-useradd-patch-size "6.1 KB"> -->