diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-23 09:18:28 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-23 09:18:28 +0000 |
commit | 4d99bf0278754f76770d71f02438df850a2852df (patch) | |
tree | 1ddfc4e4d630327176aa7018d4bc1847d5d00697 | |
parent | 5612386f416bdca5d6bcc2e8ceb0ebceb507975d (diff) |
Add upstream Bash patches. Fixes #2397.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | patches.ent | 6 |
3 files changed, 15 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d01d9e13f..55ce6b121 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,16 @@ --> <listitem> + <para>2009-05-23</para> + <itemizedlist> + <listitem> + <para>[matthew] - Add upstream Bash patches. Fixes + <ulink url="&lfs-ticket-root;2397">#2397</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2009-05-17</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 31fe18941..f57b9fd9f 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20090517"> -<!ENTITY releasedate "May 17, 2009"> +<!ENTITY version "SVN-20090523"> +<!ENTITY releasedate "May 23, 2009"> <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.5"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/patches.ent b/patches.ent index 83a6b0f33..4e65dad1a 100644 --- a/patches.ent +++ b/patches.ent @@ -7,9 +7,9 @@ <!ENTITY automake-test-patch-size "1.2 KB"> -<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch"> -<!ENTITY bash-fixes-patch-md5 "d498afc3d31fa1aa529ad027c2bb7e5d"> -<!ENTITY bash-fixes-patch-size "25 KB"> +<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-2.patch"> +<!ENTITY bash-fixes-patch-md5 "f6f17b7a3d637d14e238da58a5379b42"> +<!ENTITY bash-fixes-patch-size "34 KB"> <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> |