Changeset 7857

Show
Ignore:
Timestamp:
11/25/06 10:08:59 (2 years ago)
Author:
matthew
Message:

Apply all 5 of the currently available upstream patches for Bash-3.2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7856 r7857  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[matthew] - Use all 5 of the patches currently supplied by 
     44          the upstream maintainers of Bash.</para> 
     45        </listitem> 
     46        <listitem> 
    4347          <para>[matthew] - Upgrade to Autoconf-2.61.  Fixes 
    4448          <ulink url="&lfs-ticket-root;1918">#1918</ulink>.</para> 
  • trunk/BOOK/chapter01/whatsnew.xml

    r7850 r7857  
    203203 
    204204    <listitem> 
    205       <para>&bash-comment-patch;</para> 
     205      <para>&bash-fixes-patch;</para> 
    206206    </listitem> 
    207207    <listitem> 
  • trunk/BOOK/chapter03/patches.xml

    r7850 r7857  
    2020 
    2121    <varlistentry> 
    22       <term>Bash Comment Parser Patch - <token>&bash-comment-patch-size;</token>:</term> 
    23       <listitem> 
    24         <para>Download: <ulink url="&patches-root;&bash-comment-patch;"/></para> 
    25         <para>MD5 sum: <literal>&bash-comment-patch-md5;</literal></para> 
     22      <term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term> 
     23      <listitem> 
     24        <para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para> 
     25        <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para> 
    2626      </listitem> 
    2727    </varlistentry> 
  • trunk/BOOK/chapter05/bash.xml

    r7837 r7857  
    3838    <title>Installation of Bash</title> 
    3939 
    40     <para>Apply a fix for a bug that causes some comments to be parsed 
    41     incorrectly:</para> 
     40    <para>Apply fixes for several bugs discovered since the initial release of 
     41    Bash-&bash-version;:</para> 
    4242 
    43 <screen><userinput>patch -Np1 -i ../&bash-comment-patch;</userinput></screen> 
     43<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 
    4444 
    4545    <para>Prepare Bash for compilation:</para> 
  • trunk/BOOK/chapter06/bash.xml

    r7837 r7857  
    4242    Makefile.in</userinput></screen> 
    4343 
    44     <para>Apply a fix for a bug that causes some comments to be parsed 
    45     incorrectly:</para> 
     44    <para>Apply fixes for several bugs discovered since the initial release of 
     45    Bash-&bash-version;:</para> 
    4646 
    47 <screen><userinput>patch -Np1 -i ../&bash-comment-patch;</userinput></screen> 
     47<screen><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> 
    4848 
    4949    <para>Prepare Bash for compilation:</para> 
  • trunk/BOOK/patches.ent

    r7850 r7857  
    22 
    33<!-- Start of Common Patches --> 
    4 <!ENTITY bash-comment-patch "bash-&bash-version;-parse_comment-1.patch"> 
    5 <!ENTITY bash-comment-patch-md5 "6420d890711431ebeb63b5a9f3d9764d"> 
    6 <!ENTITY bash-comment-patch-size "1.5 KB"> 
     4<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch"> 
     5<!ENTITY bash-fixes-patch-md5 "541834ceb90f4f3eee45cee246cc2cc4"> 
     6<!ENTITY bash-fixes-patch-size "9.9 KB"> 
    77 
    88