Add latest upstream patches for Bash. Fixes #2968.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9680 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2011-12-01 21:40:16 +00:00
parent 16a59d0daf
commit f6199b587d
4 changed files with 23 additions and 5 deletions

View File

@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
<para>2011-12-01</para>
<itemizedlist>
<listitem>
<para>[matthew] - Add latest upstream patches for Bash. Fixes
<ulink url="&lfs-ticket-root;2968">#2968</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2011-11-28</para>
<itemizedlist>

View File

@ -222,6 +222,10 @@
<!--<itemizedlist>
<title>Added:</title>
<listitem>
<para>&bash-fixes-patch;</para>
</listitem>
<listitem>
<para>&perl-security-patch;</para>
</listitem>
@ -231,6 +235,10 @@
<itemizedlist>
<title>Removed:</title>
<listitem>
<para>bash-4.2-fixes-3.patch</para>
</listitem>
<listitem>
<para>gcc-4.6.1-locale-1.patch</para>
</listitem>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20111128">
<!ENTITY releasedate "Nov 28, 2011">
<!ENTITY version "SVN-20111201">
<!ENTITY releasedate "Dec 1 30, 2011">
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.1">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -2,9 +2,9 @@
<!-- Start of Common Patches -->
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
<!ENTITY bash-fixes-patch-md5 "16ef261d87673ffaa6e838423d1cc4d1">
<!ENTITY bash-fixes-patch-size "14 KB">
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-4.patch">
<!ENTITY bash-fixes-patch-md5 "244e3ff74d53792f1db32dea75dc8627">
<!ENTITY bash-fixes-patch-size "22 KB">
<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">