Changeset ae9e48b


Ignore:
Timestamp:
02/19/2006 09:00:50 PM (18 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:
91cfd9d1
Parents:
c93d057
Message:

Add upstream fixes 001-002 for Readline

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc93d057 rae9e48b  
    4040      <para>Febraury 19, 2006</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Add upstream fixes 001-002 for Readline.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[matthew] - Add upstream fixes 001-008 for Bash.</para>
  • chapter01/whatsnew.xml

    rc93d057 rae9e48b  
    239239    </listitem>
    240240    <listitem>
     241      <para>&readline-fixes-patch;</para>
     242    </listitem>
     243    <listitem>
    241244      <para>&tar-gcc4_fix-patch;</para>
    242245    </listitem>
  • chapter03/patches.xml

    rc93d057 rae9e48b  
    183183
    184184    <varlistentry>
     185      <term>Readline Upstream Fixes Patch - 2 KB:</term>
     186      <listitem>
     187        <para><ulink url="&patches-root;&readline-fixes-patch;"/></para>
     188      </listitem>
     189    </varlistentry>
     190
     191    <varlistentry>
    185192      <term>Sysklogd 8-Bit Cleanness Patch - 1 KB:</term>
    186193      <listitem>
  • chapter06/readline.xml

    rc93d057 rae9e48b  
    4444  <sect2 role="installation">
    4545    <title>Installation of Readline</title>
     46
     47    <para>Upstream developers have fixed several issues since the initial
     48    release of Readline-&readline-version;.  Apply those fixes:</para>
     49
     50<screen><userinput>patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
    4651
    4752    <para>Prepare Readline for compilation:</para>
  • patches.ent

    rc93d057 rae9e48b  
    4242<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
    4343
     44<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-2.patch">
     45
    4446<!ENTITY sysklogd-8bit-patch "sysklogd-&sysklogd-version;-8bit-1.patch">
    4547<!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch">
Note: See TracChangeset for help on using the changeset viewer.