Changeset bc68833


Ignore:
Timestamp:
11/25/2006 05:08:59 PM (17 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
07dfccb
Parents:
2bd778e9
Message:

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

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7857 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r2bd778e9 rbc68833  
    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>
  • chapter01/whatsnew.xml

    r2bd778e9 rbc68833  
    203203
    204204    <listitem>
    205       <para>&bash-comment-patch;</para>
     205      <para>&bash-fixes-patch;</para>
    206206    </listitem>
    207207    <listitem>
  • chapter03/patches.xml

    r2bd778e9 rbc68833  
    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>
  • chapter05/bash.xml

    r2bd778e9 rbc68833  
    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>
  • chapter06/bash.xml

    r2bd778e9 rbc68833  
    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>
  • patches.ent

    r2bd778e9 rbc68833  
    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
Note: See TracChangeset for help on using the changeset viewer.