aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2007-05-05 21:54:38 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2007-05-05 21:54:38 +0000
commitc0a66f843fa0a5e8018021715167b59ba77dcc14 (patch)
treec20ea4e9d9d0737a593861f3bc4499de5f078b7c
parentc8672728089f4f03182146f091762722534474ca (diff)
Incorporate latest upstream patches for Bash.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8110 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--general.ent4
-rw-r--r--patches.ent6
3 files changed, 15 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index db298f0c1..362509e24 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2007-05-05</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Incorporate latest upstream patches for Bash.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2007-04-20</para>
<itemizedlist>
<listitem>
diff --git a/general.ent b/general.ent
index dbc177ca7..5e66d6fd5 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070420">
-<!ENTITY releasedate "April 20, 2007">
+<!ENTITY version "SVN-20070505">
+<!ENTITY releasedate "April 05, 2007">
<!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/patches.ent b/patches.ent
index dc846d547..229268c8e 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-4.patch">
-<!ENTITY bash-fixes-patch-md5 "39697d6c965bea8e7a3ea21024ef74eb">
-<!ENTITY bash-fixes-patch-size "31.5 KB">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-5.patch">
+<!ENTITY bash-fixes-patch-md5 "70e2c3983575a8e82f8601a417e126f0">
+<!ENTITY bash-fixes-patch-size "32 KB">
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">