source: general/genlib/libksba.xml@ cbcf148

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since cbcf148 was 25bc5c8, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Update to libksba-1.6.3

  • Property mode set to 100644
File size: 6.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libksba-download-http "&gnupg-http;/libksba/libksba-&libksba-version;.tar.bz2">
8 <!ENTITY libksba-download-ftp "&gnupg-ftp;/libksba/libksba-&libksba-version;.tar.bz2">
9 <!ENTITY libksba-download-ftp " ">
10 <!ENTITY libksba-md5sum "65683abfe7175e3cb19fb6f40175fea8">
11 <!ENTITY libksba-size "653 KB">
12 <!ENTITY libksba-buildsize "10 MB (with tests)">
13 <!ENTITY libksba-time "0.1 SBU (with tests)">
14]>
15
16<sect1 id="libksba" xreflabel="libksba-&libksba-version;">
17 <?dbhtml filename="libksba.html"?>
18
19
20 <title>libksba-&libksba-version;</title>
21
22 <indexterm zone="libksba">
23 <primary sortas="a-libksba">libksba</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Libksba</title>
28
29 <para>
30 The <application>Libksba</application> package contains a library
31 used to make X.509 certificates as well as making the CMS (Cryptographic
32 Message Syntax) easily accessible by other applications. Both
33 specifications are building blocks of S/MIME and TLS. The library does
34 not rely on another cryptographic library but provides hooks for easy
35 integration with <application>Libgcrypt</application>.
36 </para>
37
38 &lfs112_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libksba-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libksba-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libksba-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libksba-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libksba-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libksba-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Libksba Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libgpg-error"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="valgrind"/>
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/libksba"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Libksba</title>
93
94 <para>
95 Install <application>Libksba</application> by running the
96 following commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr &amp;&amp;
100make</userinput></screen><!-- &amp;&amp;
101
102makeinfo - -html - -no-split -o doc/ksba_nochunks.html doc/ksba.texi &amp;&amp;
103makeinfo - -plaintext -o doc/ksba.txt doc/ksba.texi</userinput></screen>
104
105 <para>
106 If you wish to build alternate formats of the documentation, you
107 must have <xref linkend="texlive"/> installed,
108 then issue the following commands:
109 </para>
110
111<screen remap="doc"><userinput>make -C doc ps pdf html</userinput></screen> -->
112
113 <para>
114 To test the results, issue: <command>make check</command>.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen><!-- &amp;&amp;
122
123install -v -m755 -d /usr/share/doc/libksba-&libksba-version; &amp;&amp;
124install -v -m644 README doc/ksba{_nochunks.html,.txt,.texi} \
125 /usr/share/doc/libksba-&libksba-version;</userinput></screen>
126
127 <para>
128 If you built the additional documentation, install it by issuing the
129 following commands as the <systemitem class="username">root</systemitem>
130 </para>
131
132<screen role="root"
133 remap="doc"><userinput>install -v -m755 -d /usr/share/doc/libksba-&libksba-version;/html &amp;&amp;
134install -v -m644 doc/ksba.html/* \
135 /usr/share/doc/libksba-&libksba-version;/html &amp;&amp;
136install -v -m644 doc/ksba.{pdf,ps,dvi} \
137 /usr/share/doc/libksba-&libksba-version;</userinput></screen> -->
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Program</segtitle>
146 <segtitle>Installed Library</segtitle>
147 <segtitle>Installed Directory</segtitle>
148
149 <seglistitem>
150 <seg><!--ksba-config not in 1.6.3-->None</seg>
151 <seg>libksba.so</seg>
152 <seg>None<!--/usr/share/doc/libksba-&libksba-version;--></seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160 <!--
161 <varlistentry id="ksba-config">
162 <term><command>ksba-config</command></term>
163 <listitem>
164 <para>
165 is a utility used to configure and build applications based on
166 the libksba(3) library. It can be used to query the C compiler and
167 linker flags which are required to correctly compile and link the
168 application against the libksba(3) library
169 </para>
170 <indexterm zone="libksba ksba-config">
171 <primary sortas="b-ksba-config">ksba-config</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175 -->
176 <varlistentry id="libksba-lib">
177 <term><filename class="libraryfile">libksba.{so,a}</filename></term>
178 <listitem>
179 <para>
180 contains the cryptographic API functions
181 </para>
182 <indexterm zone="libksba libksba-lib">
183 <primary sortas="c-libksba">libksba.{so,a}</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.