Changeset f7ac7b2
- Timestamp:
- 08/17/2013 02:29:55 PM (11 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:
- ad0f8da
- Parents:
- c7605660
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rc7605660 rf7ac7b2 150 150 <!ENTITY gnupg2-version "2.0.20"> 151 151 <!ENTITY gnutls-version "3.2.3"> 152 <!ENTITY gpgme-version "1.4. 2">152 <!ENTITY gpgme-version "1.4.3"> 153 153 <!ENTITY iptables-version "1.4.20"> 154 154 <!ENTITY libcap2-version "2.22"> -
introduction/welcome/changelog.xml
rc7605660 rf7ac7b2 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[bdubbs] Update to gpgme-1.4.3. Fixes 52 <ulink url="&blfs-ticket-root;3974">#3974</ulink>.</para> 53 </listitem> 54 <listitem> 51 55 <para>[rthomsen] - KDE 4.11.0.</para> 52 56 </listitem> … … 58 62 <itemizedlist> 59 63 <listitem> 60 <para>[fernando] - LibreOffice: fixes to build dictionaries, help and languages support. Thanks to David B.</para> 64 <para>[fernando] LibreOffice: fixes to build dictionaries, 65 help and languages support. Thanks to David B.</para> 61 66 </listitem> 62 67 </itemizedlist> -
postlfs/security/gpgme.xml
rc7605660 rf7ac7b2 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 " c8cb345ba7c0353e47bdf3c5c05e49be">10 <!ENTITY gpgme-size "9 44KB">11 <!ENTITY gpgme-buildsize " 19MB">12 <!ENTITY gpgme-time "0. 1SBU">9 <!ENTITY gpgme-md5sum "334e524cffa8af4e2f43ae8afe585672"> 10 <!ENTITY gpgme-size "956 KB"> 11 <!ENTITY gpgme-buildsize "23 MB"> 12 <!ENTITY gpgme-time "0.4 SBU"> 13 13 ]> 14 14 … … 102 102 </para> 103 103 104 <screen><userinput>./configure --prefix=/usr &&104 <screen><userinput>./configure --prefix=/usr --disable-fd-passing && 105 105 make</userinput></screen> 106 106 … … 115 115 <screen role="root"><userinput>make install</userinput></screen> 116 116 117 </sect2> 118 119 <sect2 role="commands"> 120 <title>Command Explanations</title> 121 122 <para><option>--disable-fd-passing</option>: This option diables 123 a problem causing a hang for some operations on some systems.</para> 117 124 </sect2> 118 125
Note:
See TracChangeset
for help on using the changeset viewer.