Changeset 385b822
- Timestamp:
- 06/09/2015 05:59:35 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a40b6988
- Parents:
- 8b7f5b9
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8b7f5b9 r385b822 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 8"> <!-- Always 2 digits -->3 <!ENTITY day "09"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 8th &year;">9 <!ENTITY releasedate "June 9th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r8b7f5b9 r385b822 44 44 45 45 --> 46 47 <listitem> 48 <para>June 9th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to gpgme-1.5.5. Fixes 52 <ulink url="&blfs-ticket-root;6578">#6578</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 46 56 47 57 <listitem> -
packages.ent
r8b7f5b9 r385b822 15 15 <!ENTITY gnupg2-version "2.1.4"> 16 16 <!ENTITY gnutls-version "3.4.1"> 17 <!ENTITY gpgme-version "1.5. 4">17 <!ENTITY gpgme-version "1.5.5"> 18 18 <!ENTITY haveged-version "1.9.1"> 19 19 <!ENTITY iptables-version "1.4.21"> -
postlfs/security/gpgme.xml
r8b7f5b9 r385b822 7 7 <!ENTITY gpgme-download-http " "> 8 8 <!ENTITY gpgme-download-ftp "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-&gpgme-version;.tar.bz2"> 9 <!ENTITY gpgme-md5sum " feafa03ea064e1d1dc11bc2b88404623">9 <!ENTITY gpgme-md5sum "a56df7028a0814ef57d77262898ca040"> 10 10 <!ENTITY gpgme-size "956 KB"> 11 <!ENTITY gpgme-buildsize "2 0 MB">12 <!ENTITY gpgme-time "0. 1 SBU">11 <!ENTITY gpgme-buildsize "23 MB (with the test suite)"> 12 <!ENTITY gpgme-time "0.2 SBU (with the test suite)"> 13 13 ]> 14 14 … … 111 111 </para> 112 112 113 <screen><userinput>./configure --prefix=/usr \ 114 --disable-fd-passing \ 115 --disable-gpgsm-test && 113 <screen><userinput>./configure --prefix=/usr && 116 114 make</userinput></screen> 115 116 <para> 117 To test the results, issue: <command>make check</command>. 118 </para> 119 120 <para> 121 Now, as the <systemitem class="username">root</systemitem> user: 122 </para> 123 124 <screen role="root"><userinput>make install</userinput></screen> 125 126 </sect2> 117 127 <!-- 118 <para>119 In <application>gpgme-1.5.2</application>, the test suite was modified120 and is close to useless. It you want to run the test suite, first fix it121 with:122 </para>123 124 <screen><userinput>patch -Np1 -i ../gpgme-&gpgme-version;-tests-1.patch</userinput></screen>-->125 126 <para>127 The test suite was modified and is close to useless, with 2/3 of failures.<!--To test the results, issue: <command>make check</command>.-->128 </para>129 130 <para>131 Now, as the <systemitem class="username">root</systemitem> user:132 </para>133 134 <screen role="root"><userinput>make install</userinput></screen>135 136 </sect2>137 138 128 <sect2 role="commands"> 139 129 <title>Command Explanations</title> 140 130 141 <para><option>--disable-fd-passing</option>: This option disables 131 Apparently solved with gnupg-2.0.21. 132 <para><option>-/-disable-fd-passing</option>: This option disables 142 133 a problem causing a hang for some operations on some systems.</para> 143 134 144 <para><option>--disable-gpgsm-test</option>: This option disables 135 Apparently solved. Couldn't find when, but gpgme-1.5.5 release refers to 136 "Fixed regression for GPGSM use with GnuPG < 2.1". 137 <para><option>-/-disable-gpgsm-test</option>: This option disables 145 138 a test with gpgsm in some systems breaking make.</para> 146 </sect2> 139 </sect2>--> 147 140 148 141 <sect2 role="content"> … … 172 165 <?dbhtml list-presentation="table"?> 173 166 167 <varlistentry id="gpgme-config"> 168 <term><command>gpgme-config</command></term> 169 <listitem> 170 <para> 171 is used to obtain <application>GPGME</application> compilation and 172 linking information. 173 </para> 174 <indexterm zone="gpgme gpgme-config"> 175 <primary sortas="b-gpgme-config">gpgme-config</primary> 176 </indexterm> 177 </listitem> 178 </varlistentry> 179 174 180 <varlistentry id="gpgme-tool"> 175 181 <term><command>gpgme-tool</command></term>
Note:
See TracChangeset
for help on using the changeset viewer.