Changeset d5e40913
- Timestamp:
- Feb 21, 2006, 1:52:23 AM (19 years ago)
- Children:
- dcc18d8f
- Parents:
- 59029ec
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/bash.xml
r59029ec rd5e40913 41 41 Makefile.in</userinput></screen> 42 42 43 <para os="p1">The following patch are updates from the maintainer. The 44 maintainer of Bash only releases these patches to fix serious issues.</para> 45 46 <screen os="p2"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 43 47 <para os="g">Prepare Bash for compilation:</para> 44 48 -
final-system/multilib/bash.xml
r59029ec rd5e40913 33 33 href="../common/bash.xml" 34 34 xpointer="xpointer(//*[@os='g'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/bash.xml" 38 xpointer="xpointer(//*[@os='p1'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../common/bash.xml" 42 xpointer="xpointer(//*[@os='p2'])"/> 35 43 36 44 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ -
introduction/common/changelog.xml
r59029ec rd5e40913 38 38 39 39 <listitem> 40 <para>December 22, 2005</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jim] - Bash Maintainer Released Bash-001 patch. This patch fixes the 44 following issue: There are parsing problems with compound assignments in several contexts, 45 including as arguments to builtins like `local', `eval', and `let', and 46 as multiple assignments in a single command.</para> 47 </listitem> 48 </itemizedlist> 49 </listitem> 50 51 <listitem> 40 52 <para>December 20, 2005</para> 41 53 <itemizedlist> -
patches.ent
r59029ec rd5e40913 2 2 3 3 <!-- Start of Common Patches --> 4 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch"> 5 4 6 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> 5 7 <!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.