Changeset cc2eeb1


Ignore:
Timestamp:
04/18/2014 09:26:17 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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.6, 7.7, 7.8, 7.9, 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:
85583fa8
Parents:
a139c25
Message:

Added readline upstream patch.
Added bash upstream patch.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra139c25 rcc2eeb1  
    4040      <itemizedlist>
    4141        <listitem>
     42          <para>[bdubbs] - Added readline upstream patch. Fixes
     43          <ulink url="&lfs-ticket-root;3532">#3532</ulink>.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[bdubbs] - Added bash upstream patch. Fixes
     47          <ulink url="&lfs-ticket-root;3531">#3531</ulink>.</para>
     48        </listitem>
     49        <listitem>
    4250          <para>[bdubbs] - Added bc patch to address memory leaks. Fixes
    43           <ulink url="&lfs-ticket-root;3540">#3536</ulink>.</para>
     51          <ulink url="&lfs-ticket-root;3536">#3536</ulink>.</para>
    4452        </listitem>
    4553      </itemizedlist>
  • chapter01/whatsnew.xml

    ra139c25 rcc2eeb1  
    234234    </listitem>
    235235    <listitem>
     236      <para>&bash-fixes-patch;</para>
     237    </listitem>
     238    <listitem>
    236239      <para>&bc-memory-leak-patch;</para>
    237240    </listitem>
     
    250253    <listitem>
    251254      <para>libcap-&libcap-version;</para>
     255    </listitem>
     256    <listitem>
     257      <para>&readline-fixes-patch;</para>
    252258    </listitem>
    253259    <listitem>
  • chapter03/patches.xml

    ra139c25 rcc2eeb1  
    1818
    1919  <variablelist role="materials">
    20 <!--
     20
    2121    <varlistentry>
    2222      <term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
     
    2626      </listitem>
    2727    </varlistentry>
    28 -->
     28
    2929    <varlistentry>
    3030      <term>Bc Memory Leak Patch - <token>&bc-memory-leak-patch-size;</token>:</term>
     
    7676
    7777    <varlistentry>
     78      <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
     79      <listitem>
     80        <para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
     81        <para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
     82      </listitem>
     83    </varlistentry>
     84
     85    <varlistentry>
    7886      <term>Systemd Compat Patch - <token>&systemd-compat-patch-size;</token>:</term>
    7987      <listitem>
  • chapter06/bash.xml

    ra139c25 rcc2eeb1  
    4040  <sect2 role="installation">
    4141    <title>Installation of Bash</title>
    42 <!--
     42
    4343    <para>First, apply the following patch to fix various bugs that have been
    4444    addressed upstream:</para>
    4545
    4646<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    47 -->
     47
    4848    <para>Prepare Bash for compilation:</para>
    4949
  • chapter06/readline.xml

    ra139c25 rcc2eeb1  
    4141  <sect2 role="installation">
    4242    <title>Installation of Readline</title>
     43
     44    <para>First install some patches to fix various bugs that have been
     45    addressed upstream:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
    4348
    4449    <para>Reinstalling Readline will cause the old libraries to be moved to
  • patches.ent

    ra139c25 rcc2eeb1  
    22
    33<!-- Start of Common Patches -->
     4
     5<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-1.patch">
     6<!ENTITY bash-fixes-patch-md5 "749b4b520708300b64f8166ba2b1b4a0">
     7<!ENTITY bash-fixes-patch-size "14 KB">
    48
    59<!ENTITY bc-memory-leak-patch "bc-&bc-version;-memory_leak-1.patch">
     
    2731<!ENTITY perl-libc-patch-size "1.6 KB">
    2832
     33<!ENTITY readline-fixes-patch "readline-6.3-upstream_fixes-1.patch">
     34<!ENTITY readline-fixes-patch-md5 "bbee7fad08474328b807e6828c26a961">
     35<!ENTITY readline-fixes-patch-size "3.1 KB">
     36
    2937<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
    3038<!ENTITY sysvinit-consolidated-patch-md5 "0b7b5ea568a878fdcc4057b2bf36e5cb">
Note: See TracChangeset for help on using the changeset viewer.