Changeset 289d262f
- Timestamp:
- 12/07/2011 04:37:13 AM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 671e64f
- Parents:
- 50032f0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r50032f0 r289d262f 112 112 <!ENTITY gnupg-version "1.4.11"> 113 113 <!ENTITY gnupg2-version "2.0.18"> 114 <!ENTITY gpgme-version "1.3. 0">114 <!ENTITY gpgme-version "1.3.1"> 115 115 <!ENTITY libcap2-version "2.22"> 116 116 <!ENTITY nettle-version "2.4"> -
introduction/welcome/changelog.xml
r50032f0 r289d262f 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Updated to gpgme-1.3.1.</para> 49 </listitem> 50 <listitem> 48 51 <para>[bdubbs] - Updated to gnupg-2.0.18.</para> 49 52 </listitem> -
postlfs/security/gpgme.xml
r50032f0 r289d262f 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 " 4784e3c6086c9c25e9a1b4d9f7c5aa96">10 <!ENTITY gpgme-size "8 49KB">11 <!ENTITY gpgme-buildsize " 18MB">9 <!ENTITY gpgme-md5sum "90afa8436ce2b2683c001c824bd22601"> 10 <!ENTITY gpgme-size "828 KB"> 11 <!ENTITY gpgme-buildsize "22 MB"> 12 12 <!ENTITY gpgme-time "0.3 SBU"> 13 13 ]> … … 38 38 management.</para> 39 39 40 &lfs 65_built;40 &lfs70_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> … … 69 69 70 70 <bridgehead renderas="sect4">Optional</bridgehead> 71 <para role="optional"><xref linkend="gnupg"/> and 72 <xref linkend="gnupg2"/></para> 71 <para role="optional"> 72 <xref linkend="gnupg"/>, 73 <xref linkend="gnupg2"/>, and 74 <xref linkend="pth"/> 75 </para> 73 76 74 77 <para condition="html" role="usernotes">User Notes: … … 83 86 commands:</para> 84 87 85 <screen><userinput>./configure --prefix=/usr \ 86 --libexecdir=/usr/lib && 88 <screen><userinput>./configure --prefix=/usr \ 89 --libexecdir=/usr/lib \ 90 --without-g13 && 87 91 make</userinput></screen> 88 92 … … 100 104 <para><parameter>--libexecdir=/usr/lib</parameter>: This parameter stops the 101 105 creation of an empty /usr/libexec directory.</para> 106 107 <para><option>--without-g13</option>: This option merely prvents a warning 108 about about an un-released development library during 109 <command>configure</command>.</para> 102 110 103 111 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.