diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-12-07 11:42:55 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-12-07 11:42:55 +0000 |
commit | 1fa8f6233a36df756f5a68eaac0ffc4d52d193a3 (patch) | |
tree | 5c9342a09befe8b9a334da21ecf8dc8d732fb75f | |
parent | d0e13a81ace3055e50cef4d4460a9feedc9ae34a (diff) |
Upgrade to readline-5.2-fixes-6.patch. Fixes #2295.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8766 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 7 | ||||
-rw-r--r-- | patches.ent | 6 |
3 files changed, 14 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4cf01632d..20d188423 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2008-12-06</para> <itemizedlist> <listitem> + <para>[matthew] - Upgraded to readline-5.2-fixes-6.patch. Fixes #2295. + </para> + </listitem> + <listitem> <para>[matthew] - Upgraded to Ncurses-5.7. Fixes #2276.</para> </listitem> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index a5b51300f..83490803c 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -216,6 +216,10 @@ <para>&gcc-startfiles-patch;</para> </listitem> + <listitem> + <para>&readline-fixes-patch;</para> + </listitem> + </itemizedlist> <itemizedlist> @@ -239,6 +243,9 @@ <listitem> <para>ncurses-5.6-coverity_fixes-1.patch</para> </listitem> + <listitem> + <para>readline-5.2-fixes-5.patch</para> + </listitem> </itemizedlist> diff --git a/patches.ent b/patches.ent index dd6d0b86c..5b6eb4909 100644 --- a/patches.ent +++ b/patches.ent @@ -102,9 +102,9 @@ <!ENTITY procps-watch-patch-size "3.6 KB"> -<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-5.patch"> -<!ENTITY readline-fixes-patch-md5 "7390b2296b7b11209829646537294ebb"> -<!ENTITY readline-fixes-patch-size "18 KB"> +<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-6.patch"> +<!ENTITY readline-fixes-patch-md5 "1e9a0f1141b62a5f8989874270c03cc8"> +<!ENTITY readline-fixes-patch-size "21 KB"> <!-- <!ENTITY shadow-useradd-patch "shadow-&shadow-version;-useradd_fix-2.patch"> |