mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
update to gnupg-1.4.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3237 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
fa83e38178
commit
01c28ceb5f
@ -32,7 +32,7 @@
|
||||
<!ENTITY Linux_PAM-version "0.78">
|
||||
<!ENTITY shadow-version "4.0.4.1">
|
||||
<!ENTITY iptables-version "1.2.11">
|
||||
<!ENTITY gnupg-version "1.2.6">
|
||||
<!ENTITY gnupg-version "1.4.0">
|
||||
<!ENTITY tripwire-version "portable-0.9">
|
||||
<!ENTITY heimdal-version "0.6.2">
|
||||
<!ENTITY mitkrb-version "1.3.5">
|
||||
|
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>January 9th, 2005 [larry]: Updated to
|
||||
GnuPG-1.4.0.</para></listitem>
|
||||
|
||||
<listitem><para>January 9th, 2005 [igor]: Updated to
|
||||
PHP-5.0.3.</para></listitem>
|
||||
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY gnupg-download-http "http://public.ftp.planetmirror.com/pub/gnupg/gnupg-&gnupg-version;.tar.bz2">
|
||||
<!ENTITY gnupg-download-ftp "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-&gnupg-version;.tar.bz2">
|
||||
<!ENTITY gnupg-md5 "b1890f5dfacd2ba7ab15448c5ff08a4e">
|
||||
<!ENTITY gnupg-size "2.5 MB">
|
||||
<!ENTITY gnupg-buildsize "22.3 MB">
|
||||
<!ENTITY gnupg-md5 "8c303606aaf73b7756b9fe6f3d8b58c2">
|
||||
<!ENTITY gnupg-size "2.7 MB">
|
||||
<!ENTITY gnupg-buildsize "25 MB">
|
||||
<!ENTITY gnupg-time "0.44 SBU">
|
||||
]>
|
||||
|
||||
@ -19,6 +19,8 @@
|
||||
</sect1info>
|
||||
<?dbhtml filename="gnupg.html"?>
|
||||
<title>GnuPG-&gnupg-version;</title>
|
||||
<indexterm zone="gnupg">
|
||||
<primary sortas="a-gnupg">GnuPG</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>GnuPG</application></title>
|
||||
@ -88,25 +90,44 @@ is installed setuid root to avoid swapping out sensitive data.</para>
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>GnuPG</application> package contains
|
||||
<command>gpg</command>,
|
||||
<command>gpgsplit</command> and
|
||||
<command>gpgv</command>.</para>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program(s)</segtitle>
|
||||
<segtitle>Installed Directories)</segtitle>
|
||||
<seglistitem>
|
||||
<seg>gpg, gpgsplit and gpgv</seg>
|
||||
<seg>/usr/lib/gunpg and /usr/share/gnupg</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
</sect2>
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
<varlistentry id="gpg">
|
||||
<term><command>gpg</command></term>
|
||||
<listitem><para>is the backend (command-line interface) for
|
||||
this Open<acronym>PGP</acronym> implementation.</para>
|
||||
<indexterm zone="gnupg gpg">
|
||||
<primary sortas="b-gpg">gpg</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>gpg</title>
|
||||
<para><command>gpg</command> is the backend (command-line interface) for
|
||||
this Open<acronym>PGP</acronym> implementation.</para></sect3>
|
||||
<varlistentry id="gpgsplit">
|
||||
<term><command>gpgsplit</command></term>
|
||||
<listitem><para>separates key rings.</para>
|
||||
<indexterm zone="gnupg gpgsplit">
|
||||
<primary sortas="b-gpgsplit">gpgsplit</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<sect3><title>gpgsplit</title>
|
||||
<para><command>gpgsplit</command> separates key rings.</para></sect3>
|
||||
|
||||
<sect3><title>gpgv</title>
|
||||
<para><command>gpgv</command> is a verify only version of
|
||||
<command>gpg</command>.</para></sect3>
|
||||
<varlistentry id="gpgv">
|
||||
<term><command>gpgv</command></term>
|
||||
<listitem><para>is a verify only version of <command>gpg</command>.</para>
|
||||
<indexterm zone="gnupg gpgv">
|
||||
<primary sortas="b-gpgv">gpgv</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -161,7 +161,7 @@ for a list of various modules available.</para>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
<seglistitem>
|
||||
<seg>unix_chkpwd and pam_tally</seg>
|
||||
<seg>libpam, libpamc and libpma_misc</seg>
|
||||
<seg>libpam.so, libpamc.so and libpma_misc.so</seg>
|
||||
<seg>/lib/security</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user