Changeset 218ba5f


Ignore:
Timestamp:
02/08/2017 02:12:23 AM (7 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, 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:
e123025
Parents:
5d4c24a
Message:

Add bash-4.4 upstream fixes patch

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5d4c24a r218ba5f  
    4444-->
    4545    <listitem>
     46      <para>2017-02-07</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Add bash-4.4 upstream fixes patch. </para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4655      <para>2017-02-05</para>
    4756      <itemizedlist>
  • chapter01/whatsnew.xml

    r5d4c24a r218ba5f  
    251251    <title>Added:</title>
    252252    <listitem><para></para></listitem>  <!-- satisfy build -->
     253
     254    <listitem>
     255      <para>bash-4.4-upstream_fixes-1.patch</para>
     256    </listitem>
    253257<!--
    254258    <listitem>
  • chapter03/patches.xml

    r5d4c24a r218ba5f  
    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

    r5d4c24a r218ba5f  
    4040  <sect2 role="installation">
    4141    <title>Installation of Bash</title>
     42
     43    <para>Incorporate some upstream fixes:</para>
     44
     45<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    4246
    4347    <para>Prepare Bash for compilation:</para>
  • general.ent

    r5d4c24a r218ba5f  
    1 <!ENTITY version         "SVN-20170205">
     1<!ENTITY version         "SVN-20170207">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20170205-systemd">
     6<!ENTITY versiond        "20170207-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "February 5, 2016">
     10<!ENTITY releasedate     "February 7, 2016">
    1111<!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
    1212<!ENTITY milestone       "8.0">
  • patches.ent

    r5d4c24a r218ba5f  
    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 "e3d5bf23a4e5628680893d46e6ff286e">
     7<!ENTITY bash-fixes-patch-size "17 KB">
    48
    59<!ENTITY bc-memory-leak-patch "bc-&bc-version;-memory_leak-1.patch">
Note: See TracChangeset for help on using the changeset viewer.