diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-21 19:43:05 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-21 19:43:05 +0000 |
commit | 8f479ef3c67ce5715a359466e25e9bd79ea8aef8 (patch) | |
tree | b003c29e5097c90946599af37864ead973f24d45 | |
parent | bbeae1b4c0267b73fef3280511f489fd89816d0e (diff) |
Bump bash upstream fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10705 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 f9bca5d7f..b4cebff8a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,9 @@ <para>2014-08-21</para> <itemizedlist> <listitem> + <para>[krejzi] - Updated patch for bash.</para> + </listitem> + <listitem> <para>[krejzi] - Updated 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 7f452e5e9..2b0feaf9a 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"> |