Author: bdubbs
Date: 2011-12-06 21:37:13 -0700 (Tue, 06 Dec 2011)
New Revision: 9077
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/gpgme.xml
Log:
Updated to gpgme-1.3.1.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2011-12-07 03:54:00 UTC (rev 9076)
+++ trunk/BOOK/general.ent 2011-12-07 04:37:13 UTC (rev 9077)
@@ -111,7 +111,7 @@
<!ENTITY iptables-version "1.4.12">
<!ENTITY gnupg-version "1.4.11">
<!ENTITY gnupg2-version "2.0.18">
-<!ENTITY gpgme-version "1.3.0">
+<!ENTITY gpgme-version "1.3.1">
<!ENTITY libcap2-version "2.22">
<!ENTITY nettle-version "2.4">
<!ENTITY tripwire-version "2.4.1.2">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2011-12-07 03:54:00 UTC
(rev 9076)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2011-12-07 04:37:13 UTC
(rev 9077)
@@ -45,6 +45,9 @@
<para>December 7th, 2011</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Updated to gpgme-1.3.1.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Updated to gnupg-2.0.18.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/postlfs/security/gpgme.xml
===================================================================
--- trunk/BOOK/postlfs/security/gpgme.xml 2011-12-07 03:54:00 UTC (rev
9076)
+++ trunk/BOOK/postlfs/security/gpgme.xml 2011-12-07 04:37:13 UTC (rev
9077)
@@ -6,9 +6,9 @@
<!ENTITY gpgme-download-http " ">
<!ENTITY gpgme-download-ftp
"ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-&gpgme-version;.tar.bz2">
- <!ENTITY gpgme-md5sum "4784e3c6086c9c25e9a1b4d9f7c5aa96">
- <!ENTITY gpgme-size "849 KB">
- <!ENTITY gpgme-buildsize "18 MB">
+ <!ENTITY gpgme-md5sum "90afa8436ce2b2683c001c824bd22601">
+ <!ENTITY gpgme-size "828 KB">
+ <!ENTITY gpgme-buildsize "22 MB">
<!ENTITY gpgme-time "0.3 SBU">
]>
@@ -37,7 +37,7 @@
encryption, decryption, signing, signature verification and key
management.</para>
- &lfs65_built;
+ &lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -68,8 +68,11 @@
<xref linkend="libgpg-error"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><xref linkend="gnupg"/> and
- <xref linkend="gnupg2"/></para>
+ <para role="optional">
+ <xref linkend="gnupg"/>,
+ <xref linkend="gnupg2"/>, and
+ <xref linkend="pth"/>
+ </para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gpgme"/></para>
@@ -82,8 +85,9 @@
<para>Install <application>GPGME</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr \
- --libexecdir=/usr/lib &&
+<screen><userinput>./configure --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --without-g13 &&
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
@@ -100,6 +104,10 @@
<para><parameter>--libexecdir=/usr/lib</parameter>: This parameter stops
the
creation of an empty /usr/libexec directory.</para>
+ <para><option>--without-g13</option>: This option merely prvents a warning
+ about about an un-released development library during
+ <command>configure</command>.</para>
+
</sect2>
<sect2 role="content">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page