diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-12-23 21:54:15 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-12-23 21:54:15 +0000 |
commit | 79d9346ceed712bb30e886278663933b4ef22d21 (patch) | |
tree | e5099418c2389207922d0c7e4cbe4d2e36bcd2bd | |
parent | 6e7a88b1ad1065d140344f047f126065b2b028ec (diff) |
Upgrade to latest upstream fixes for Readline. Fixes #2122.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | patches.ent | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1cb0e9c0a..b59585195 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2007-12-23</para> <itemizedlist> <listitem> + <para>[matthew] - Upgraded to latest upstream fixes for Readline. + Fixes <ulink url="&lfs-ticket-root;2122">#2122</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgraded to Man-Pages-2.74. Fixes <ulink url="&lfs-ticket-root;2119">#2119</ulink>.</para> </listitem> diff --git a/patches.ent b/patches.ent index be90c4087..ed73de237 100644 --- a/patches.ent +++ b/patches.ent @@ -86,9 +86,9 @@ <!ENTITY perl-libc-patch-size "1.1 KB"> -<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-4.patch"> -<!ENTITY readline-fixes-patch-md5 "4da6bf2066a7603c7bb0ab1f52243316"> -<!ENTITY readline-fixes-patch-size "12.5 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 shadow-useradd-patch "shadow-&shadow-version;-useradd_fix-2.patch"> |