Changeset d849dd4
- Timestamp:
- Jan 8, 2009, 4:23:23 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4594517
- Parents:
- e91eb56
- Files:
-
- 2 added
- 1 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bash.xml
re91eb56 rd849dd4 33 33 maintainer of Bash only releases these patches to fix serious issues:</para> 34 34 35 <screen os="p2"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 35 <screen os="p2"><userinput>patch -Np1 -i ../&bash-branch_update-patch;</userinput></screen> 36 37 <para os="p3">The following patch contains fixes that affect a CLFS system. These are 38 validated issues by the CLFS developers:</para> 39 40 <screen os="p4"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 36 41 37 42 <para os="g">Prepare Bash for compilation:</para> -
BOOK/final-system/multilib/bash.xml
re91eb56 rd849dd4 37 37 href="../common/bash.xml" 38 38 xpointer="xpointer(//*[@os='p2'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 href="../common/bash.xml" 42 xpointer="xpointer(//*[@os='p3'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../common/bash.xml" 46 xpointer="xpointer(//*[@os='p4'])"/> 39 47 40 48 <para os="m1">The following sed points configure towards the correct -
BOOK/introduction/common/changelog.xml
re91eb56 rd849dd4 48 48 <listitem> 49 49 <para>[Jim] - Added Internationalization Patch to Grep.</para> 50 </listitem> 51 <listitem> 52 <para>[Jim] - Added New Patches to Bash. Fixes Issues known with CLFS builds.</para> 50 53 </listitem> 51 54 </itemizedlist> -
BOOK/materials/common/patches.xml
re91eb56 rd849dd4 20 20 21 21 <varlistentry> 22 <term>Bash Branch Update Patch - <token>&bash-branch_update-patch-size;</token>:</term> 23 <listitem> 24 <para>Download: <ulink 25 url="&patches-root;&bash-branch_update-patch;"/></para> 26 <para>MD5 sum: <literal>&bash-branch_update-patch-md5;</literal></para> 27 </listitem> 28 </varlistentry> 29 30 <varlistentry> 22 31 <term>Bash Fixes - <token>&bash-fixes-patch-size;</token>:</term> 23 32 <listitem> -
BOOK/patches.ent
re91eb56 rd849dd4 5 5 <!-- Start of Common Patches --> 6 6 7 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-9.patch"> 8 <!ENTITY bash-fixes-patch-md5 "f95ef1f0cce20d865f05a48f31b152ad"> 9 <!ENTITY bash-fixes-patch-size "424 KB"> 7 <!ENTITY bash-branch_update-patch "bash-&bash-version;-branch_update-1.patch"> 8 <!ENTITY bash-branch_update-patch-md5 "612195c7fbb6e3d227890ef74243fd1c"> 9 <!ENTITY bash-branch_update-patch-size "80 KB"> 10 11 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-10.patch"> 12 <!ENTITY bash-fixes-patch-md5 "2474b9db2f148994d373239f9ad46f63"> 13 <!ENTITY bash-fixes-patch-size "8 KB"> 10 14 11 15 <!ENTITY binutils-branch_update-patch "binutils-&binutils-version;-branch_update-2.patch">
Note:
See TracChangeset
for help on using the changeset viewer.