Changeset 070bc9a


Ignore:
Timestamp:
03/05/2022 08:30:28 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8a572f0
Parents:
e6589bc
git-author:
Xi Ruoyao <xry111@…> (03/04/2022 08:27:39 PM)
git-committer:
Xi Ruoyao <xry111@…> (03/05/2022 08:30:28 AM)
Message:

add zstd upstream fixes patch

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/whatsnew.xml

    re6589bc r070bc9a  
    281281    <title>Added:</title>
    282282    <listitem><para></para></listitem>  <!-- satisfy build -->
    283     <!--
    284     <listitem>
    285       <para>binutils-2.37-upstream_fix-1.patch</para>
    286     </listitem>
    287     <listitem>
    288       <para>gcc-11.1.0-upstream_fixes-1.patch</para>
    289     </listitem>
    290     -->
     283    <listitem>
     284      <para>&zstd-upstream-fixes-patch;</para>
     285    </listitem>
    291286  </itemizedlist>
    292287
  • chapter03/patches.xml

    re6589bc r070bc9a  
    142142    </varlistentry>
    143143
     144    <varlistentry>
     145      <term>Zstd Upstream Fixes Patch - <token>&zstd-upstream-fixes-patch-size;</token>:</term>
     146      <listitem>
     147        <para>Download: <ulink url="&patches-root;&zstd-upstream-fixes-patch;"/></para>
     148        <para>MD5 sum: <literal>&zstd-upstream-fixes-patch-md5;</literal></para>
     149      </listitem>
     150    </varlistentry>
    144151  </variablelist>
    145152
  • chapter08/zstd.xml

    re6589bc r070bc9a  
    4242  <sect2 role="installation">
    4343    <title>Installation of Zstd</title>
     44
     45    <para>Apply a patch to fix some issues identified by upstream:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../&zstd-upstream-fixes-patch;</userinput></screen>
    4448
    4549    <para>Compile the package:</para>
  • patches.ent

    re6589bc r070bc9a  
    8888<!ENTITY systemd-upstream-fixes-patch-md5 "71eac6abdad5fba2039dcd011a9ae5b3">
    8989<!ENTITY systemd-upstream-fixes-patch-size "20 KB">
     90
     91<!ENTITY zstd-upstream-fixes-patch "zstd-&zstd-version;-upstream_fixes-1.patch">
     92<!ENTITY zstd-upstream-fixes-patch-md5 "a7e576e3f87415fdf388392b257cdcf3">
     93<!ENTITY zstd-upstream-fixes-patch-size "4 KB">
Note: See TracChangeset for help on using the changeset viewer.