source: postlfs/security/gpgme.xml@ f3429309

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 f3429309 was f3429309, checked in by Fernando de Oliveira <fernando@…>, 8 years ago
  • mupdf-1.8: minor reformat.
  • removing spaces from EOL, from Denis Mugnier.
  • BLFS/trunk/BOOK/kde/add/kdepim-runtime.xml: needed to fix to validate the book. One chunck had been removed. Bruce, please check if it is OK, now.

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

  • Property mode set to 100644
File size: 6.4 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 " ">
8 <!ENTITY gpgme-download-ftp "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-&gpgme-version;.tar.bz2">
9 <!ENTITY gpgme-md5sum "60d730d22e8065fd5de309e8b98e304b">
10 <!ENTITY gpgme-size "964 KB">
11 <!ENTITY gpgme-buildsize "23 MB (without the test suite)">
12 <!ENTITY gpgme-time "0.2 SBU (without the test suite)">
13]>
14
15<sect1 id="gpgme" xreflabel="GPGME-&gpgme-version;">
16 <?dbhtml filename="gpgme.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GPGME-&gpgme-version;</title>
24
25 <indexterm zone="gpgme">
26 <primary sortas="a-GPGME">GPGME</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GPGME</title>
31
32 <para>
33 The <application>GPGME</application> package is a C library
34 that allows cryptography support to be added to a
35 program. It is designed to make access to public key crypto
36 engines like <application>GnuPG</application> or GpgSM easier
37 for applications. <application>GPGME</application> provides
38 a high-level crypto API for encryption, decryption, signing,
39 signature verification and key management.
40 </para>
41
42 &lfs78_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&gpgme-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&gpgme-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &gpgme-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &gpgme-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &gpgme-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &gpgme-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77<!--
78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Required if running the test suite:
83 <ulink url="&patch-root;/gpgme-&gpgme-version;-tests-1.patch"/>
84 </para>
85 </listitem>
86 </itemizedlist>-->
87
88 <bridgehead renderas="sect3">GPGME Dependencies</bridgehead>
89
90 <bridgehead renderas="sect4">Required</bridgehead>
91 <para role="required">
92 <xref linkend="libassuan"/>
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="gnupg2"/> (used during the testsuite)
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/gpgme"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of GPGME</title>
107
108 <para>
109 Install <application>GPGME</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>./configure --prefix=/usr &amp;&amp;
114make</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>
125
126 </sect2>
127<!--
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 Apparently solved with gnupg-2.0.21.
132 <para><option>-/-disable-fd-passing</option>: This option disables
133 a problem causing a hang for some operations on some systems.</para>
134
135Apparently solved. Couldn't find when, but gpgme-1.5.5 release refers to
136"Fixed regression for GPGSM use with GnuPG < 2.1".
137 <para><option>-/-disable-gpgsm-test</option>: This option disables
138 a test with gpgsm in some systems breaking make.</para>
139 </sect2>-->
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Program</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directory</segtitle>
148
149 <seglistitem>
150 <seg>
151 gpgme-config and gpgme-tool
152 </seg>
153 <seg>
154 libgpgme-pthread.so and libgpgme.so
155 </seg>
156 <seg>
157 /usr/share/common-lisp/source/gpgme
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="gpgme-config">
168 <term><command>gpgme-config</command></term>
169 <listitem>
170 <para>
171 is used to obtain <application>GPGME</application> compilation and
172 linking information.
173 </para>
174 <indexterm zone="gpgme gpgme-config">
175 <primary sortas="b-gpgme-config">gpgme-config</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="gpgme-tool">
181 <term><command>gpgme-tool</command></term>
182 <listitem>
183 <para>
184 prints fingerprint and keyid with keyservers.
185 </para>
186 <indexterm zone="gpgme gpgme-tool">
187 <primary sortas="b-gpgme-tool">gpgme-tool</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="libgpgme-pthread">
193 <term><filename class="libraryfile">libgpgme-pthread.so</filename></term>
194 <listitem>
195 <para>
196 contains the <application>GPGME</application> API functions for
197 applications using pthread.
198 </para>
199 <indexterm zone="gpgme libgpgme-pthread">
200 <primary sortas="c-libgpgme-pthread">libgpgme-pthread.so</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="libgpgme">
206 <term><filename class="libraryfile">libgpgme.so</filename></term>
207 <listitem>
208 <para>
209 contains the <application>GPGME</application> API functions.
210 </para>
211 <indexterm zone="gpgme libgpgme">
212 <primary sortas="c-libgpgme">libgpgme.so</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 </variablelist>
218
219 </sect2>
220
221</sect1>
Note: See TracBrowser for help on using the repository browser.