Changeset 5b72bba


Ignore:
Timestamp:
Feb 21, 2006, 1:52:33 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:
abc7c11
Parents:
35555cc
Message:

r953@server (orig r951): jim | 2005-12-22 00:47:27 -0800

r1172@server: jim | 2005-12-22 00:40:48 -0800
Added Readline Patch from Maintainer


001 - A problem with the readline callback interface can result in segmentation

faults when using the delete-char function via a multiple-key sequence.
Two consecutive calls to delete-char will crash the application calling
readline.




Location:
BOOK
Files:
7 edited

Legend:

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

    r35555cc r5b72bba  
    4545
    4646<screen os="p2"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
     47
    4748    <para os="g">Prepare Bash for compilation:</para>
    4849
  • BOOK/final-system/common/readline.xml

    r35555cc r5b72bba  
    3434  <sect2 role="installation">
    3535    <title>Installation of Readline</title>
     36
     37    <para os="p1">The following patch are updates from the maintainer. The
     38    maintainer of Readline only releases these patches to fix serious issues.</para>
     39
     40<screen os="p2"><userinput>patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
    3641
    3742    <para os="c">Prepare Readline for compilation:</para>
  • BOOK/final-system/multilib/readline-64bit.xml

    r35555cc r5b72bba  
    2121  <sect2 role="installation">
    2222    <title>Installation of Readline</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     25    href="readline.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     29    href="readline.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/readline-n32.xml

    r35555cc r5b72bba  
    2222  <sect2 role="installation">
    2323    <title>Installation of Readline</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="readline.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="readline.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/readline.xml

    r35555cc r5b72bba  
    2222  <sect2 role="installation">
    2323    <title>Installation of Readline</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/readline.xml"
     27    xpointer="xpointer(//*[@os='p1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../common/readline.xml"
     31    xpointer="xpointer(//*[@os='p2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r35555cc r5b72bba  
    4646          as multiple assignments in a single command.</para>
    4747        </listitem>
     48        <listitem>
     49          <para>[jim] - Readline Maintainer Released Readline-001 patch. This patch fixes the
     50          following issue: A problem with the readline callback interface can result in segmentation
     51          faults when using the delete-char function via a multiple-key sequence.
     52          Two consecutive calls to delete-char will crash the application calling
     53          readline.</para>
     54        </listitem>
    4855      </itemizedlist>
    4956    </listitem>
  • BOOK/patches.ent

    r35555cc r5b72bba  
    4343<!ENTITY perl-multilib-patch "perl-&perl-version;-Configure_multilib-1.patch">
    4444<!ENTITY perl-lib64-patch "perl-&perl-version;-libc_lib64-1.patch">
     45
     46<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
    4547
    4648<!ENTITY shadow-configure_fix-patch "shadow-&shadow-version;-configure_fix-1.patch">
Note: See TracChangeset for help on using the changeset viewer.