Changeset d5e40913


Ignore:
Timestamp:
Feb 21, 2006, 1:52:23 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
dcc18d8f
Parents:
59029ec
Message:

r952@server (orig r950): jim | 2005-12-22 00:47:15 -0800

r1171@server: jim | 2005-12-22 00:36:40 -0800
Added Patch from Bash Maintainer:
001 - There are parsing problems with compound assignments in several contexts,

including as arguments to builtins like local', eval', and `let', and
as multiple assignments in a single command.



Files:
4 edited

Legend:

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

    r59029ec rd5e40913  
    4141    Makefile.in</userinput></screen>
    4242
     43    <para os="p1">The following patch are updates from the maintainer. The
     44    maintainer of Bash only releases these patches to fix serious issues.</para>
     45
     46<screen os="p2"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    4347    <para os="g">Prepare Bash for compilation:</para>
    4448
  • final-system/multilib/bash.xml

    r59029ec rd5e40913  
    3333    href="../common/bash.xml"
    3434    xpointer="xpointer(//*[@os='g'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../common/bash.xml"
     38    xpointer="xpointer(//*[@os='p1'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../common/bash.xml"
     42    xpointer="xpointer(//*[@os='p2'])"/>
    3543
    3644<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
  • introduction/common/changelog.xml

    r59029ec rd5e40913  
    3838
    3939    <listitem>
     40      <para>December 22, 2005</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jim] - Bash Maintainer Released Bash-001 patch. This patch fixes the
     44          following issue: There are parsing problems with compound assignments in several contexts,
     45          including as arguments to builtins like `local', `eval', and `let', and
     46          as multiple assignments in a single command.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4052      <para>December 20, 2005</para>
    4153      <itemizedlist>
  • patches.ent

    r59029ec rd5e40913  
    22
    33<!-- Start of Common Patches -->
     4<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-1.patch">
     5
    46<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
    57<!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">
Note: See TracChangeset for help on using the changeset viewer.