Changeset d849dd4 for BOOK


Ignore:
Timestamp:
Jan 8, 2009, 4:23:23 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
4594517
Parents:
e91eb56
Message:

Changed Patches to Bash

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/bash.xml

    re91eb56 rd849dd4  
    3333    maintainer of Bash only releases these patches to fix serious issues:</para>
    3434
    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>
    3641
    3742    <para os="g">Prepare Bash for compilation:</para>
  • BOOK/final-system/multilib/bash.xml

    re91eb56 rd849dd4  
    3737    href="../common/bash.xml"
    3838    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'])"/>
    3947
    4048    <para os="m1">The following sed points configure towards the correct
  • BOOK/introduction/common/changelog.xml

    re91eb56 rd849dd4  
    4848        <listitem>
    4949          <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>
    5053        </listitem>
    5154      </itemizedlist>
  • BOOK/materials/common/patches.xml

    re91eb56 rd849dd4  
    2020
    2121    <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>
    2231      <term>Bash Fixes - <token>&bash-fixes-patch-size;</token>:</term>
    2332      <listitem>
  • BOOK/patches.ent

    re91eb56 rd849dd4  
    55<!-- Start of Common Patches -->
    66
    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">
    1014
    1115<!ENTITY binutils-branch_update-patch "binutils-&binutils-version;-branch_update-2.patch">
Note: See TracChangeset for help on using the changeset viewer.