Changeset 6a8a6a0
- Timestamp:
- 04/02/2023 02:07:06 AM (2 months ago)
- Branches:
- qt5new, trunk
- Children:
- 2eac7f7
- Parents:
- e8d75b9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
re8d75b9 r6a8a6a0 43 43 <itemizedlist> 44 44 <listitem> 45 <para>[bdubbs] - Update to gpgme-1.19.0. Fixes 46 <ulink url="&blfs-ticket-root;17803">#17803</ulink>.</para> 47 </listitem> 48 <listitem> 45 49 <para>[bdubbs] - Update to glib-networking-2.76.0. Fixes 46 50 <ulink url="&blfs-ticket-root;17800">#17800</ulink>.</para> -
packages.ent
re8d75b9 r6a8a6a0 8 8 <!ENTITY gnupg2-version "2.4.0"> 9 9 <!ENTITY gnutls-version "3.8.0"> 10 <!ENTITY gpgme-version "1.1 8.0">10 <!ENTITY gpgme-version "1.19.0"> 11 11 <!ENTITY iptables-version "1.8.9"> 12 12 <!ENTITY libcap-version "2.67"> -
postlfs/security/gpgme.xml
re8d75b9 r6a8a6a0 8 8 <!ENTITY gpgme-download-ftp "&gnupg-ftp;/gpgme/gpgme-&gpgme-version;.tar.bz2"> 9 9 <!ENTITY gpgme-download-ftp " "> 10 <!ENTITY gpgme-md5sum " 98f25a7e494d294c4b2c1a769113510e">10 <!ENTITY gpgme-md5sum "d44f7f6f0c9848d907fb6c6512b15b8c"> 11 11 <!ENTITY gpgme-size "1.7 MB"> 12 <!ENTITY gpgme-buildsize "1 68 MB (Add 33MB for tests)">13 <!ENTITY gpgme-time "0. 7 SBU (with all bindings, add 0.8 SBU for tests; allwith parallelism=4)">12 <!ENTITY gpgme-buildsize "189 MB (Add 32 MB for tests)"> 13 <!ENTITY gpgme-time "0.6 SBU (with all bindings, add 0.8 SBU for tests; both with parallelism=4)"> 14 14 ]> 15 15 … … 113 113 114 114 <para> 115 First, fix an issue building with Python &python3-majorver; installed:116 </para>117 118 <screen><userinput remap="pre">sed -e 's/3\.9/&python3-majorver;/' \119 -e 's/:3/:4/' \120 -i configure</userinput></screen>121 122 <para>123 Apply a patch to fix build failure with SWIG and libgpg-error-1.46124 or later:125 </para>126 127 <screen><userinput remap="pre">patch -Np1 -i ../gpgme-&gpgme-version;-gpg_error_1_46-1.patch</userinput></screen>128 129 <para>130 115 Install <application>GPGME</application> by running the following 131 116 commands: … … 138 123 To test the results, you should have <xref linkend="gnupg2"/> installed 139 124 and remove the <command>--disable-gpg-test</command> above. Issue: 140 <command>make -k check</command>. 125 <command>make -k check</command>. One test, TestRemarks. is known to fail. 141 126 </para> 142 127
Note:
See TracChangeset
for help on using the changeset viewer.