Changeset 1d69418


Ignore:
Timestamp:
04/15/2022 07:01:35 PM (2 years ago)
Author:
Ken Moffat <ken@…>
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:
03cd145, 7a0687c, b826273
Parents:
75bab32
Message:

Patch xz for the xzgrep vulnerability.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r75bab32 r1d69418  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[ken] - Patch Xz for a security fix.  Fixes
     48          <ulink url="&lfs-ticket-root;5047">#5047</ulink>.</para>
     49        </listitem>
     50        <listitem>
    4751          <para>[bdubbs] - Update to libcap-2.64.  Fixes
    4852          <ulink url="&lfs-ticket-root;5044">#5044</ulink>.</para>
  • chapter01/whatsnew.xml

    r75bab32 r1d69418  
    282282    <listitem><para></para></listitem>  <!-- satisfy build -->
    283283    <listitem>
     284      <para>&xz-upstream-fix-patch;</para>
     285    </listitem>
     286    <listitem>
    284287      <para>&zstd-upstream-fixes-patch;</para>
    285288    </listitem>
  • chapter03/patches.xml

    r75bab32 r1d69418  
    152152
    153153    <varlistentry>
     154      <term>Xz Upstream Fix Patch - <token>&xz-upstream-fix-patch-size;</token>:</term>
     155      <listitem>
     156        <para>Download: <ulink url="&patches-root;&xz-upstream-fix-patch;"/></para>
     157        <para>MD5 sum: <literal>&xz-upstream-fix-patch-md5;</literal></para>
     158      </listitem>
     159    </varlistentry>
     160
     161    <varlistentry>
    154162      <term>Zstd Upstream Fixes Patch - <token>&zstd-upstream-fixes-patch-size;</token>:</term>
    155163      <listitem>
  • chapter08/xz.xml

    r75bab32 r1d69418  
    4444  <sect2 role="installation">
    4545    <title>Installation of Xz</title>
     46
     47    <para>Apply a patch to fix an issue in xzgrep:</para>
     48
     49<screen><userinput remap="pre">patch -Np1 -i ../&xz-upstream-fix-patch;</userinput></screen>
    4650
    4751    <para>Prepare Xz for compilation with:</para>
  • patches.ent

    r75bab32 r1d69418  
    9494<!ENTITY systemd-kernel-fixes-patch-size "2.7 KB">
    9595
     96<!ENTITY xz-upstream-fix-patch "xz-&xz-version;-upstream_fix-1.patch">
     97<!ENTITY xz-upstream-fix-patch-md5 "584c72ea3d8f7502b2770670f3090788">
     98<!ENTITY xz-upstream-fix-patch-size "3.7 KB">
     99
    96100<!ENTITY zstd-upstream-fixes-patch "zstd-&zstd-version;-upstream_fixes-1.patch">
    97101<!ENTITY zstd-upstream-fixes-patch-md5 "a7e576e3f87415fdf388392b257cdcf3">
Note: See TracChangeset for help on using the changeset viewer.