Changeset d092e9c


Ignore:
Timestamp:
06/29/2009 08:03:14 PM (15 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.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:
94e6954
Parents:
e0111f5
Message:

Add upstream Readline patches. Fixes #2426.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    re0111f5 rd092e9c  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] - Added upstream Readline patches. Fixes
     44          <ulink url="&lfs-ticket-root;2426">#2426</ulink>.</para>
     45        </listitem>
     46        <listitem>
    4347          <para>[matthew] - Upgrade to Module-Init-Tools-3.9. Fixes
    4448          <ulink url="&lfs-ticket-root;2420">#2420</ulink>.</para>
  • chapter01/whatsnew.xml

    re0111f5 rd092e9c  
    249249
    250250    <listitem>
     251      <para>&readline-fixes-patch;</para>
     252    </listitem>
     253
     254    <listitem>
    251255      <para>&vim-fixes-patch;</para>
    252256    </listitem>
  • chapter03/patches.xml

    re0111f5 rd092e9c  
    203203    </varlistentry>
    204204
     205    <varlistentry>
     206      <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
     207      <listitem>
     208        <para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
     209        <para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
     210      </listitem>
     211    </varlistentry>
     212
    205213    <!-- <varlistentry>
    206214      <term>Shadow Useradd Patch - <token>&shadow-useradd-patch-size;</token>:</term>
  • chapter06/readline.xml

    re0111f5 rd092e9c  
    4949<screen><userinput remap="pre">sed -i '/MV.*old/d' Makefile.in
    5050sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
     51
     52    <para>Apply fixes for several bugs discovered since the initial release of
     53    Readline-&readline-version;:</para>
     54
     55<screen><userinput remap="pre">patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
    5156
    5257    <para>Prepare Readline for compilation:</para>
  • patches.ent

    re0111f5 rd092e9c  
    9999
    100100
     101<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
     102<!ENTITY readline-fixes-patch-md5 "aada5f5c582a769735286e7ed1a80af7">
     103<!ENTITY readline-fixes-patch-size "3.6 KB">
     104
     105
    101106<!-- <!ENTITY shadow-useradd-patch "shadow-&shadow-version;-useradd_fix-2.patch">
    102107<!ENTITY shadow-useradd-patch-md5 "5f35528f38d5432d5fa2dd79d04bdfdd">
Note: See TracChangeset for help on using the changeset viewer.