diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-08-21 21:22:48 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-08-21 21:22:48 +0000 |
commit | 7e7c5ffc80fb1f90e7c5066f44a1f2e411a058f3 (patch) | |
tree | 5f7350f4618a086e009ea066e2234fe4df7455d9 | |
parent | a150b723954a75cc8eab58fe6787c801f1f7e81a (diff) |
Update bash patches
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | patches.ent | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 04f75bc66..dd1a69531 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,9 @@ <para>2014-08-21</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update bash patches.</para> + </listitem> + <listitem> <para>[bdubbs] - Update to man-pages-3.71. Fixes <ulink url="&lfs-ticket-root;3660">#3660</ulink>.</para> </listitem> diff --git a/patches.ent b/patches.ent index c6e17c12e..4f74678c9 100644 --- a/patches.ent +++ b/patches.ent @@ -2,8 +2,8 @@ <!-- Start of Common Patches --> -<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-2.patch"> -<!ENTITY bash-fixes-patch-md5 "bfe39ee2c6cae6e01f5f7873e7a1949f"> +<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-3.patch"> +<!ENTITY bash-fixes-patch-md5 "3266ce3d2f0aa647d4ef068e46899246"> <!ENTITY bash-fixes-patch-size "28 KB"> <!ENTITY binutils-lto-patch "binutils-&binutils-version;-load_gcc_lto_plugin_by_default-1.patch"> |