diff --git a/general/genlib/libsigsegv.xml b/general/genlib/libsigsegv.xml index 9a1c44ed59..f1d4f5d84c 100644 --- a/general/genlib/libsigsegv.xml +++ b/general/genlib/libsigsegv.xml @@ -30,7 +30,7 @@ Introduction to libsigsegv - This is a library for handling page faults in user mode. A page fault + libsigsegv is a library for handling page faults in user mode. A page fault occurs when a program tries to access to a region of memory that is currently not available. Catching and handling a page fault is a useful technique for implementing pageable virtual memory, memory-mapped access @@ -109,6 +109,7 @@ make --enable-shared: This switch ensures that shared libraries are compiled. + diff --git a/general/prog/clisp.xml b/general/prog/clisp.xml index 733ed1b1b5..a76a82a7e8 100644 --- a/general/prog/clisp.xml +++ b/general/prog/clisp.xml @@ -9,7 +9,7 @@ - + ]> diff --git a/general/prog/swig.xml b/general/prog/swig.xml index 8246a7f03c..b0d3a3c460 100644 --- a/general/prog/swig.xml +++ b/general/prog/swig.xml @@ -163,8 +163,8 @@ cp -v -R Doc/* /usr/share/doc/swig-&swig-version; : allows disabling the building of tests and examples for <language>, but all the languages capabilities of SWIG are always - built. We use it for Clisp, because the - SWIG implementation is very incomplete and a lot of tests fail. + built. diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index c6e2a24f21..a2e7f31f86 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ June 21st, 2019 + + [renodr] - Update to GPGME-1.13.1. Fixes + #12154. + [ken] - Update to firefox-67.0.3 (Security Fix). Fixes #12185. diff --git a/packages.ent b/packages.ent index 35a3dbaec0..ea4a110c79 100644 --- a/packages.ent +++ b/packages.ent @@ -16,7 +16,7 @@ - + diff --git a/postlfs/security/gpgme.xml b/postlfs/security/gpgme.xml index e5481c8d06..3ae9148a88 100644 --- a/postlfs/security/gpgme.xml +++ b/postlfs/security/gpgme.xml @@ -7,10 +7,10 @@ - + - - + + ]> @@ -85,7 +85,8 @@ Optional - (for API documentation), + and + (for API documentation), (required if Qt or SWIG are installed; used during the testsuite), , @@ -146,12 +147,15 @@ make - gpgme-config and gpgme-tool + gpgme-config, gpgme-json, and gpgme-tool - libgpgme-pthread.so, libgpgme and libgpgmepp.so + libgpgme, libgpgmepp.so, and libqgpgme.so + /usr/include/{gpgme++,qgpgme,QGpgME}, + /usr/lib/cmake/{Gpgmepp,QGpgme}. + /usr/lib/python{2.7,3.7}/site-packages/gpg, and /usr/share/common-lisp/source/gpgme @@ -175,6 +179,18 @@ make + + gpgme-json + + + outputs GPGME commands in JSON format. + + + gpgme-json + + + + gpgme-tool @@ -187,6 +203,7 @@ make + libgpgme.so @@ -224,6 +242,19 @@ make + + libqgpgme.so + + + contains API functions for handling GPG operations in + Qt applications. + + + libqgpgme.so + + + +