mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
pkgconf: Update the fix for modversion regression (#5414)
This commit is contained in:
parent
3baf03a954
commit
75d26160ce
@ -43,6 +43,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2024-01-21</para>
|
<para>2024-01-21</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[xry111] - Apply upstream fix for pkgconf-2.1.0 regression.
|
||||||
|
Fixes <ulink url='&lfs-ticket-root;5414'>#5414</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[xry111] - Update to jinja2-3.1.3 (security fix). Fixes
|
<para>[xry111] - Update to jinja2-3.1.3 (security fix). Fixes
|
||||||
<ulink url='&lfs-ticket-root;5411'>#5411</ulink>.</para>
|
<ulink url='&lfs-ticket-root;5411'>#5411</ulink>.</para>
|
||||||
|
@ -298,6 +298,10 @@
|
|||||||
<para>&glibc-upstream-fixes-patch;</para>
|
<para>&glibc-upstream-fixes-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>&pkgconf-upstream-fix-patch;</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>&readline-fixes-patch;</para>
|
<para>&readline-fixes-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -117,15 +117,14 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
-->
|
-->
|
||||||
<!--
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Perl Upstream Fix Patch - <token>&perl-fix-patch-size;</token>:</term>
|
<term>Pkgconf Upstream Fix Patch - <token>&pkgconf-upstream-fix-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Download: <ulink url="&patches-root;&perl-fix-patch;"/></para>
|
<para>Download: <ulink url="&patches-root;&pkgconf-upstream-fix-patch;"/></para>
|
||||||
<para>MD5 sum: <literal>&perl-fix-patch-md5;</literal></para>
|
<para>MD5 sum: <literal>&pkgconf-upstream-fix-patch-md5;</literal></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
-->
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Readline Upstream Fix Patch - <token>&readline-fixes-patch-size;</token>:</term>
|
<term>Readline Upstream Fix Patch - <token>&readline-fixes-patch-size;</token>:</term>
|
||||||
|
@ -45,9 +45,9 @@
|
|||||||
<title>Installation of Pkgconf</title>
|
<title>Installation of Pkgconf</title>
|
||||||
|
|
||||||
<!-- https://github.com/pkgconf/pkgconf/issues/317 -->
|
<!-- https://github.com/pkgconf/pkgconf/issues/317 -->
|
||||||
<para>Fix a regression in pkgconf-2.0.3 breaking BLFS packages:</para>
|
<para>Fix a regression in pkgconf-2.1.0 breaking BLFS packages:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -i 's/str\(cmp.*package\)/strn\1, strlen(pkg->why)/' cli/main.c</userinput></screen>
|
<screen><userinput remap="pre">patch -Np1 -i ../&pkgconf-upstream-fix-patch;</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Pkgconf for compilation:</para>
|
<para>Prepare Pkgconf for compilation:</para>
|
||||||
|
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
||||||
<!ENTITY kbd-backspace-patch-size "12 KB">
|
<!ENTITY kbd-backspace-patch-size "12 KB">
|
||||||
|
|
||||||
|
<!ENTITY pkgconf-upstream-fix-patch "pkgconf-&pkgconf-version;-upstream_fix-1.patch">
|
||||||
|
<!ENTITY pkgconf-upstream-fix-patch-md5 "77d5bb10840724a0e3dc08efee548363">
|
||||||
|
<!ENTITY pkgconf-upstream-fix-patch-size "4 KB">
|
||||||
|
|
||||||
<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-2.patch">
|
<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-2.patch">
|
||||||
<!ENTITY readline-fixes-patch-md5 "d2477ebe908cc99763d90dde7fd9549a">
|
<!ENTITY readline-fixes-patch-md5 "d2477ebe908cc99763d90dde7fd9549a">
|
||||||
<!ENTITY readline-fixes-patch-size "5.7 KB">
|
<!ENTITY readline-fixes-patch-size "5.7 KB">
|
||||||
|
Loading…
Reference in New Issue
Block a user