Updated to GnuPG-1.4.11

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8807 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2011-01-09 22:57:15 +00:00
parent 9671f10ed9
commit 5d7be30053
3 changed files with 14 additions and 24 deletions

View File

@ -99,7 +99,7 @@ $Date$
<!ENTITY linux-pam-version "1.1.3">
<!ENTITY shadow-version "4.1.4.2">
<!ENTITY iptables-version "1.4.7">
<!ENTITY gnupg-version "1.4.9">
<!ENTITY gnupg-version "1.4.11">
<!ENTITY gnupg2-version "2.0.15">
<!ENTITY gpgme-version "1.3.0">
<!ENTITY tripwire-version "2.4.1.2">

View File

@ -44,6 +44,9 @@
<listitem>
<para>January 10th, 2011</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to GnuPG-1.4.11.</para>
</listitem>
<listitem>
<para>[randy] - Updated to Thunderbird-3.1.7.</para>
</listitem>

View File

@ -7,9 +7,9 @@
<!ENTITY gnupg-download-http "&sources-anduin-http;/g/gnupg-&gnupg-version;.tar.bz2">
<!--<!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-md5sum "cc52393087480ac8d245625004a6a30c">
<!ENTITY gnupg-size "3.250 MB">
<!ENTITY gnupg-buildsize "40 MB">
<!ENTITY gnupg-md5sum "411744e1ef8ce90b87938c4203f001f1">
<!ENTITY gnupg-size "3.4 MB">
<!ENTITY gnupg-buildsize "45 MB">
<!ENTITY gnupg-time "0.5 SBU">
]>
@ -59,7 +59,7 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required Patch (if you have <application>Curl</application>
@ -67,18 +67,16 @@
url="&patch-root;/gnupg-&gnupg-version;-curl_fix-1.patch"/>
</para>
</listitem>
</itemizedlist>
</itemizedlist> -->
<bridgehead renderas="sect3">GnuPG Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="openssl"/>,
<xref linkend="openldap"/>,
<para role="optional"><xref linkend="openldap"/>,
<xref linkend="libusb-compat"/>,
<xref linkend="curl"/>,
an <xref linkend="server-mail"/>,
<xref linkend="docbook-utils"/>, and <ulink
url="http://www.oasis-open.org/docbook/tools/dtm/">docbook-to-man</ulink></para>
an <xref linkend="server-mail"/>, and
<ulink url="http://www.oasis-open.org/docbook/tools/dtm/">docbook-to-man</ulink></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnupg"/></para>
@ -88,11 +86,11 @@
<sect2 role="installation">
<title>Installation of GnuPG</title>
<para>If <application>Curl</application> is already installed,
<!-- <para>If <application>Curl</application> is already installed,
apply the patch:</para>
<screen><userinput>patch -Np1 -i ../gnupg-&gnupg-version;-curl_fix-1.patch
</userinput></screen>
</userinput></screen> -->
<para>Install <application>GnuPG</application> by running the following
commands:</para>
@ -121,10 +119,6 @@ install -v -m644 \
using the following command as the
<systemitem class="username">root</systemitem> user:</para>
<!-- (ag) Comment out. See #2687. Remove comments in the next update.
chmod -v 4755 /usr/bin/gpg &amp;&amp;
-->
<screen role="root"><userinput>cp -v -R doc/gnupg1.{html,pdf} /usr/share/doc/gnupg-&gnupg-version;</userinput></screen>
</sect2>
@ -137,13 +131,6 @@ install -v -m644 \
<filename class="directory">/usr/lib</filename> instead of
<filename class="directory">/usr/libexec</filename>.</para>
<!-- (ag) See above comment
<para><command>chmod -v 4755 /usr/bin/gpg</command>:
<command>gpg</command> is installed setuid
<systemitem class='username'>root</systemitem> to avoid swapping
out sensitive data.</para>
-->
</sect2>
<sect2 role="content">