Ignore:
Timestamp:
07/23/2012 01:35:55 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f69944f
Parents:
cb59f46d
Message:

FreeType 2.4.10, Fontconfig 2.10.0 and p11-kit 0.13.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10443 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

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

    rcb59f46d r70c0ef4  
    77  <!ENTITY p11-kit-download-http "http://p11-glue.freedesktop.org/releases/p11-kit-&p11-kit-version;.tar.gz">
    88  <!ENTITY p11-kit-download-ftp  " ">
    9   <!ENTITY p11-kit-md5sum        "66baf7ddde982d1b7294d3bd63be7446">
    10   <!ENTITY p11-kit-size          "520 KB">
    11   <!ENTITY p11-kit-buildsize     "6.0 MB">
    12   <!ENTITY p11-kit-time          "less than 0.1 SBU">
     9  <!ENTITY p11-kit-md5sum        "3892bc07ff54b1b391aad4628911801d">
     10  <!ENTITY p11-kit-size          "532 KB">
     11  <!ENTITY p11-kit-buildsize     "8.3 MB">
     12  <!ENTITY p11-kit-time          "0.1 SBU">
    1313]>
    1414
     
    3030    <title>Introduction to p11-kit</title>
    3131
    32     <para>The <application>p11-kit</application> package Provides a way to load
    33     and enumerate PKCS #11 (a Cryptographic Token Interface Standard) modules.
     32    <para>
     33      The <application>p11-kit</application> package Provides a way to load and
     34      enumerate PKCS #11 (a Cryptographic Token Interface Standard) modules.
    3435    </para>
    3536
    36     &lfs70_checked;
     37    &lfs71_checked;
    3738
    3839    <bridgehead renderas="sect3">Package Information</bridgehead>
    3940    <itemizedlist spacing="compact">
    4041      <listitem>
    41         <para>Download (HTTP): <ulink url="&p11-kit-download-http;"/></para>
     42        <para>
     43          Download (HTTP): <ulink url="&p11-kit-download-http;"/>
     44        </para>
    4245      </listitem>
    4346      <listitem>
    44         <para>Download (FTP): <ulink url="&p11-kit-download-ftp;"/></para>
     47        <para>
     48          Download (FTP): <ulink url="&p11-kit-download-ftp;"/>
     49        </para>
    4550      </listitem>
    4651      <listitem>
    47         <para>Download MD5 sum: &p11-kit-md5sum;</para>
     52        <para>
     53          Download MD5 sum: &p11-kit-md5sum;
     54        </para>
    4855      </listitem>
    4956      <listitem>
    50         <para>Download size: &p11-kit-size;</para>
     57        <para>
     58          Download size: &p11-kit-size;
     59        </para>
    5160      </listitem>
    5261      <listitem>
    53         <para>Estimated disk space required: &p11-kit-buildsize;</para>
     62        <para>
     63          Estimated disk space required: &p11-kit-buildsize;
     64        </para>
    5465      </listitem>
    5566      <listitem>
    56         <para>Estimated build time: &p11-kit-time;</para>
     67        <para>
     68          Estimated build time: &p11-kit-time;
     69        </para>
    5770      </listitem>
    5871    </itemizedlist>
    5972
     73    <bridgehead renderas="sect3">p11-kit Dependencies</bridgehead>
     74
     75    <bridgehead renderas="sect4">Optional</bridgehead>
     76    <para role="optional">
     77      <xref linkend="gtk-doc"/>
     78    </para>
     79
    6080    <para condition="html" role="usernotes">User Notes:
    61     <ulink url="&blfs-wiki;/p11-kit"/></para>
    62 
     81      <ulink url="&blfs-wiki;/p11-kit"/>
     82    </para>
    6383  </sect2>
    6484
     
    6686    <title>Installation of p11-kit</title>
    6787
    68     <para>Install <application>p11-kit</application> by running the following
    69     commands:</para>
     88    <para>
     89      Install <application>p11-kit</application> by running the following
     90      commands:
     91    </para>
    7092
    7193<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    7294make</userinput></screen>
    7395
    74     <para>To test the results, issue: <command>make check</command>.</para>
     96    <para>
     97      To test the results, issue: <command>make check</command>.
     98    </para>
    7599
    76     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     100    <para>
     101      Now, as the <systemitem class="username">root</systemitem> user:
     102    </para>
    77103
    78104<screen role="root"><userinput>make install</userinput></screen>
     
    83109    <title>Command Explanations</title>
    84110
    85     <para><parameter>--sysconfdir=/etc</parameter>: This parameter creates
    86     the <filename class="directory">pkcs11</filename> directory in
    87     <filename class="directory">/etc</filename> instead of
    88     <filename class="directory">/usr/etc</filename>. If you are building
    89     this for a server rather than a desktop, you might prefer to put this in
    90     <filename class="directory">/var/lib</filename>.</para>
     111    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     112      href="../../xincludes/gtk-doc-rebuild.xml"/>
    91113
    92114  </sect2>
     
    101123
    102124      <seglistitem>
    103         <seg>p11-kit</seg>
    104         <seg>libp11-kit.so and p11-kit-proxy.so</seg>
    105         <seg>/etc/pkcs11,/usr/{include/p11-kit-1/p11-kit,share/gtk-doc/html/p11-kit}</seg>
     125        <seg>
     126          p11-kit
     127        </seg>
     128        <seg>
     129          libp11-kit.so and p11-kit-proxy.so
     130        </seg>
     131        <seg>
     132          /etc/pkcs11,
     133          /usr/include/p11-kit-1 and
     134          /usr/share/gtk-doc/html/p11-kit
     135        </seg>
    106136      </seglistitem>
    107137    </segmentedlist>
     
    115145        <term><filename class='libraryfile'>libp11-kit.so</filename></term>
    116146        <listitem>
    117           <para>contains functions used to coordinate initialization and
    118           finalization of any PKCS#11 module.</para>
     147          <para>
     148            contains functions used to coordinate initialization and
     149            finalization of any PKCS#11 module.
     150          </para>
    119151          <indexterm zone="p11-kit libp11-kit">
    120152            <primary sortas="c-libp11-kit">libp11-kit.so</primary>
     
    126158        <term><filename class='libraryfile'>p11-kit-proxy.so</filename></term>
    127159        <listitem>
    128           <para>is PKCS#11 proxy module.</para>
     160          <para>
     161            is the PKCS#11 proxy module.
     162          </para>
    129163          <indexterm zone="p11-kit p11-kit-proxy">
    130164            <primary sortas="c-p11-kit-proxy">p11-kit-proxy.so</primary>
Note: See TracChangeset for help on using the changeset viewer.