mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
Patch xz for the xzgrep vulnerability.
This commit is contained in:
parent
75bab32f83
commit
1d694184b3
@ -43,6 +43,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2022-04-15</para>
|
<para>2022-04-15</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[ken] - Patch Xz for a security fix. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;5047">#5047</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Update to libcap-2.64. Fixes
|
<para>[bdubbs] - Update to libcap-2.64. Fixes
|
||||||
<ulink url="&lfs-ticket-root;5044">#5044</ulink>.</para>
|
<ulink url="&lfs-ticket-root;5044">#5044</ulink>.</para>
|
||||||
|
@ -280,6 +280,9 @@
|
|||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<title>Added:</title>
|
<title>Added:</title>
|
||||||
<listitem><para></para></listitem> <!-- satisfy build -->
|
<listitem><para></para></listitem> <!-- satisfy build -->
|
||||||
|
<listitem>
|
||||||
|
<para>&xz-upstream-fix-patch;</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>&zstd-upstream-fixes-patch;</para>
|
<para>&zstd-upstream-fixes-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -150,6 +150,14 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>Xz Upstream Fix Patch - <token>&xz-upstream-fix-patch-size;</token>:</term>
|
||||||
|
<listitem>
|
||||||
|
<para>Download: <ulink url="&patches-root;&xz-upstream-fix-patch;"/></para>
|
||||||
|
<para>MD5 sum: <literal>&xz-upstream-fix-patch-md5;</literal></para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Zstd Upstream Fixes Patch - <token>&zstd-upstream-fixes-patch-size;</token>:</term>
|
<term>Zstd Upstream Fixes Patch - <token>&zstd-upstream-fixes-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -44,6 +44,10 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Xz</title>
|
<title>Installation of Xz</title>
|
||||||
|
|
||||||
|
<para>Apply a patch to fix an issue in xzgrep:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="pre">patch -Np1 -i ../&xz-upstream-fix-patch;</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Xz for compilation with:</para>
|
<para>Prepare Xz for compilation with:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
|
@ -93,6 +93,10 @@
|
|||||||
<!ENTITY systemd-kernel-fixes-patch-md5 "34cee987b35d5d522fd3317e08057c1d">
|
<!ENTITY systemd-kernel-fixes-patch-md5 "34cee987b35d5d522fd3317e08057c1d">
|
||||||
<!ENTITY systemd-kernel-fixes-patch-size "2.7 KB">
|
<!ENTITY systemd-kernel-fixes-patch-size "2.7 KB">
|
||||||
|
|
||||||
|
<!ENTITY xz-upstream-fix-patch "xz-&xz-version;-upstream_fix-1.patch">
|
||||||
|
<!ENTITY xz-upstream-fix-patch-md5 "584c72ea3d8f7502b2770670f3090788">
|
||||||
|
<!ENTITY xz-upstream-fix-patch-size "3.7 KB">
|
||||||
|
|
||||||
<!ENTITY zstd-upstream-fixes-patch "zstd-&zstd-version;-upstream_fixes-1.patch">
|
<!ENTITY zstd-upstream-fixes-patch "zstd-&zstd-version;-upstream_fixes-1.patch">
|
||||||
<!ENTITY zstd-upstream-fixes-patch-md5 "a7e576e3f87415fdf388392b257cdcf3">
|
<!ENTITY zstd-upstream-fixes-patch-md5 "a7e576e3f87415fdf388392b257cdcf3">
|
||||||
<!ENTITY zstd-upstream-fixes-patch-size "4 KB">
|
<!ENTITY zstd-upstream-fixes-patch-size "4 KB">
|
||||||
|
Loading…
Reference in New Issue
Block a user