Changeset e128c68


Ignore:
Timestamp:
09/08/2021 03:36:09 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, arm, bdubbs/gcc13, 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:
365b8c7
Parents:
2da01379
Message:

Add the File upstream fixes patch to the book.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r2da01379 re128c68  
    4545
    4646    <listitem>
     47      <para>2021-09-08</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Fix regressions in File that result in improper
     51          detection of text and XZ files.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>2021-09-06</para>
    4858      <itemizedlist>
  • chapter01/whatsnew.xml

    r2da01379 re128c68  
    285285    <title>Added:</title>
    286286    <listitem><para></para></listitem>  <!-- satisfy build -->
     287    <listitem>
     288      <para>file-5.40-upstream_fixes-1.patch</para>
     289    </listitem>
    287290    <!--
    288291    <listitem>
  • chapter03/patches.xml

    r2da01379 re128c68  
    5858        <para>Download: <ulink url="&patches-root;&coreutils-i18n-patch;"/></para>
    5959        <para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para>
     60      </listitem>
     61    </varlistentry>
     62
     63    <varlistentry>
     64      <term>File Upstream Fixes Patch - <token>&file-upstream-fixes-patch-size;</token>:</term>
     65      <listitem>
     66        <para>Download: <ulink url="&patches-root;&file-upstream-fixes-patch;"/></para>
     67        <para>MD5 sum: <literal>&file-upstream-fixes-md5;</literal></para>
    6068      </listitem>
    6169    </varlistentry>
  • chapter08/file.xml

    r2da01379 re128c68  
    4141  <sect2 role="installation">
    4242    <title>Installation of File</title>
     43
     44    <para>First, fix a few regressions in File:</para>
     45
     46<screen><userinput remap="pre">patch -Np1 -i ../file-&file-version;-upstream_fixes-1.patch</userinput></screen>
    4347
    4448    <para>Prepare File for compilation:</para>
  • patches.ent

    r2da01379 re128c68  
    3030<!ENTITY flex-fixes-patch-size "3.4 KB">
    3131-->
     32
     33<!ENTITY file-upstream-fixes-patch "file-&file-version;-upstream_fixes-1.patch">
     34<!ENTITY file-upstream-fixes-md5 "d99090db596b9db2bed869662199a56a">
     35<!ENTITY file-upstream-fixes-patch-size "4.0 KB">
    3236
    3337<!ENTITY gcc-upstream-fixes-patch "gcc-&gcc-version;-upstream_fixes-1.patch">
Note: See TracChangeset for help on using the changeset viewer.