Changeset 35555cc
- Timestamp:
- Feb 21, 2006, 1:52:23 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 5b72bba
- Parents:
- 04050705
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bash.xml
r04050705 r35555cc 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 -
BOOK/final-system/multilib/bash.xml
r04050705 r35555cc 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}" \ -
BOOK/introduction/common/changelog.xml
r04050705 r35555cc 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> -
BOOK/patches.ent
r04050705 r35555cc 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.