diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-02-21 20:50:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-02-21 20:50:22 +0000 |
commit | 7e60160f6544a3ea53303f64a73cfaf6c05265fd (patch) | |
tree | 708611f7856b3a530953dbc8b37e38ed7769d861 | |
parent | fc0e418db87082c3426cffaf473bb885df00ca82 (diff) |
Add Bash patches 009 and 010 from upstream
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7392 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter03/patches.xml | 2 | ||||
-rw-r--r-- | patches.ent | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 59225b229..85f1ea076 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,9 +37,12 @@ --> <listitem> - <para>Febraury 19, 2006</para> + <para>Febraury 20, 2006</para> <itemizedlist> <listitem> + <para>[matthew] - Add patches 009 and 010 from Bash upstream.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Man-pages 2.24.</para> </listitem> </itemizedlist> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index b0d574b33..e8c753d4a 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -19,7 +19,7 @@ <variablelist role="materials"> <varlistentry> - <term>Bash Upstream Fixes Patch - 118 KB:</term> + <term>Bash Upstream Fixes Patch - 120 KB:</term> <listitem> <para><ulink url="&patches-root;&bash-fixes-patch;"/></para> </listitem> diff --git a/patches.ent b/patches.ent index 836ff68ee..2fb7ec93a 100644 --- a/patches.ent +++ b/patches.ent @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- Start of Common Patches --> -<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch"> +<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-4.patch"> <!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch"> <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> |