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

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 9f8e39f was 9f8e39f, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to GnuPG-1.4.1

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

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