mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Apply all 5 of the currently available upstream patches for Bash-3.2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7857 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2bd778e952
commit
bc688338dd
@ -39,6 +39,10 @@
|
||||
<listitem>
|
||||
<para>2006-11-25</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Use all 5 of the patches currently supplied by
|
||||
the upstream maintainers of Bash.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgrade to Autoconf-2.61. Fixes
|
||||
<ulink url="&lfs-ticket-root;1918">#1918</ulink>.</para>
|
||||
|
@ -202,7 +202,7 @@
|
||||
<title>Added:</title>
|
||||
|
||||
<listitem>
|
||||
<para>&bash-comment-patch;</para>
|
||||
<para>&bash-fixes-patch;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>&less-signal_fix-patch;</para>
|
||||
|
@ -19,10 +19,10 @@
|
||||
<variablelist role="materials">
|
||||
|
||||
<varlistentry>
|
||||
<term>Bash Comment Parser Patch - <token>&bash-comment-patch-size;</token>:</term>
|
||||
<term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&bash-comment-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&bash-comment-patch-md5;</literal></para>
|
||||
<para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -37,10 +37,10 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Bash</title>
|
||||
|
||||
<para>Apply a fix for a bug that causes some comments to be parsed
|
||||
incorrectly:</para>
|
||||
<para>Apply fixes for several bugs discovered since the initial release of
|
||||
Bash-&bash-version;:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../&bash-comment-patch;</userinput></screen>
|
||||
<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare Bash for compilation:</para>
|
||||
|
||||
|
@ -41,10 +41,10 @@
|
||||
sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
|
||||
Makefile.in</userinput></screen>
|
||||
|
||||
<para>Apply a fix for a bug that causes some comments to be parsed
|
||||
incorrectly:</para>
|
||||
<para>Apply fixes for several bugs discovered since the initial release of
|
||||
Bash-&bash-version;:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../&bash-comment-patch;</userinput></screen>
|
||||
<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare Bash for compilation:</para>
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<!-- Start of Common Patches -->
|
||||
<!ENTITY bash-comment-patch "bash-&bash-version;-parse_comment-1.patch">
|
||||
<!ENTITY bash-comment-patch-md5 "6420d890711431ebeb63b5a9f3d9764d">
|
||||
<!ENTITY bash-comment-patch-size "1.5 KB">
|
||||
<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch">
|
||||
<!ENTITY bash-fixes-patch-md5 "541834ceb90f4f3eee45cee246cc2cc4">
|
||||
<!ENTITY bash-fixes-patch-size "9.9 KB">
|
||||
|
||||
|
||||
<!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">
|
||||
|
Loading…
Reference in New Issue
Block a user