Changeset cd074c2
- Timestamp:
- 06/21/2019 10:33:52 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- acf973b
- Parents:
- 6141094
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libsigsegv.xml
r6141094 rcd074c2 31 31 32 32 <para> 33 Thisis a library for handling page faults in user mode. A page fault33 libsigsegv is a library for handling page faults in user mode. A page fault 34 34 occurs when a program tries to access to a region of memory that is 35 35 currently not available. Catching and handling a page fault is a useful … … 110 110 libraries are compiled. 111 111 </para> 112 112 113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 113 114 href="../../xincludes/static-libraries.xml"/> -
general/prog/clisp.xml
r6141094 rcd074c2 10 10 <!ENTITY clisp-size "7.8 MB"> 11 11 <!ENTITY clisp-buildsize "163 MB (add 8 MB for tests)"> 12 <!ENTITY clisp-time "0.9 SBU (1 8SBU with tests)">12 <!ENTITY clisp-time "0.9 SBU (1.2 SBU with tests)"> 13 13 ]> 14 14 -
general/prog/swig.xml
r6141094 rcd074c2 164 164 building of tests and examples for <language>, but all the 165 165 languages capabilities of <application>SWIG</application> are always 166 built. We use it for <application>Clisp</application>, because the167 SWIG implementation is very incomplete and a lot of tests fail. 166 built. <!--We use it for <application>Clisp</application>, because the 167 SWIG implementation is very incomplete and a lot of tests fail. --> 168 168 </para> 169 169 -
introduction/welcome/changelog.xml
r6141094 rcd074c2 45 45 <para>June 21st, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to GPGME-1.13.1. Fixes 49 <ulink url="&blfs-ticket-root;12154">#12154</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[ken] - Update to firefox-67.0.3 (Security Fix). Fixes -
packages.ent
r6141094 rcd074c2 17 17 <!ENTITY gnupg2-version "2.2.16"> 18 18 <!ENTITY gnutls-version "3.6.8"> 19 <!ENTITY gpgme-version "1.13. 0">19 <!ENTITY gpgme-version "1.13.1"> 20 20 <!ENTITY haveged-version "1.9.2"> 21 21 <!ENTITY iptables-version "1.8.3"> -
postlfs/security/gpgme.xml
r6141094 rcd074c2 8 8 <!ENTITY gpgme-download-ftp "&gnupg-ftp;/gpgme/gpgme-&gpgme-version;.tar.bz2"> 9 9 <!ENTITY gpgme-download-ftp " "> 10 <!ENTITY gpgme-md5sum " e511a0d95c507ab87e713140c82fc7d0">10 <!ENTITY gpgme-md5sum "198f0a908ec3cd8f0ce9a4f3a4489645"> 11 11 <!ENTITY gpgme-size "1.7 MB"> 12 <!ENTITY gpgme-buildsize " 167MB (with all bindings)">13 <!ENTITY gpgme-time "0. 6 SBU (with parallelism=4; with all bindings, add 0.6SBU for tests)">12 <!ENTITY gpgme-buildsize "232 MB (with all bindings)"> 13 <!ENTITY gpgme-time "0.7 SBU (with parallelism=4; with all bindings, add 0.5 SBU for tests)"> 14 14 ]> 15 15 … … 86 86 <bridgehead renderas="sect4">Optional</bridgehead> 87 87 <para role="optional"> 88 <xref linkend="doxygen"/> (for API documentation), 88 <xref linkend="doxygen"/> and 89 <xref linkend="graphviz"/> (for API documentation), 89 90 <xref linkend="gnupg2"/> (required if Qt or SWIG are installed; 90 91 used during the testsuite), … … 147 148 <seglistitem> 148 149 <seg> 149 gpgme-config and gpgme-tool150 gpgme-config, gpgme-json, and gpgme-tool 150 151 </seg> 151 152 <seg> 152 libgpgme -pthread.so, libgpgme and libgpgmepp.so153 libgpgme, libgpgmepp.so, and libqgpgme.so 153 154 </seg> 154 155 <seg> 156 /usr/include/{gpgme++,qgpgme,QGpgME}, 157 /usr/lib/cmake/{Gpgmepp,QGpgme}. 158 /usr/lib/python{2.7,3.7}/site-packages/gpg, and 155 159 /usr/share/common-lisp/source/gpgme 156 160 </seg> … … 176 180 </varlistentry> 177 181 182 <varlistentry id="gpgme-json"> 183 <term><command>gpgme-json</command></term> 184 <listitem> 185 <para> 186 outputs <application>GPGME</application> commands in JSON format. 187 </para> 188 <indexterm zone="gpgme gpgme-json"> 189 <primary sortas="b-gpgme-json">gpgme-json</primary> 190 </indexterm> 191 </listitem> 192 </varlistentry> 193 178 194 <varlistentry id="gpgme-tool"> 179 195 <term><command>gpgme-tool</command></term> … … 188 204 </varlistentry> 189 205 206 <!-- As of 1.13.1, this library isn't present anymore. 190 207 <varlistentry id="libgpgme-pthread"> 191 208 <term><filename class="libraryfile">libgpgme-pthread.so</filename></term> … … 200 217 </listitem> 201 218 </varlistentry> 219 --> 202 220 203 221 <varlistentry id="libgpgme"> … … 225 243 </varlistentry> 226 244 245 <varlistentry id="libqgpgme"> 246 <term><filename class="libraryfile">libqgpgme.so</filename></term> 247 <listitem> 248 <para> 249 contains API functions for handling GPG operations in 250 <application>Qt</application> applications. 251 </para> 252 <indexterm zone="gpgme libqgpgme"> 253 <primary sortas="c-libqgpgme">libqgpgme.so</primary> 254 </indexterm> 255 </listitem> 256 </varlistentry> 257 227 258 </variablelist> 228 259
Note:
See TracChangeset
for help on using the changeset viewer.