source: postlfs/security/gnupg.xml@ 305e60de

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 305e60de was 305e60de, checked in by Randy McMurchy <randy@…>, 19 years ago

Added indexing tags to Tripwire; more Chapter 4 clean-up

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

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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-md5 "8c303606aaf73b7756b9fe6f3d8b58c2">
10 <!ENTITY gnupg-size "2.7 MB">
11 <!ENTITY gnupg-buildsize "25 MB">
12 <!ENTITY gnupg-time "0.44 SBU">
13]>
14
15<sect1 id="gnupg" xreflabel="GnuPG-&gnupg-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="gnupg.html"?>
21<title>GnuPG-&gnupg-version;</title>
22<indexterm zone="gnupg">
23<primary sortas="a-GnuPG">GnuPG</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>GnuPG</application></title>
27
28<para>The <application>GnuPG</application> package contains a public/private
29key encryptor. This is becoming useful for signing files or emails as proof
30of identity and preventing tampering with contents of the file or email.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&gnupg-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&gnupg-download-ftp;"/></para></listitem>
38<listitem><para>Download MD5 Sum: &gnupg-md5;</para></listitem>
39<listitem><para>Download size: &gnupg-size;</para></listitem>
40<listitem><para>Estimated disk space required:
41&gnupg-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&gnupg-time;</para></listitem></itemizedlist>
44</sect3>
45
46<!-- <sect3><title>Additional downloads</title>
47<itemizedlist spacing='compact'>
48<listitem><para>Required Patch: <ulink
49url="&patch-root;/gnupg-&gnupg-version;-po_install_fix-1.patch"/>
50</para></listitem>
51</itemizedlist>
52</sect3> -->
53
54<sect3><title><application>GnuPG</application> dependencies</title>
55<sect4><title>Optional</title>
56<para><xref linkend="openldap"/>,
57<ulink url="../server/mail.html">MTA</ulink>,
58<xref linkend="docbook-utils"/> and <ulink
59url="http://www.oasis-open.org/docbook/tools/dtm/">docbook-to-man</ulink>
60</para></sect4>
61</sect3>
62
63</sect2>
64
65<sect2>
66<title>Installation of <application>GnuPG</application></title>
67
68<para>Install <application>GnuPG</application> by running the following
69commands:</para>
70
71<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
72make</command></userinput></screen>
73
74<para>Now, as the root user:</para>
75
76<screen><userinput role='root'><command>make install &amp;&amp;
77chmod 4755 /usr/bin/gpg</command></userinput></screen>
78
79</sect2>
80
81<sect2>
82<title>Command explanations</title>
83
84<para><parameter>--libexecdir=/usr/lib</parameter>: This command
85creates a <filename class="directory">gnupg</filename> directory in
86<filename class="directory">/usr/lib</filename> instead of
87<filename class="directory">/usr/libexec</filename>.</para>
88
89<para><command>chmod 4755 /usr/bin/gpg</command>: <command>gpg</command>
90is installed setuid root to avoid swapping out sensitive data.</para>
91
92</sect2>
93
94<sect2>
95<title>Contents</title>
96
97<segmentedlist>
98<segtitle>Installed Programs</segtitle>
99<segtitle>Installed Directories</segtitle>
100<seglistitem>
101<seg>gpg, gpgsplit and gpgv</seg>
102<seg>/usr/lib/gnupg and /usr/share/gnupg</seg>
103</seglistitem>
104</segmentedlist>
105
106<variablelist>
107<bridgehead renderas="sect3">Short Descriptions</bridgehead>
108<?dbfo list-presentation="list"?>
109
110<varlistentry id="gpg">
111<term><command>gpg</command></term>
112<listitem><para>is the backend (command-line interface) for
113this Open<acronym>PGP</acronym> implementation.</para>
114<indexterm zone="gnupg gpg">
115<primary sortas="b-gpg">gpg</primary></indexterm>
116</listitem>
117</varlistentry>
118
119<varlistentry id="gpgsplit">
120<term><command>gpgsplit</command></term>
121<listitem><para>separates key rings.</para>
122<indexterm zone="gnupg gpgsplit">
123<primary sortas="b-gpgsplit">gpgsplit</primary></indexterm>
124</listitem>
125</varlistentry>
126
127<varlistentry id="gpgv">
128<term><command>gpgv</command></term>
129<listitem><para>is a verify only version of <command>gpg</command>.</para>
130<indexterm zone="gnupg gpgv">
131<primary sortas="b-gpgv">gpgv</primary></indexterm>
132</listitem>
133</varlistentry>
134</variablelist>
135
136</sect2>
137
138</sect1>
Note: See TracBrowser for help on using the repository browser.