Ignore:
Timestamp:
07/03/2024 04:17:07 PM (3 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
a2a0d67
Parents:
0c075aa
Message:

Update to p11-kit-0.25.4.

File:
1 edited

Legend:

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

    r0c075aa r11196d67  
    77  <!ENTITY p11-kit-download-http "https://github.com/p11-glue/p11-kit/releases/download/&p11-kit-version;/p11-kit-&p11-kit-version;.tar.xz">
    88  <!ENTITY p11-kit-download-ftp  " ">
    9   <!ENTITY p11-kit-md5sum        "2610cef2951d83d7037577eaae1acb54">
    10   <!ENTITY p11-kit-size          "972 KB">
    11   <!ENTITY p11-kit-buildsize     "95 MB (with tests)">
    12   <!ENTITY p11-kit-time          "0.8 SBU (with tests)">
     9  <!ENTITY p11-kit-md5sum        "ce5aded9321f8c48f34a66e99cb75816">
     10  <!ENTITY p11-kit-size          "980 KB">
     11  <!ENTITY p11-kit-buildsize     "93 MB (with tests)">
     12  <!ENTITY p11-kit-time          "0.7 SBU (with tests)">
    1313]>
    1414
     
    129129      --prefix=/usr       \
    130130      --buildtype=release \
    131       -Dtrust_paths=/etc/pki/anchors &amp;&amp;
     131      -D trust_paths=/etc/pki/anchors &amp;&amp;
    132132ninja</userinput></screen>
    133133
     
    153153
    154154    <para>
    155       <parameter>-Dtrust_paths=/etc/pki/anchors</parameter>: this switch
     155      <parameter>-D trust_paths=/etc/pki/anchors</parameter>: this switch
    156156      sets the location of trusted certificates used by libp11-kit.so.
    157157    </para>
    158158
    159159    <para>
    160       <option>-Dhash_impl=freebl</option>: Use this switch if you want to
     160      <option>-D hash_impl=freebl</option>: Use this switch if you want to
    161161      use the Freebl library from <application>NSS</application> for SHA1 and
    162162      MD5 hashing.
     
    164164
    165165    <para>
    166       <option>-Dgtk_doc=true</option>: Use this switch if you have installed
     166      <option>-D gtk_doc=true</option>: Use this switch if you have installed
    167167      <xref linkend="gtk-doc"/> and <xref linkend="libxslt"/> and wish to
    168168      rebuild the documentation and generate manual pages.
Note: See TracChangeset for help on using the changeset viewer.