mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to gpgme-1.3.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9077 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
50032f0ebd
commit
289d262f00
@ -111,7 +111,7 @@ $Date$
|
||||
<!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">
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
@ -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 @@ make</userinput></screen>
|
||||
<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">
|
||||
|
Loading…
Reference in New Issue
Block a user