Sfoglia il codice sorgente

Add upstream Bash patches. Fixes #2397.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 16 anni fa
parent
commit
4d99bf0278
3 ha cambiato i file con 15 aggiunte e 5 eliminazioni
  1. 10 0
      chapter01/changelog.xml
  2. 2 2
      general.ent
  3. 3 3
      patches.ent

+ 10 - 0
chapter01/changelog.xml

@@ -37,6 +37,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>

+ 2 - 2
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 &ndash; -->
 <!ENTITY milestone "6.5">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 3 - 3
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">