[Pkg-gnupg-commit] [gpgme] 61/62: Merge tag 'upstream/1.8.0' into experimental

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sat Nov 19 04:03:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gpgme.

commit 64a5f33708368aeb831fbfc977ee430ea4c6b287
Merge: 0a9607a d5c945c
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Fri Nov 18 18:44:35 2016 -0500

    Merge tag 'upstream/1.8.0' into experimental
    
    Upstream version 1.8.0

 ChangeLog                                          | 450 +++++++++++++++++++
 Makefile.am                                        |   2 +-
 NEWS                                               |  41 ++
 README                                             |   2 +-
 VERSION                                            |   2 +-
 autogen.sh                                         |   2 +-
 configure.ac                                       |  42 +-
 doc/defsincdate                                    |   2 +-
 doc/gpgme.texi                                     | 296 ++++++++++--
 doc/gpl.texi                                       |   8 +-
 doc/texinfo.tex                                    | 124 +++---
 doc/uiserver.texi                                  |  40 +-
 gpgme.spec                                         |   4 +-
 gpgme.spec.in                                      |   2 +-
 lang/README                                        |   2 +-
 ...g.cmake.in.in => GpgmeppConfig-w32.cmake.in.in} |   8 +-
 lang/cpp/src/GpgmeppConfig.cmake.in.in             |   2 +-
 lang/cpp/src/GpgmeppConfigVersion.cmake.in         |   2 +-
 lang/cpp/src/Makefile.am                           |  24 +-
 lang/cpp/src/context.cpp                           |  10 +
 lang/cpp/src/context.h                             |   4 +
 lang/cpp/src/engineinfo.h                          |  16 +
 lang/cpp/src/gpgmefw.h                             |   6 +
 lang/cpp/src/gpgmepp_version.h.in                  |  11 +-
 lang/cpp/src/swdbresult.cpp                        | 231 ++++++++++
 lang/cpp/src/swdbresult.h                          | 128 ++++++
 lang/cpp/src/tofuinfo.h                            |   2 -
 lang/python/MANIFEST.in                            |   2 +-
 lang/python/Makefile.am                            |  44 +-
 lang/python/README                                 |  12 +-
 lang/python/examples/assuan.py                     |   4 +-
 lang/python/examples/decryption-filter.py          |   6 +-
 lang/python/examples/delkey.py                     |   6 +-
 lang/python/examples/encrypt-to-all.py             |   6 +-
 lang/python/examples/exportimport.py               |  12 +-
 lang/python/examples/genkey.py                     |   8 +-
 lang/python/examples/inter-edit.py                 |   4 +-
 lang/python/examples/sign.py                       |   6 +-
 lang/python/examples/signverify.py                 |  10 +-
 lang/python/examples/simple.py                     |   4 +-
 lang/python/examples/testCMSgetkey.py              |   4 +-
 lang/python/examples/verifydetails.py              |  15 +-
 lang/python/{pyme => gpg}/__init__.py              |  24 +-
 lang/python/{pyme => gpg}/callbacks.py             |   0
 lang/python/{pyme => gpg}/constants/__init__.py    |  32 +-
 .../{pyme => gpg}/constants/data/__init__.py       |   0
 .../{pyme => gpg}/constants/data/encoding.py       |   3 +-
 lang/python/{pyme => gpg}/constants/event.py       |   3 +-
 lang/python/{pyme => gpg}/constants/import.py      |   3 +-
 .../{pyme => gpg}/constants/keylist/__init__.py    |   0
 .../python/{pyme => gpg}/constants/keylist/mode.py |   3 +-
 lang/python/{pyme => gpg}/constants/md.py          |   3 +-
 lang/python/{pyme => gpg}/constants/pk.py          |   3 +-
 lang/python/{pyme => gpg}/constants/protocol.py    |   3 +-
 .../python/{pyme => gpg}/constants/sig/__init__.py |   4 +-
 lang/python/{pyme => gpg}/constants/sig/mode.py    |   3 +-
 .../t-wrapper.py => gpg/constants/sig/notation.py} |  20 +-
 lang/python/{pyme => gpg}/constants/sigsum.py      |   3 +-
 lang/python/{pyme => gpg}/constants/status.py      |   2 +-
 lang/python/{pyme => gpg}/constants/validity.py    |   3 +-
 lang/python/{pyme => gpg}/core.py                  |  30 +-
 lang/python/{pyme => gpg}/errors.py                |  13 +-
 lang/python/{pyme => gpg}/results.py               |   0
 lang/python/{pyme => gpg}/util.py                  |   0
 lang/python/{pyme => gpg}/version.py.in            |   4 +-
 lang/python/gpgme.i                                |  32 +-
 lang/python/helpers.c                              | 124 +++---
 lang/python/helpers.h                              |  12 +-
 lang/python/private.h                              |  28 +-
 lang/python/setup.py.in                            |  18 +-
 lang/python/tests/Makefile.am                      |   2 +-
 lang/python/tests/initial.py                       |   6 +-
 lang/python/tests/support.py                       |   6 +-
 lang/python/tests/t-callbacks.py                   |  58 +--
 lang/python/tests/t-data.py                        |  30 +-
 lang/python/tests/t-decrypt-verify.py              |  29 +-
 lang/python/tests/t-decrypt.py                     |  13 +-
 lang/python/tests/t-edit.py                        |  10 +-
 lang/python/tests/t-encrypt-large.py               |  12 +-
 lang/python/tests/t-encrypt-sign.py                |  25 +-
 lang/python/tests/t-encrypt-sym.py                 |  21 +-
 lang/python/tests/t-encrypt.py                     |  17 +-
 lang/python/tests/t-export.py                      |  10 +-
 lang/python/tests/t-file-name.py                   |  14 +-
 lang/python/tests/t-idiomatic.py                   |  18 +-
 lang/python/tests/t-import.py                      |  10 +-
 lang/python/tests/t-keylist.py                     |  25 +-
 lang/python/tests/t-protocol-assuan.py             |   8 +-
 lang/python/tests/t-sig-notation.py                |  26 +-
 lang/python/tests/t-sign.py                        |  41 +-
 lang/python/tests/t-signers.py                     |  31 +-
 lang/python/tests/t-trustlist.py                   |   6 +-
 lang/python/tests/t-verify.py                      |  75 ++--
 lang/python/tests/t-wait.py                        |  12 +-
 lang/python/tests/t-wrapper.py                     |   6 +-
 lang/qt/src/AbstractImportJob                      |   1 -
 lang/qt/src/Makefile.am                            |  40 +-
 ...ig.cmake.in.in => QGpgmeConfig-w32.cmake.in.in} |   9 +-
 lang/qt/src/QGpgmeConfig.cmake.in.in               |   5 +-
 lang/qt/src/QGpgmeConfigVersion.cmake.in           |   2 +-
 lang/qt/src/SpecialJob                             |   1 -
 lang/qt/src/defaultkeygenerationjob.cpp            |   6 +-
 lang/qt/src/dn.cpp                                 | 495 +++++++++++++++++++++
 lang/qt/src/dn.h                                   | 136 ++++++
 lang/qt/src/job.cpp                                |  10 +-
 lang/qt/src/job.h                                  |  16 +
 lang/qt/src/qgpgme_export.h                        |  40 +-
 lang/qt/src/qgpgme_version.h.in                    |  58 ++-
 lang/qt/src/threadedjobmixin.h                     |  11 +-
 lang/qt/src/wkspublishjob.h                        |  17 +-
 lang/qt/tests/t-tofuinfo.cpp                       |   4 +
 m4/glib-2.0.m4                                     |  22 +-
 m4/pkg.m4                                          |   8 +-
 src/Makefile.am                                    |  35 +-
 src/argparse.c                                     |   4 +-
 src/argparse.h                                     |   2 +-
 src/ath-pthread.c                                  | 188 --------
 src/ath.c                                          |  51 ---
 src/ath.h                                          |  13 -
 src/b64dec.c                                       |   2 +-
 src/context.h                                      |  19 +-
 src/data-identify.c                                |   2 +-
 src/decrypt-verify.c                               |   4 +-
 src/decrypt.c                                      |  15 +-
 src/dirinfo.c                                      |   2 +-
 src/engine-assuan.c                                |   3 +-
 src/engine-backend.h                               |  15 +-
 src/engine-g13.c                                   |   1 +
 src/engine-gpg.c                                   |  73 ++-
 src/engine-gpgconf.c                               | 273 +++++++++++-
 src/engine-gpgsm.c                                 |  13 +-
 src/engine-spawn.c                                 |   3 +-
 src/engine-uiserver.c                              |  32 +-
 src/engine.c                                       |  36 +-
 src/engine.h                                       |  18 +-
 src/export.c                                       |   2 +-
 src/genkey.c                                       |   2 +-
 src/getauditlog.c                                  |   2 +-
 src/gpgconf.c                                      |   4 +-
 src/gpgme-config.in                                |   8 +-
 src/gpgme-tool.c                                   |   2 +-
 src/gpgme-w32spawn.c                               |   2 +-
 src/gpgme.c                                        | 168 +++++--
 src/gpgme.def                                      |   7 +
 src/gpgme.h.in                                     |  74 +++
 src/keylist.c                                      |  17 +-
 src/keysign.c                                      |   2 +-
 src/libgpgme.vers                                  |   7 +
 src/mbox-util.c                                    |   2 +-
 src/mbox-util.h                                    |   2 +-
 src/op-support.c                                   |   2 +-
 src/opassuan.c                                     |   2 +-
 src/parsetlv.c                                     |   2 +-
 src/parsetlv.h                                     |   2 +-
 src/passwd.c                                       |   2 +-
 src/posix-io.c                                     |   6 +-
 src/posix-sema.c                                   |  68 ---
 src/queryswdb.c                                    | 121 +++++
 src/sema.h                                         |  43 +-
 src/sys-util.h                                     |   2 +-
 src/tofupolicy.c                                   |   2 +-
 src/ttyname_r.c                                    |   2 +-
 src/util.h                                         |   5 +
 src/verify.c                                       |   3 +-
 src/version.c                                      |   1 -
 src/w32-ce.c                                       |   2 +-
 src/w32-io.c                                       |  38 +-
 src/w32-sema.c                                     | 117 -----
 src/w32-util.c                                     |  15 +-
 tests/Makefile.am                                  |   4 +-
 tests/gpg/Makefile.am                              |  11 +-
 tests/gpg/t-decrypt-verify.c                       |   2 +-
 tests/gpg/t-thread-keylist-verify.c                | 142 ++++++
 tests/gpg/t-thread-keylist.c                       |  85 ++++
 tests/gpg/t-verify.c                               |  49 ++
 tests/gpgsm/Makefile.am                            |   2 +-
 tests/gpgsm/cms-decrypt.c                          |   2 +-
 tests/gpgsm/cms-keylist.c                          |   2 +-
 tests/opassuan/t-command.c                         |   2 +-
 tests/run-decrypt.c                                |  55 ++-
 tests/run-encrypt.c                                |   2 +-
 tests/run-export.c                                 |   2 +-
 tests/run-genkey.c                                 |   2 +-
 tests/run-identify.c                               |   2 +-
 tests/run-import.c                                 |   2 +-
 tests/run-keylist.c                                |   2 +-
 tests/run-keysign.c                                |   2 +-
 tests/run-sign.c                                   |  18 +-
 tests/run-support.h                                |   2 +-
 tests/run-swdb.c                                   | 151 +++++++
 tests/run-tofu.c                                   |  24 +-
 tests/run-verify.c                                 |  18 +-
 192 files changed, 4051 insertions(+), 1443 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list