Changeset 96b2539


Ignore:
Timestamp:
02/07/2015 12:15:23 AM (9 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.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:
9e6d13e9
Parents:
813b1dc
Message:

Add bash patches through patch-033.
Update mpfr patches through patch-11.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r813b1dc r96b2539  
    4040      <itemizedlist>
    4141        <listitem>
     42          <para>[bdubbs] - Add bash patches through patch-033.</para>
     43        </listitem>
     44        <listitem>
     45          <para>[bdubbs] - Update mpfr patches through patch-11.</para>
     46        </listitem>
     47        <listitem>
    4248          <para>[bdubbs] - Update to util-linux-2.26-rc2. Intermediate
    4349          fix prior to stable util-linux-2.26.</para>
  • chapter01/whatsnew.xml

    r813b1dc r96b2539  
    246246    <listitem><para></para></listitem>  <!-- satisfy build -->
    247247
    248     <!--
    249248    <listitem>
    250249      <para>&bash-fixes-patch;</para>
    251250    </listitem>
    252     -->
     251
     252    <listitem>
     253      <para>&mpfr-fixes-patch;</para>
     254    </listitem>
    253255
    254256    <listitem>
  • chapter03/patches.xml

    r813b1dc r96b2539  
    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>
  • chapter06/bash.xml

    r813b1dc r96b2539  
    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
  • patches.ent

    r813b1dc r96b2539  
    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 "e2571929a43fdf76ae1eb683fe86b5c0">
     7<!ENTITY bash-fixes-patch-size "8.8 KB">
    48
    59<!ENTITY bc-memory-leak-patch "bc-&bc-version;-memory_leak-1.patch">
     
    2327<!ENTITY kbd-backspace-patch-size "12 KB">
    2428
    25 <!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-upstream_fixes-2.patch">
    26 <!ENTITY mpfr-fixes-patch-md5 "2b2aa4371a4e848411639356fd82becf">
    27 <!ENTITY mpfr-fixes-patch-size "40 KB">
     29<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-upstream_fixes-3.patch">
     30<!ENTITY mpfr-fixes-patch-md5 "5ba8bafe42920d6e570567529629bc59">
     31<!ENTITY mpfr-fixes-patch-size "38 KB">
    2832
    2933<!ENTITY perl-fix-patch "perl-&perl-version;-infinite_recurse_fix-1.patch">
Note: See TracChangeset for help on using the changeset viewer.