source: general/genlib/libksba.xml@ 33b043b

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 33b043b was 0ec63138, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to vala-0.52.3
Update to libksba-1.5.1
Update to pipewire-0.3.26
Update to graphene-1.10.6
Update to ruby-3.0.1

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