mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to gpgme-1.5.2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15003 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e316325c05
commit
150992abd2
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "25"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2014">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "November 23rd, &year;">
|
||||
<!ENTITY releasedate "November 25th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -44,6 +44,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>November 25th, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to gpgme-1.5.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;5854">#5854</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>November 23rd, 2014</para>
|
||||
<itemizedlist>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<!ENTITY cyrus-sasl-version "2.1.26">
|
||||
<!ENTITY gnupg2-version "2.0.26">
|
||||
<!ENTITY gnutls-version "3.3.10">
|
||||
<!ENTITY gpgme-version "1.5.1">
|
||||
<!ENTITY gpgme-version "1.5.2">
|
||||
<!ENTITY haveged-version "1.9.1">
|
||||
<!ENTITY iptables-version "1.4.21">
|
||||
<!ENTITY libcap-version "2.24">
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
<!ENTITY gpgme-download-http " ">
|
||||
<!ENTITY gpgme-download-ftp "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-&gpgme-version;.tar.bz2">
|
||||
<!ENTITY gpgme-md5sum "8fb46b336200807a12a12a5760b4a39d">
|
||||
<!ENTITY gpgme-size "944 KB">
|
||||
<!ENTITY gpgme-md5sum "d1bde2f441a7f2fa30600c8ffc5da0f9">
|
||||
<!ENTITY gpgme-size "948 KB">
|
||||
<!ENTITY gpgme-buildsize "17 MB (additional 1 MB for the tests)">
|
||||
<!ENTITY gpgme-time "0.2 SBU (additional 0.1 SBU for the tests)">
|
||||
]>
|
||||
@ -75,6 +75,16 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Required if running the test suite:
|
||||
<ulink url="&patch-root;/gpgme-&gpgme-version;-tests-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">GPGME Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -105,6 +115,14 @@
|
||||
--disable-gpgsm-test &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
In <application>gpgme-1.5.2</application>, the test suite was modified
|
||||
and is close to useless. It you want to run the test suite, first fix it
|
||||
with:
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../gpgme-&gpgme-version;-tests-1.patch</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>.
|
||||
</para>
|
||||
@ -137,7 +155,7 @@ make</userinput></screen>
|
||||
|
||||
<seglistitem>
|
||||
<seg>
|
||||
gpgme-config
|
||||
gpgme-config and gpgme-tool
|
||||
</seg>
|
||||
<seg>
|
||||
libgpgme-pthread.so and libgpgme.so
|
||||
@ -153,6 +171,18 @@ make</userinput></screen>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="gpgme-tool">
|
||||
<term><command>gpgme-tool</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
prints fingerprint and keyid with keyservers.
|
||||
</para>
|
||||
<indexterm zone="gpgme gpgme-tool">
|
||||
<primary sortas="b-gpgme-tool">gpgme-tool</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libgpgme-pthread">
|
||||
<term><filename class="libraryfile">libgpgme-pthread.so</filename></term>
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user