Changeset bc1414a3


Ignore:
Timestamp:
07/27/2023 06:53:05 AM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
1ff58970
Parents:
e9aa209b
Message:

p11-kit: Apply an upstreamed fix

The issue is a new regression in 0.25.0, and it's causing test failures
in glib-networking and libsoup.

We know we are on Linux so we don't need the fancy #ifdef stuff, so we
can simplify the change into a sed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/p11-kit.xml

    re9aa209b rbc1414a3  
    9292  <sect2 role="installation">
    9393    <title>Installation of p11-kit</title>
     94
     95    <!-- https://github.com/p11-glue/p11-kit/pull/535
     96         The issue causes test failures in glib-networking and libsoup -->
     97    <para>
     98      Fix an issue causing some PKCS 11 modules fail to load:
     99    </para>
     100
     101<screen><userinput>sed 's/if (gi/&amp; \&amp;\&amp; gi != C_GetInterface/' \
     102    -i p11-kit/modules.c</userinput></screen>
     103
    94104
    95105    <para>
Note: See TracChangeset for help on using the changeset viewer.