Author: ken
Date: 2012-02-07 17:36:11 -0700 (Tue, 07 Feb 2012)
New Revision: 9311
Added:
trunk/BOOK/postlfs/security/p11-kit.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/security.xml
Log:
Add p11-kit.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-02-08 00:07:42 UTC (rev 9310)
+++ trunk/BOOK/general.ent 2012-02-08 00:36:11 UTC (rev 9311)
@@ -127,6 +127,7 @@
<!ENTITY ca-bundle-version "3.12.11.0"> -->
<!ENTITY gnutls-version "3.0.7">
<!ENTITY linux-pam-version "1.1.5">
+<!ENTITY p11-kit-version "0.10">
<!ENTITY policykit-version "0.9">
<!ENTITY polkit-version "0.102">
<!ENTITY polkit-gnome-version "0.94">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-02-08 00:07:42 UTC
(rev 9310)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-02-08 00:36:11 UTC
(rev 9311)
@@ -71,6 +71,9 @@
<listitem>
<para>[ken] - merge ConsoleKit-0.4.5 from Wayne.</para>
</listitem>
+ <listitem>
+ <para>[ken] - add p11-kit from Wayne, updated to 0.10.</para>
+ </listitem>
</itemizedlist>
</listitem>
Added: trunk/BOOK/postlfs/security/p11-kit.xml
===================================================================
--- trunk/BOOK/postlfs/security/p11-kit.xml (rev 0)
+++ trunk/BOOK/postlfs/security/p11-kit.xml 2012-02-08 00:36:11 UTC (rev
9311)
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY p11-kit-download-http
"http://p11-glue.freedesktop.org/releases/p11-kit-&p11-kit-version;.tar.gz">
+ <!ENTITY p11-kit-download-ftp " ">
+ <!ENTITY p11-kit-md5sum "6dda974e0bf993b934dcd65792dcfbb5">
+ <!ENTITY p11-kit-size "516 KB">
+ <!ENTITY p11-kit-buildsize "6.6 MB">
+ <!ENTITY p11-kit-time "less than 0.1 SBU">
+]>
+
+<sect1 id="p11-kit" xreflabel="p11-kit-&p11-kit-version;">
+ <?dbhtml filename="p11-kit.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>p11-kit-&p11-kit-version;</title>
+
+ <indexterm zone="p11-kit">
+ <primary sortas="a-p11-kit">p11-kit</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to p11-kit</title>
+
+ <para>The <application>p11-kit</application> package Provides a way to load
+ and enumerate PKCS #11 (a Cryptographic Token Interface Standard) modules.
+ </para>
+
+ &lfs70_built;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Download (HTTP): <ulink url="&p11-kit-download-http;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download (FTP): <ulink url="&p11-kit-download-ftp;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download MD5 sum: &p11-kit-md5sum;</para>
+ </listitem>
+ <listitem>
+ <para>Download size: &p11-kit-size;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated disk space required: &p11-kit-buildsize;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated build time: &p11-kit-time;</para>
+ </listitem>
+ </itemizedlist>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/p11-kit"/></para>
+
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of p11-kit</title>
+
+ <para>Install <application>p11-kit</application> by running the following
+ commands:</para>
+
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
+make</userinput></screen>
+
+ <para>To test the results, issue: <command>make check</command>.</para>
+
+ <para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para><parameter>--sysconfdir=/etc</parameter>: This parameter creates
+ the <filename class="directory">pkcs11</filename> directory in
+ <filename class="directory">/etc</filename> instead of
+ <filename class="directory">/usr/etc</filename>. If you are building
+ this for a server rather than a desktop, you might prefer to put this in
+ <filename class="directory">/var/lib</filename>.</para>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Program</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>p11-kit</seg>
+ <seg>libp11-kit.so and p11-kit-proxy.so</seg>
+
<seg>/etc/pkcs11,/usr/{include/p11-kit-1/p11-kit,share/gtk-doc/html/p11-kit}</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="p11-kit-prog">
+ <term><command>p11-kit-prog</command></term>
+ <listitem>
+ <para>does this .....</para>
+ <indexterm zone="p11-kit p11-kit-prog">
+ <primary sortas="b-p11-kit-prog">p11-kit-prog</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libp11-kit">
+ <term><filename class='libraryfile'>libp11-kit.so</filename></term>
+ <listitem>
+ <para>contains functions that .....</para>
+ <indexterm zone="p11-kit libp11-kit">
+ <primary sortas="c-libp11-kit">libp11-kit.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="p11-kit-proxy">
+ <term><filename class='libraryfile'>p11-kit-proxy.so</filename></term>
+ <listitem>
+ <para>contains functions that .....</para>
+ <indexterm zone="p11-kit p11-kit-proxy">
+ <primary sortas="c-p11-kit-proxy">p11-kit-proxy.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Property changes on: trunk/BOOK/postlfs/security/p11-kit.xml
___________________________________________________________________
Added: svn:keywords
+ Date LastChangedBy
Modified: trunk/BOOK/postlfs/security/security.xml
===================================================================
--- trunk/BOOK/postlfs/security/security.xml 2012-02-08 00:07:42 UTC (rev
9310)
+++ trunk/BOOK/postlfs/security/security.xml 2012-02-08 00:36:11 UTC (rev
9311)
@@ -61,6 +61,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cacerts.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnutls.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="linux-pam.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="p11-kit.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="policykit.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="polkit-gnome.xml"/>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page