diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 8 | ||||
-rw-r--r-- | patches.ent | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index dda41d860..b210af382 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2010-10-18</para> <itemizedlist> <listitem> + <para>[matthew] Upgrade to Bash 4.1 patch level 9. Fixes + <ulink url="&lfs-ticket-root;2770">#2770</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgrade to Udev-163. Fixes <ulink url="&lfs-ticket-root;2769">#2769</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 7623f78d4..9fbabfb68 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -220,6 +220,10 @@ <title>Added:</title> <listitem> + <para>bash-4.1-fixes-3.patch</para> + </listitem> + + <listitem> <para>perl-5.12.2-libc-1.patch</para> </listitem> @@ -237,6 +241,10 @@ <title>Removed:</title> <listitem> + <para>bash-4.1-fixes-2.patch</para> + </listitem> + + <listitem> <para>bzip2-1.0.5-install_docs-1.patch</para> </listitem> diff --git a/patches.ent b/patches.ent index f37b337f5..1123dbde0 100644 --- a/patches.ent +++ b/patches.ent @@ -2,9 +2,9 @@ <!-- Start of Common Patches --> -<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-2.patch"> -<!ENTITY bash-fixes-patch-md5 "7813f0e42d41dc4443dc3d161ad24987"> -<!ENTITY bash-fixes-patch-size "5.1 KB"> +<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch"> +<!ENTITY bash-fixes-patch-md5 "500043db34cfb2c857335cb090ffd43d"> +<!ENTITY bash-fixes-patch-size "6.1 KB"> <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> |