diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-12-23 21:49:57 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-12-23 21:49:57 +0000 |
commit | b830584c7a573dd6076712ec1c8631709b271789 (patch) | |
tree | d0bc6db1be93e50930b7bc93eecd543ecacac36d | |
parent | 4d84ed51cdcb29153b25495df7f7534a06c47a8b (diff) |
Upgrade to latest upstream fixes for Bash. Fixes #2121.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8443 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 69b381144..91ca8631b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2007-12-23</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgraded to latest upstream fixes for Bash. Fixes + <ulink url="&lfs-ticket-root;2121">#2121</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2007-12-08</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index f4fb336a1..17998ee4d 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20071208"> -<!ENTITY releasedate "December 8, 2007"> +<!ENTITY version "SVN-20071223"> +<!ENTITY releasedate "December 23, 2007"> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/patches.ent b/patches.ent index 91b1babb5..be90c4087 100644 --- a/patches.ent +++ b/patches.ent @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- Start of Common Patches --> -<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-6.patch"> -<!ENTITY bash-fixes-patch-md5 "6787b1c94648fde6edb3bbf5e3f042f8"> -<!ENTITY bash-fixes-patch-size "24 KB"> +<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-7.patch"> +<!ENTITY bash-fixes-patch-md5 "63ca4c26a1ae0c4a5b7da910d611d534"> +<!ENTITY bash-fixes-patch-size "55 KB"> <!ENTITY binutils-configure-patch "binutils-&binutils-version;-configure-1.patch"> |