Changeset 27d97b0e


Ignore:
Timestamp:
Feb 21, 2006, 1:39:03 AM (18 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:
4a93072
Parents:
b562af6
Message:

r869@server (orig r867): jim | 2005-12-07 13:30:00 -0800

r1009@server: jim | 2005-12-07 13:20:43 -0800
Upgraded to Bash 3.0.16


Location:
BOOK
Files:
8 edited

Legend:

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

    rb562af6 r27d97b0e  
    4040sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
    4141    Makefile.in</userinput></screen>
    42 
    43     <para os="c">The following patch fixes various issues, including a problem where
    44     Bash will sometimes only show 33 characters on a line, then wrap to the
    45     next:</para>
    46 
    47 <screen os="d"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    48 
    49     <para os="e">Bash also has an issue when compiled against newer versions of Glibc.
    50     The following patch resolves this problem:</para>
    51 
    52 <screen os="f"><userinput>patch -Np1 -i ../&bash-avoid_WCONTINUED-patch;</userinput></screen>
    5342
    5443    <para os="g">Prepare Bash for compilation:</para>
  • BOOK/final-system/multilib/bash.xml

    rb562af6 r27d97b0e  
    2929    href="../common/bash.xml"
    3030    xpointer="xpointer(//*[@os='b'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/bash.xml"
    34     xpointer="xpointer(//*[@os='c'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../common/bash.xml"
    38     xpointer="xpointer(//*[@os='d'])"/>
    39 
    40     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    41     href="../common/bash.xml"
    42     xpointer="xpointer(//*[@os='e'])"/>
    43 
    44     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    45     href="../common/bash.xml"
    46     xpointer="xpointer(//*[@os='f'])"/>
    4731
    4832    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    rb562af6 r27d97b0e  
    5151        </listitem>
    5252      </itemizedlist>
     53        <listitem>
     54          <para>[jim] - Upgraded to Bash 3.0.16.</para>
     55        </listitem>
     56      </itemizedlist>
    5357    </listitem>
    5458
  • BOOK/materials/common/patches.xml

    rb562af6 r27d97b0e  
    1919  <variablelist role="materials">
    2020
    21     <varlistentry os="p1">
    22       <term>Bash Avoid Wcontinued Patch - 1.3 KB:</term>
    23       <listitem>
    24         <para><ulink
    25         url="&patches-root;bash/&bash-avoid_WCONTINUED-patch;"/></para>
    26       </listitem>
    27     </varlistentry>
    28 
    29     <varlistentry os="p2">
    30       <term>Bash Various Fixes - 23 KB:</term>
    31       <listitem>
    32         <para><ulink
    33         url="&patches-root;bash/&bash-fixes-patch;"/></para>
    34       </listitem>
    35     </varlistentry>
    36 
    3721    <varlistentry os="p3">
    3822      <term>Binutils Posix Patch - 4.9 KB:</term>
  • BOOK/packages.ent

    rb562af6 r27d97b0e  
    1717<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.bz2">
    1818
    19 <!ENTITY bash-version "3.0">
    20 <!ENTITY bash-size "2.4 MB">
     19<!ENTITY bash-version "3.0.16">
     20<!ENTITY bash-size "2.3 MB">
    2121<!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz">
    2222
  • BOOK/patches.ent

    rb562af6 r27d97b0e  
    22
    33<!-- Start of Common Patches -->
    4 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
    5 <!ENTITY bash-avoid_WCONTINUED-patch "bash-&bash-version;-avoid_WCONTINUED-1.patch">
    6 
    74<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
    85<!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">
  • BOOK/temp-system/common/bash.xml

    rb562af6 r27d97b0e  
    2727<screen os="ab"><userinput>cp Makefile.in Makefile.in.orig
    2828sed -e "s@size \$(Program)@${LFS_TARGET}-&amp;@g"  Makefile.in.orig > Makefile.in</userinput></screen>
    29 
    30     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    31     href="../../final-system/common/bash.xml"
    32     xpointer="xpointer(//*[@os='e'])"/>
    33 
    34     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    35     href="../../final-system/common/bash.xml"
    36     xpointer="xpointer(//*[@os='f'])"/>
    3729
    3830    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/bash.xml

    rb562af6 r27d97b0e  
    3030    href="../common/bash.xml"
    3131    xpointer="xpointer(//*[@os='ab'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../common/bash.xml"
    35     xpointer="xpointer(//*[@os='e'])"/>
    36 
    37     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    38     href="../common/bash.xml"
    39     xpointer="xpointer(//*[@os='f'])"/>
    4032
    4133    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.