Changeset e523b7b


Ignore:
Timestamp:
02/17/2016 01:39:43 AM (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, 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:
9d2bb34c
Parents:
31a11cf0
Message:

Update for new patches

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r31a11cf0 re523b7b  
    3737-->
    3838    <listitem>
     39      <para>2016-02-16</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Update patches for bash, binutils,
     43          glibc, mpfr, and gcc from upstream repositories.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    3949      <para>2016-02-14</para>
    4050      <itemizedlist>
  • chapter01/whatsnew.xml

    r31a11cf0 re523b7b  
    246246
    247247    <listitem>
     248      <para>&bash-fixes-patch;</para>
     249    </listitem>
     250
     251    <listitem>
    248252      <para>&binutils-upstream-patch;</para>
    249253    </listitem>
    250254
    251255    <listitem>
     256      <para>&gcc-upstream-patch;</para>
     257    </listitem>
     258
     259    <listitem>
    252260      <para>&glibc-largefile-patch;</para>
    253261    </listitem>
    254262
    255     <!--<listitem>
     263    <listitem>
     264      <para>&glibc-upstream-patch2;</para>
     265    </listitem>
     266
     267    <listitem>
    256268      <para>&mpfr-upstream-patch;</para>
    257     </listitem>-->
    258 
    259     <!--<listitem>
    260       <para>Tcl-core-&tcl-version;</para>
    261     </listitem>-->
     269    </listitem>
    262270
    263271  </itemizedlist>
     
    268276
    269277    <!--<listitem>
    270       <para>bash-4.3.30-upstream_fixes-1.patch</para>
    271     </listitem>-->
    272 
    273     <!--<listitem>
    274       <para>mpfr-3.1.2-upstream_fixes-3.patch</para>
    275     </listitem>-->
    276 
    277     <!--<listitem>
    278278      <para>Tcl-8.6.3</para>
    279279    </listitem>-->
  • chapter03/patches.xml

    r31a11cf0 re523b7b  
    6060
    6161    <varlistentry>
     62      <term>Gcc Upstream Patch - <token>&gcc-upstream-patch-size;</token>:</term>
     63      <listitem>
     64        <para>Download: <ulink url="&patches-root;&gcc-upstream-patch;"/></para>
     65        <para>MD5 sum: <literal>&gcc-upstream-patch-md5;</literal></para>
     66      </listitem>
     67    </varlistentry>
     68
     69    <varlistentry>
    6270      <term>Glibc FHS Patch - <token>&glibc-fhs-patch-size;</token>:</term>
    6371      <listitem>
     
    8088        <para>Download: <ulink url="&patches-root;&glibc-largefile-patch;"/></para>
    8189        <para>MD5 sum: <literal>&glibc-largefile-patch-md5;</literal></para>
     90      </listitem>
     91    </varlistentry>
     92
     93    <varlistentry>
     94      <term>Glibc Upstream Patchs - <token>&glibc-upstream-patch2-size;</token>:</term>
     95      <listitem>
     96        <para>Download: <ulink url="&patches-root;&glibc-upstream-patch2;"/></para>
     97        <para>MD5 sum: <literal>&glibc-upstream-patch2-md5;</literal></para>
    8298      </listitem>
    8399    </varlistentry>
  • chapter06/gcc.xml

    r31a11cf0 re523b7b  
    4141  <sect2 role="installation">
    4242    <title>Installation of GCC</title>
    43 <!--
     43
    4444    <para>First apply some fixes from the upstream repository:</para>
    4545
    4646<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
    47 -->
     47
    4848    <para>The GCC documentation recommends building GCC in a dedicated build directory:</para>
    4949
  • chapter06/glibc.xml

    r31a11cf0 re523b7b  
    7777
    7878<screen><userinput remap="pre">patch -Np1 -i ../&glibc-largefile-patch;</userinput></screen>
     79
     80    <para>Finally, update some recent changes from the upstream repository:</para>
     81
     82<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch2;</userinput></screen>
    7983
    8084    <para>The Glibc documentation recommends building Glibc
  • general.ent

    r31a11cf0 re523b7b  
    1 <!ENTITY version         "SVN-20160209">
     1<!ENTITY version         "SVN-20160216">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release
    33                                      but not -rc releases -->
    4 <!ENTITY releasedate     "February 9, 2016">
     4<!ENTITY releasedate     "February 16, 2016">
    55<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    66<!ENTITY milestone       "7.9">
  • patches.ent

    r31a11cf0 re523b7b  
    33<!-- Start of Common Patches -->
    44
    5 <!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-2.patch">
    6 <!ENTITY bash-fixes-patch-md5 "fd2d7ca532f9ea53d678a6bc79354681">
    7 <!ENTITY bash-fixes-patch-size "13 KB">
     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">
    88
    99<!ENTITY bc-memory-leak-patch "bc-&bc-version;-memory_leak-1.patch">
     
    1111<!ENTITY bc-memory-leak-patch-size "1.4 KB">
    1212
    13 <!ENTITY binutils-upstream-patch "binutils-&binutils-version;-upstream_fix-1.patch">
    14 <!ENTITY binutils-upstream-patch-md5 "a13223621449e0d6934a608f646f13a9">
    15 <!ENTITY binutils-upstream-patch-size "3.0 KB">
     13<!ENTITY binutils-upstream-patch "binutils-&binutils-version;-upstream_fix-2.patch">
     14<!ENTITY binutils-upstream-patch-md5 "33662839ab819acb58796c4c2db20631">
     15<!ENTITY binutils-upstream-patch-size "13 KB">
    1616
    1717<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
     
    2323<!ENTITY coreutils-i18n-patch-size "146 KB">
    2424
     25<!ENTITY gcc-upstream-patch "gcc-&gcc-version;-upstream_fixes-1.patch">
     26<!ENTITY gcc-upstream-patch-md5 "56d86c16ea62e024e6eebbdc9dc63700">
     27<!ENTITY gcc-upstream-patch-size "251 KB">
     28
    2529<!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_i386_fix-1.patch">
    2630<!ENTITY glibc-upstream-patch-md5 "cfb3cb46074a833ac5729be79e4f2592">
    2731<!ENTITY glibc-upstream-patch-size "1.9 KB">
     32
     33<!ENTITY glibc-upstream-patch2 "glibc-&glibc-version;-upstream_fixes-1.patch">
     34<!ENTITY glibc-upstream-patch2-md5 "2357ae19ff8b1bfc527214d19d328903">
     35<!ENTITY glibc-upstream-patch2-size "52 KB">
    2836
    2937<!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch">
     
    3947<!ENTITY kbd-backspace-patch-size "12 KB">
    4048
    41 <!ENTITY mpfr-upstream-patch "mpfr-&mpfr-version;-upstream_fixes-1.patch">
    42 <!ENTITY mpfr-upstream-patch-md5 "2044abd90351861311c9aafcfb0ce864">
    43 <!ENTITY mpfr-upstream-patch-size "81 KB">
     49<!ENTITY mpfr-upstream-patch "mpfr-&mpfr-version;-upstream_fixes-2.patch">
     50<!ENTITY mpfr-upstream-patch-md5 "ef2f0b72f7e2dcc7775303bd3b850bca">
     51<!ENTITY mpfr-upstream-patch-size "138 KB">
    4452
    4553<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
Note: See TracChangeset for help on using the changeset viewer.