source: postlfs/security/gpgme.xml@ 5761707

12.0 12.1 gimp3 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 5761707 was b9567b04, checked in by Xi Ruoyao <xry111@…>, 13 months ago

postlfs: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

  • Property mode set to 100644
File size: 7.9 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 gpgme-download-http "&gnupg-http;/gpgme/gpgme-&gpgme-version;.tar.bz2">
8 <!ENTITY gpgme-download-ftp "&gnupg-ftp;/gpgme/gpgme-&gpgme-version;.tar.bz2">
9 <!ENTITY gpgme-download-ftp " ">
10 <!ENTITY gpgme-md5sum "526949233610f46655741cafd09e66a7">
11 <!ENTITY gpgme-size "1.7 MB">
12 <!ENTITY gpgme-buildsize "189 MB (Add 34 MB for tests)">
13 <!ENTITY gpgme-time "0.6 SBU (with all bindings, add 0.8 SBU for tests; both with parallelism=4)">
14]>
15
16<sect1 id="gpgme" xreflabel="GPGME-&gpgme-version;">
17 <?dbhtml filename="gpgme.html"?>
18
19
20 <title>GPGME-&gpgme-version;</title>
21
22 <indexterm zone="gpgme">
23 <primary sortas="a-GPGME">GPGME</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GPGME</title>
28
29 <para>
30 The <application>GPGME</application> package is a C library
31 that allows cryptography support to be added to a
32 program. It is designed to make access to public key crypto
33 engines like <application>GnuPG</application> or GpgSM easier
34 for applications. <application>GPGME</application> provides
35 a high-level crypto API for encryption, decryption, signing,
36 signature verification and key management.
37 </para>
38
39 &lfs113_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gpgme-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gpgme-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gpgme-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gpgme-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gpgme-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gpgme-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74<!--
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Recommended patch (required if SWIG is installed):
80 <ulink url="&patch-root;/gpgme-&gpgme-version;-gpg_error_1_46-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84-->
85 <bridgehead renderas="sect3">GPGME Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="libassuan"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="doxygen"/> and
95 <xref linkend="graphviz"/> (for API documentation),
96 <xref linkend="gnupg2"/> (required if Qt or SWIG are installed;
97 used during the test suite),
98 <xref linkend="clisp"/>,<!--
99gpgme can still use python 2.7, but can use python3 as well,
100so do not advertise python2
101 <xref linkend="python2"/>,-->
102 <xref linkend="qt5"/>, and/or
103 <xref linkend="swig"/> (for language bindings)
104 </para>
105
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of GPGME</title>
110
111 <para>
112 Install <application>GPGME</application> by running the following
113 commands:
114 </para>
115
116<screen><userinput>./configure --prefix=/usr --disable-gpg-test &amp;&amp;
117make</userinput></screen>
118
119 <para>
120 To test the results, you should have <xref linkend="gnupg2"/> installed
121 and remove the <command>--disable-gpg-test</command> above. Issue:
122 <command>make -k check</command>. One test, TestRemarks, is known to fail.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <para>
137 <parameter>--disable-gpg-test</parameter>: if this parameter is not
138 passed to configure, the test programs are built during
139 <command>make</command> stage, which requires <xref linkend="gnupg2"/>.
140 This parameter is not needed if <xref linkend="gnupg2"/> is installed.
141 </para>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Program</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directory</segtitle>
152
153 <seglistitem>
154 <seg>
155 gpgme-json, and gpgme-tool
156 </seg>
157 <seg>
158 libgpgme, libgpgmepp.so, and libqgpgme.so
159 </seg>
160 <seg>
161 /usr/include/{gpgme++,qgpgme,QGpgME},
162 /usr/lib/cmake/{Gpgmepp,QGpgme}.
163 /usr/lib/python{2.7,3.9}/site-packages/gpg, and
164 /usr/share/common-lisp/source/gpgme
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="gpgme-json">
175 <term><command>gpgme-json</command></term>
176 <listitem>
177 <para>
178 outputs <application>GPGME</application> commands in JSON format
179 </para>
180 <indexterm zone="gpgme gpgme-json">
181 <primary sortas="b-gpgme-json">gpgme-json</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="gpgme-tool">
187 <term><command>gpgme-tool</command></term>
188 <listitem>
189 <para>
190 is an assuan server exposing <application>GPGME</application>
191 operations, such as printing fingerprints and keyids with
192 keyservers
193 </para>
194 <indexterm zone="gpgme gpgme-tool">
195 <primary sortas="b-gpgme-tool">gpgme-tool</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <!-- As of 1.13.1, this library isn't present anymore.
201 <varlistentry id="libgpgme-pthread">
202 <term><filename class="libraryfile">libgpgme-pthread.so</filename></term>
203 <listitem>
204 <para>
205 contains the <application>GPGME</application> API functions for
206 applications using pthread.
207 </para>
208 <indexterm zone="gpgme libgpgme-pthread">
209 <primary sortas="c-libgpgme-pthread">libgpgme-pthread.so</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213 -->
214
215 <varlistentry id="libgpgme">
216 <term><filename class="libraryfile">libgpgme.so</filename></term>
217 <listitem>
218 <para>
219 contains the <application>GPGME</application> API functions
220 </para>
221 <indexterm zone="gpgme libgpgme">
222 <primary sortas="c-libgpgme">libgpgme.so</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="libgpgmepp">
228 <term><filename class="libraryfile">libgpgmepp.so</filename></term>
229 <listitem>
230 <para>
231 contains the C++ <application>GPGME</application> API functions
232 </para>
233 <indexterm zone="gpgme libgpgmepp">
234 <primary sortas="c-libgpgmepp">libgpgmepp.so</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="libqgpgme">
240 <term><filename class="libraryfile">libqgpgme.so</filename></term>
241 <listitem>
242 <para>
243 contains API functions for handling GPG operations in
244 <application>Qt</application> applications
245 </para>
246 <indexterm zone="gpgme libqgpgme">
247 <primary sortas="c-libqgpgme">libqgpgme.so</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 </variablelist>
253
254 </sect2>
255
256</sect1>
Note: See TracBrowser for help on using the repository browser.