source: postlfs/security/gnupg.xml@ bfb7882

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 bfb7882 was 0bc6cf76, checked in by Randy McMurchy <randy@…>, 19 years ago

Typo fixes in Chapter 4 package instructions

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

  • Property mode set to 100644
File size: 5.2 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 "fdfc5553d0904cd65011e47a42a9532c">
10 <!ENTITY gnupg-size "2.8 MB">
11 <!ENTITY gnupg-buildsize "32 MB">
12 <!ENTITY gnupg-time "0.42 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<!--
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing='compact'>
62 <listitem>
63 <para>Required Patch: <ulink
64 url="&patch-root;/gnupg-&gnupg-version;-po_install_fix-1.patch"/>
65 </para>
66 </listitem>
67 </itemizedlist>
68-->
69
70 <bridgehead renderas="sect3">GnuPG Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para><xref linkend="openldap"/>,
74 <xref linkend="libusb"/>,
75 <xref linkend="curl"/>,
76 <ulink url="../server/mail.html">MTA</ulink>,
77 <xref linkend="docbook-utils"/> and <ulink
78 url="http://www.oasis-open.org/docbook/tools/dtm/">docbook-to-man</ulink></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of GnuPG</title>
84
85 <para>Install <application>GnuPG</application> by running the following
86 commands:</para>
87
88<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
89make</userinput></screen>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install &amp;&amp;
94chmod -v 4755 /usr/bin/gpg</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <para><parameter>--libexecdir=/usr/lib</parameter>: This command
102 creates a <filename class="directory">gnupg</filename> directory in
103 <filename class="directory">/usr/lib</filename> instead of
104 <filename class="directory">/usr/libexec</filename>.</para>
105
106 <para><command>chmod -v 4755 /usr/bin/gpg</command>:
107 <command>gpg</command> is installed setuid
108 <systemitem class='username'>root</systemitem> to avoid swapping
109 out sensitive data.</para>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>gpg, gpgsplit, and gpgv</seg>
123 <seg>None</seg>
124 <seg>/usr/lib/gnupg and /usr/share/gnupg</seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="gpg">
134 <term><command>gpg</command></term>
135 <listitem>
136 <para>is the backend (command-line interface) for
137 this OpenPGP implementation.</para>
138 <indexterm zone="gnupg gpg">
139 <primary sortas="b-gpg">gpg</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143
144 <varlistentry id="gpgsplit">
145 <term><command>gpgsplit</command></term>
146 <listitem>
147 <para>separates key rings.</para>
148 <indexterm zone="gnupg gpgsplit">
149 <primary sortas="b-gpgsplit">gpgsplit</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="gpgv">
155 <term><command>gpgv</command></term>
156 <listitem>
157 <para>is a verify only version of <command>gpg</command>.</para>
158 <indexterm zone="gnupg gpgv">
159 <primary sortas="b-gpgv">gpgv</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.