Changeset 146620c


Ignore:
Timestamp:
02/07/2015 12:34:45 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
6658e86
Parents:
930578e4
Message:

Merged latest change from trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r930578e4 r146620c  
    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

    r930578e4 r146620c  
    240240    <listitem><para></para></listitem>  <!-- satisfy build -->
    241241
    242     <!--
    243242    <listitem>
    244243      <para>&bash-fixes-patch;</para>
    245244    </listitem>
    246     -->
     245
     246    <listitem>
     247      <para>&mpfr-fixes-patch;</para>
     248    </listitem>
    247249
    248250    <listitem>
  • chapter03/patches.xml

    r930578e4 r146620c  
    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

    r930578e4 r146620c  
    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

    r930578e4 r146620c  
    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.