Changeset 67e8a9b


Ignore:
Timestamp:
03/14/2011 10:07:59 PM (13 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, 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:
2e12af5
Parents:
c7997ec
Message:

Add latest upstream patches for Readline-6.2.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc7997ec r67e8a9b  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] - Add latest upstream patches for Readline-6.2.</para>
     44        </listitem>
     45        <listitem>
    4346          <para>[matthew] - Add latest upstream patches for Bash-4.2. Fixes
    4447          <ulink url="&lfs-ticket-root;2841">#2841</ulink>.</para>
  • chapter01/whatsnew.xml

    rc7997ec r67e8a9b  
    222222      <para>bash-&bash-version;-fixes-1.patch</para>
    223223    </listitem>
     224    <listitem>
     225      <para>readline-&readline-version;-fixes-1.patch</para>
     226    </listitem>
    224227  </itemizedlist>
    225228
  • chapter03/patches.xml

    rc7997ec r67e8a9b  
    141141    </varlistentry>
    142142
     143    <varlistentry>
     144      <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
     145      <listitem>
     146        <para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
     147        <para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
     148      </listitem>
     149    </varlistentry>
     150
    143151    <!-- <varlistentry>
    144152      <term>Shadow Useradd Patch - <token>&shadow-useradd-patch-size;</token>:</term>
  • chapter06/readline.xml

    rc7997ec r67e8a9b  
    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 a patch to fix a known bug that has been fixed upstream:</para>
     53
     54<screen><userinput remap="pre">patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
    5155
    5256    <para>Prepare Readline for compilation:</para>
  • patches.ent

    rc7997ec r67e8a9b  
    7979
    8080
     81<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
     82<!ENTITY readline-fixes-patch-md5 "3c185f7b76001d3d0af614f6f2cd5dfa">
     83<!ENTITY readline-fixes-patch-size "1.3 KB">
     84
     85
    8186<!-- <!ENTITY shadow-useradd-patch "shadow-&shadow-version;-useradd_fix-2.patch">
    8287<!ENTITY shadow-useradd-patch-md5 "5f35528f38d5432d5fa2dd79d04bdfdd">
Note: See TracChangeset for help on using the changeset viewer.