Changeset e980f1a


Ignore:
Timestamp:
09/16/2016 08:43:48 PM (8 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:
bd312dc
Parents:
0c8d92d
Message:

Update to bash-4.4.
Update to readline-7.0.
Update to linux-4.7.4.

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r0c8d92d re980f1a  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444-->
     45    <listitem>
     46      <para>2016-09-16</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to bash-4.4. Fixes
     50          <ulink url="&lfs-ticket-root;3981">#381</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to readline-7.0. Fixes
     54          <ulink url="&lfs-ticket-root;3982">#382</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to linux-4.7.4. Fixes
     58          <ulink url="&lfs-ticket-root;3980">#380</ulink>.</para>
     59        </listitem>
     60      </itemizedlist>
     61    </listitem>
     62
    4563    <listitem>
    4664      <para>2016-09-14</para>
  • chapter01/whatsnew.xml

    r0c8d92d re980f1a  
    3939      <para>Automake &automake-version;</para>
    4040    </listitem>-->
    41     <!--<listitem>
     41    <listitem>
    4242      <para>Bash &bash-version;</para>
    43     </listitem>-->
     43    </listitem>
    4444    <!--<listitem>
    4545      <para>Binutils &binutils-version;</para>
     
    192192      <para>Psmisc &psmisc-version;</para>
    193193    </listitem>-->
    194     <!--<listitem>
     194    <listitem>
    195195      <para>Readline &readline-version;</para>
    196     </listitem>-->
     196    </listitem>
    197197    <!--<listitem>
    198198      <para>Sed &sed-version;</para>
     
    262262    <listitem><para></para></listitem>  <!-- satisfy build -->
    263263
    264     <!--<listitem>
    265       <para>Tcl-8.6.3</para>
    266     </listitem>-->
     264    <listitem>
     265      <para>bash-4.3.30-upstream_fixes-3.patch</para>
     266    </listitem>
     267
     268    <listitem>
     269      <para>readline-6.3-upstream_fixes-3.patch</para>
     270    </listitem>
    267271
    268272  </itemizedlist>
  • chapter03/patches.xml

    r0c8d92d re980f1a  
    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>
     
    7474      </listitem>
    7575    </varlistentry>
    76 
     76<!--
    7777    <varlistentry>
    7878      <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
     
    8282      </listitem>
    8383    </varlistentry>
    84 
     84-->
    8585    <varlistentry revision="sysv">
    8686      <term>Sysvinit Consolidated Patch - <token>&sysvinit-consolidated-patch-size;</token>:</term>
  • chapter06/bash.xml

    r0c8d92d re980f1a  
    4040  <sect2 role="installation">
    4141    <title>Installation of Bash</title>
    42 
    43     <para>First, apply the following patch to fix various bugs that have been
    44     addressed upstream:</para>
    45 
    46 <screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    4742
    4843    <para>Prepare Bash for compilation:</para>
  • chapter06/readline.xml

    r0c8d92d re980f1a  
    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>
    4843
    4944    <para>Reinstalling Readline will cause the old libraries to be moved to
  • general.ent

    r0c8d92d re980f1a  
    1 <!ENTITY version         "SVN-20160914">
     1<!ENTITY version         "SVN-20160916">
    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        "20160914-systemd">
     6<!ENTITY versiond        "20160916-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "September 14, 2016">
     10<!ENTITY releasedate     "September 16, 2016">
    1111<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    1212<!ENTITY milestone       "7.11">
  • packages.ent

    r0c8d92d re980f1a  
    4141<!ENTITY automake-ch6-sbu "less than 0.1 SBU (about 7.8 SBU with tests)">
    4242
    43 <!ENTITY bash-version "4.3.30">
    44 <!ENTITY bash-size "7,7791 KB">
     43<!ENTITY bash-version "4.4">
     44<!ENTITY bash-size "9,158 KB">
    4545<!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz">
    46 <!ENTITY bash-md5 "a27b3ee9be83bd3ba448c0ff52b28447">
     46<!ENTITY bash-md5 "148888a7c95ac23705559b6f477dfe25">
    4747<!ENTITY bash-home "&gnu-software;bash/">
    4848<!ENTITY bash-ch5-du "54 MB">
     
    392392<!ENTITY linux-major-version "4">
    393393<!ENTITY linux-minor-version "7">
    394 <!ENTITY linux-patch-version "3">
     394<!ENTITY linux-patch-version "4">
    395395<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    396396<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    397397<!ENTITY linux-size "88,304 KB">
    398398<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    399 <!ENTITY linux-md5 "f71f1e245727b953ec84482ac218eb01">
     399<!ENTITY linux-md5 "4ee167c1fc77a6fdc6353c6847656d6f">
    400400<!ENTITY linux-home "http://www.kernel.org/">
    401401<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
     
    516516<!ENTITY psmisc-ch6-sbu "less than 0.1 SBU">
    517517
    518 <!ENTITY readline-version "6.3">
    519 <!ENTITY readline-size "2,411 KB">
     518<!ENTITY readline-version "7.0">
     519<!ENTITY readline-size "2,842 KB">
    520520<!ENTITY readline-url "&gnu;readline/readline-&readline-version;.tar.gz">
    521 <!ENTITY readline-md5 "33c8fb279e981274f485fd91da77e94a">
     521<!ENTITY readline-md5 "205b03a87fc83dab653b628c59b9fc91">
    522522<!ENTITY readline-home "http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html">
    523523<!ENTITY readline-ch6-du "14 MB">
  • patches.ent

    r0c8d92d re980f1a  
    22
    33<!-- Start of Common Patches -->
    4 
    5 <!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-3.patch">
    6 <!ENTITY bash-fixes-patch-md5 "e183ab08f0a51a7c5a2e974eb1ecbc46">
    7 <!ENTITY bash-fixes-patch-size "15 KB">
    84
    95<!ENTITY bc-memory-leak-patch "bc-&bc-version;-memory_leak-1.patch">
     
    3531<!ENTITY kbd-backspace-patch-size "12 KB">
    3632
    37 <!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
    38 <!ENTITY readline-fixes-patch-md5 "6b0d9f4e79319d56a7fee9b35e5cfd1b">
    39 <!ENTITY readline-fixes-patch-size "8 KB">
    40 
    4133<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
    4234<!ENTITY sysvinit-consolidated-patch-md5 "0b7b5ea568a878fdcc4057b2bf36e5cb">
Note: See TracChangeset for help on using the changeset viewer.