source: postlfs/security/gnupg.xml@ 9f12e36

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6192 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.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnupg-download-http "http://public.ftp.planetmirror.com/pub/gnupg/gnupg-&gnupg-version;.tar.bz2">
8 <!ENTITY gnupg-download-ftp "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-&gnupg-version;.tar.bz2">
9 <!ENTITY gnupg-md5sum "d237d8fe1c4afa379f56dbda0e0b40e4">
10 <!ENTITY gnupg-size "3.1 MB">
11 <!ENTITY gnupg-buildsize "38.1 MB">
12 <!ENTITY gnupg-time "0.5 SBU">
13]>
14
15<sect1 id="gnupg" xreflabel="GnuPG-&gnupg-version;">
16 <?dbhtml filename="gnupg.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GnuPG-&gnupg-version;</title>
24
25 <indexterm zone="gnupg">
26 <primary sortas="a-GnuPG">GnuPG</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GnuPG</title>
31
32 <para>The <application>GnuPG</application> package contains a
33 public/private key encryptor. This is becoming useful for signing
34 files or emails as proof of identity and preventing tampering with
35 the contents of the file or email.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gnupg-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnupg-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnupg-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnupg-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnupg-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnupg-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing='compact'>
61 <listitem>
62 <para>Required Patch: <ulink
63 url="&patch-root;/gnupg-&gnupg-version;-curl_LDAP-1.patch"/>
64 </para>
65 </listitem>
66 </itemizedlist> -->
67
68 <bridgehead renderas="sect3">GnuPG Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="openssl"/>,
72 <xref linkend="openldap"/>,
73 <xref linkend="libusb"/>,
74 <xref linkend="curl"/>,
75 an <xref linkend="server-mail"/>,
76 <xref linkend="docbook-utils"/>, and <ulink
77 url="http://www.oasis-open.org/docbook/tools/dtm/">docbook-to-man</ulink></para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/gnupg"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of GnuPG</title>
86
87 <para>Install <application>GnuPG</application> by running the following
88 commands:</para>
89
90<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
91make</userinput></screen>
92
93 <para>If you have <xref linkend="tetex"/> installed and you wish to create
94 documentation in alternate formats, issue the following commands:</para>
95
96<screen><userinput>make -C doc pdf ps html &amp;&amp;
97makeinfo --plaintext -o doc/gpg.txt doc/gpg.texi &amp;&amp;
98makeinfo --plaintext -o doc/gpgv.txt doc/gpgv.texi</userinput></screen>
99
100 <para>To test the results, issue: <command>make check</command>.</para>
101
102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
103
104<screen role="root"><userinput>make install &amp;&amp;
105chmod -v 4755 /usr/bin/gpg &amp;&amp;
106install -v -m755 -d /usr/share/doc/gnupg-&gnupg-version; &amp;&amp;
107mv -v /usr/share/gnupg/{FAQ,faq.html} /usr/share/doc/gnupg-&gnupg-version; &amp;&amp;
108install -v -m644 \
109 doc/{highlights-1.4.txt,OpenPGP,samplekeys.asc,DETAILS,*.texi} \
110 /usr/share/doc/gnupg-&gnupg-version;</userinput></screen>
111
112 <para>If you created alternate formats of the documentation, install it
113 using the following command as the
114 <systemitem class="username">root</systemitem> user:</para>
115
116<screen role="root"><userinput>cp -v -R doc/gpg{,v}.{dvi,html,pdf,ps,txt} /usr/share/doc/gnupg-&gnupg-version;</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <para><parameter>--libexecdir=/usr/lib</parameter>: This command
124 creates a <filename class="directory">gnupg</filename> directory in
125 <filename class="directory">/usr/lib</filename> instead of
126 <filename class="directory">/usr/libexec</filename>.</para>
127
128 <para><command>chmod -v 4755 /usr/bin/gpg</command>:
129 <command>gpg</command> is installed setuid
130 <systemitem class='username'>root</systemitem> to avoid swapping
131 out sensitive data.</para>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
144 <seg>gpg, gpg-zip, gpgsplit, and gpgv</seg>
145 <seg>None</seg>
146 <seg>/usr/lib/gnupg, /usr/share/gnupg and
147 /usr/share/doc/gnupg-&gnupg-version;</seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="gpg">
157 <term><command>gpg</command></term>
158 <listitem>
159 <para>is the backend (command-line interface) for
160 this OpenPGP implementation.</para>
161 <indexterm zone="gnupg gpg">
162 <primary sortas="b-gpg">gpg</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="gpgsplit">
168 <term><command>gpgsplit</command></term>
169 <listitem>
170 <para>separates key rings.</para>
171 <indexterm zone="gnupg gpgsplit">
172 <primary sortas="b-gpgsplit">gpgsplit</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="gpgv">
178 <term><command>gpgv</command></term>
179 <listitem>
180 <para>is a verify only version of <command>gpg</command>.</para>
181 <indexterm zone="gnupg gpgv">
182 <primary sortas="b-gpgv">gpgv</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.