mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
16a59d0daf
commit
f6199b587d
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 – -->
|
||||
<!ENTITY milestone "7.1">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user