[Pkg-gnupg-commit] [gpgme] branch upstream updated (ee9f9b5 -> b88bd84)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Oct 24 19:26:55 UTC 2016


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

dkg pushed a change to branch upstream
in repository gpgme.

      from  ee9f9b5   New upstream version 1.7.0
      adds  0b78bc7   Post release updates
      adds  ae324b5   cpp: Avoid missing returns in non-void functions
      adds  0aaf1de   doc: Fix minor errors in I/O callback example
      adds  d0cf6b1   tests: Fix select usage in t-eventloop
      adds  dee5682   gpg: Add option --exit-on-status-write-error
      adds  7a6543c   tests: Add test for cancellation
      adds  dc39552   core: New helper function _gpgme_strconcat.
      adds  c447b64   core: Fix error checking in _gpgme_mkstemp.
      adds  583aafd   w32: Silence some warnings about unused parameters.
       new  a142f18   cpp, qt: Include config.h
       new  9b38817   tests: Check data after decryption
       new  a11450e   move some file encodings to UTF-8
       new  95f3865   Fix spelling
       new  3703a47   python: Include 'config.h'.
       new  1d80e73   python: Correctly translate off_t.
       new  c38fabf   python: Correctly translate to size_t.
       new  c9934bb   python: Get rid of the last C++-style comments.
       new  a423603   tests: Fix check for gpg versions not reporting the critical flag.
       new  145392f   Clarify licensing
       new  a6e9eef   tests: Fix blunder.
       new  7302791   cpp, qt: Handle modified includedir installation
       new  d150942   python: Make generated 'setup.py' executable.
       new  68fb837   python: Add 'prepare' target.
       new  453ab9d   python: Link 'data.h' and 'config.h' into the builddir.
       new  52a91cc   qt: Disable t-wkspublish test
       new  39dd758   cpp: Fix gcc diagnostic push / pop
       new  370ee1a   cpp: Add support for URL Data encodings
       new  9d1df99   qt: Fix unused variable warnings
       new  4984cc9   Add warning flags for c++ compiler, too
       new  24779c9   qt: Disable tests that require a password for 2.0
       new  88c7e84   qt: Fix spelling error in WKSPublishJob
       new  8033cff   cpp: Bump Revision
       new  8575920   Add missing includes.
       new  0ea2ff6   core: New helper function gpgme_addrspec_from_uid.
       new  098a2da   core: Fix w32 crash in find_program_in_dir
       new  f131a5e   qt: Add simple verify test
       new  34e9dfe   cpp: Return null key if the signature had no key
       new  b6b820b   Add convenience function to get key from sig
       new  e7ceb83   Add NEWS for cpp and qt, bump cpp version
       new  54f94b1   cpp: Add API for gpgme_addrspec_from_uid
       new  ce7385c   qt: Install abstractimportjob.h
       new  e5a35af   qt: Add missing implementation of MultiDeleteJob
       new  5f64018   Mention Qt API fixes in news
       new  a3cf30f   qt, cpp: Fix expected targets in Config files
       new  2538c12   qt: Install SpecialJob
       new  a274c75   qt, cpp: Fix permissions of Config files
       new  56302e7   cpp: Fix version number
       new  cabd4c7   python: Fix example.
       new  1e6073f   python: Return public keys by default.
       new  f526d0e   python: Make 'get_key' more idiomatic.
       new  1e8c34a   cpp: Fix init of string from null
       new  c6cab5a   python: Call ln(1) in a portable way.
       new  05e8e12   tests: Make t-cancel more portable.
       new  2c490cd   Release 1.7.1.
       new  b88bd84   New upstream version 1.7.1

The 46 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                          | 353 +++++++++++++++++++++
 NEWS                                               |  35 +-
 THANKS                                             |   6 +-
 VERSION                                            |   2 +-
 configure.ac                                       |  21 +-
 doc/ChangeLog-2011                                 |   2 +-
 doc/gpgme.texi                                     |  39 ++-
 gpgme.spec                                         |   2 +-
 lang/cpp/src/GpgmeppConfig.cmake.in.in             |  13 +-
 lang/cpp/src/Makefile.am                           |  10 +-
 lang/cpp/src/callbacks.cpp                         |   4 +
 lang/cpp/src/configuration.cpp                     |   4 +
 lang/cpp/src/context.cpp                           |  10 +-
 lang/cpp/src/context.h                             |   4 +-
 lang/cpp/src/context_vanilla.cpp                   |   4 +
 lang/cpp/src/data.cpp                              |  10 +
 lang/cpp/src/data.h                                |   5 +-
 lang/cpp/src/decryptionresult.cpp                  |   4 +
 lang/cpp/src/defaultassuantransaction.cpp          |   4 +
 lang/cpp/src/editinteractor.cpp                    |   4 +
 lang/cpp/src/encryptionresult.cpp                  |   4 +
 lang/cpp/src/engineinfo.cpp                        |   4 +
 lang/cpp/src/eventloopinteractor.cpp               |   4 +
 lang/cpp/src/exception.cpp                         |   4 +
 lang/cpp/src/gpgadduserideditinteractor.cpp        |   4 +
 lang/cpp/src/gpgagentgetinfoassuantransaction.cpp  |   4 +
 lang/cpp/src/gpgsetexpirytimeeditinteractor.cpp    |   4 +
 lang/cpp/src/gpgsetownertrusteditinteractor.cpp    |   4 +
 lang/cpp/src/gpgsignkeyeditinteractor.cpp          |   4 +
 lang/cpp/src/importresult.cpp                      |   4 +
 lang/cpp/src/key.cpp                               |  25 ++
 lang/cpp/src/key.h                                 |  15 +
 lang/cpp/src/keygenerationresult.cpp               |   4 +
 lang/cpp/src/keylistresult.cpp                     |   4 +
 lang/cpp/src/scdgetinfoassuantransaction.cpp       |   4 +
 lang/cpp/src/signingresult.cpp                     |   4 +
 lang/cpp/src/tofuinfo.cpp                          |   5 +
 lang/cpp/src/trustitem.cpp                         |   4 +
 lang/cpp/src/verificationresult.cpp                |  38 +++
 lang/cpp/src/verificationresult.h                  |  21 ++
 lang/cpp/src/vfsmountresult.cpp                    |   4 +
 lang/python/Makefile.am                            |  17 +-
 lang/python/examples/inter-edit.py                 |   4 +-
 lang/python/examples/testCMSgetkey.py              |   2 +-
 lang/python/examples/verifydetails.py              |   2 +-
 lang/python/gpgme.i                                |  92 ++++--
 lang/python/helpers.c                              |   4 +
 lang/python/helpers.h                              |   4 +
 lang/python/pyme/core.py                           |  31 +-
 lang/python/pyme/errors.py                         |  22 +-
 lang/python/setup.py.in                            |   3 +-
 lang/python/tests/support.py                       |   1 +
 lang/python/tests/t-keylist.py                     |  23 ++
 lang/python/tests/t-sig-notation.py                |   1 +
 lang/qt/src/AbstractImportJob                      |   1 +
 lang/qt/src/Makefile.am                            |  18 +-
 lang/qt/src/QGpgmeConfig.cmake.in.in               |  13 +-
 lang/qt/src/SpecialJob                             |   1 +
 lang/qt/src/dataprovider.cpp                       |   6 +-
 lang/qt/src/defaultkeygenerationjob.cpp            |   4 +
 lang/qt/src/gpgme_backend_debug.cpp                |   4 +
 lang/qt/src/job.cpp                                |   4 +
 lang/qt/src/multideletejob.cpp                     | 117 +++++++
 lang/qt/src/multideletejob.h                       |   2 +-
 lang/qt/src/protocol.h                             |   6 +-
 lang/qt/src/qgpgmeadduseridjob.cpp                 |   4 +
 lang/qt/src/qgpgmebackend.cpp                      |   4 +
 lang/qt/src/qgpgmechangeexpiryjob.cpp              |   4 +
 lang/qt/src/qgpgmechangeownertrustjob.cpp          |   4 +
 lang/qt/src/qgpgmechangepasswdjob.cpp              |   4 +
 lang/qt/src/qgpgmedecryptjob.cpp                   |   4 +
 lang/qt/src/qgpgmedecryptverifyjob.cpp             |   4 +
 lang/qt/src/qgpgmedeletejob.cpp                    |   4 +
 lang/qt/src/qgpgmedownloadjob.cpp                  |   4 +
 lang/qt/src/qgpgmeencryptjob.cpp                   |   4 +
 lang/qt/src/qgpgmeexportjob.cpp                    |   4 +
 lang/qt/src/qgpgmeimportfromkeyserverjob.cpp       |   4 +
 lang/qt/src/qgpgmeimportjob.cpp                    |   4 +
 lang/qt/src/qgpgmekeyformailboxjob.cpp             |   4 +
 lang/qt/src/qgpgmekeygenerationjob.cpp             |   4 +
 lang/qt/src/qgpgmekeylistjob.cpp                   |   4 +
 lang/qt/src/qgpgmelistallkeysjob.cpp               |   4 +
 lang/qt/src/qgpgmenewcryptoconfig.cpp              |   6 +-
 lang/qt/src/qgpgmerefreshkeysjob.cpp               |   6 +-
 lang/qt/src/qgpgmesecretkeyexportjob.cpp           |   6 +-
 lang/qt/src/qgpgmesignencryptjob.cpp               |   4 +
 lang/qt/src/qgpgmesignjob.cpp                      |   4 +
 lang/qt/src/qgpgmesignkeyjob.cpp                   |   4 +
 lang/qt/src/qgpgmetofupolicyjob.cpp                |   4 +
 lang/qt/src/qgpgmeverifydetachedjob.cpp            |   4 +
 lang/qt/src/qgpgmeverifyopaquejob.cpp              |   4 +
 lang/qt/src/qgpgmewkspublishjob.cpp                |  10 +-
 lang/qt/src/qgpgmewkspublishjob.h                  |   2 +-
 lang/qt/src/threadedjobmixin.cpp                   |   4 +
 lang/qt/src/threadedjobmixin.h                     |   3 +-
 lang/qt/src/wkspublishjob.h                        |   4 +-
 lang/qt/tests/Makefile.am                          |   7 +-
 lang/qt/tests/run-keyformailboxjob.cpp             |   4 +
 lang/qt/tests/t-encrypt.cpp                        |  36 ++-
 lang/qt/tests/t-keylist.cpp                        |   4 +
 lang/qt/tests/t-keylocate.cpp                      |   4 +
 lang/qt/tests/t-ownertrust.cpp                     |   4 +
 lang/qt/tests/t-support.cpp                        |   4 +
 lang/qt/tests/t-support.h                          |   4 +-
 lang/qt/tests/t-tofuinfo.cpp                       |   4 +
 .../qgpgmeverifyopaquejob.h => tests/t-verify.cpp} |  95 +++---
 lang/qt/tests/t-wkspublish.cpp                     |  20 +-
 src/assuan-support.c                               |  14 +
 src/b64dec.c                                       |   2 +-
 src/conversion.c                                   |  56 ++++
 src/data-identify.c                                |   2 +-
 src/engine-gpg.c                                   |   4 +-
 src/gpgme.def                                      |   2 +
 src/gpgme.h.in                                     |   6 +-
 src/libgpgme.vers                                  |   2 +
 src/mbox-util.c                                    |  20 +-
 src/mbox-util.h                                    |   2 +-
 src/util.h                                         |  10 +
 src/w32-util.c                                     |  39 +--
 tests/ChangeLog-2011                               |   8 +-
 tests/gpg/Makefile.am                              |  12 +-
 tests/gpg/geheim.txt                               |   2 +-
 tests/gpg/{t-eventloop.c => t-cancel.c}            | 171 ++++++----
 tests/gpg/t-eventloop.c                            |   6 +-
 tests/gpg/t-sig-notation.c                         |   1 +
 tests/gpgsm/t-decrypt.c                            |  14 +-
 126 files changed, 1500 insertions(+), 278 deletions(-)
 create mode 100644 lang/qt/src/AbstractImportJob
 create mode 100644 lang/qt/src/SpecialJob
 create mode 100644 lang/qt/src/multideletejob.cpp
 copy lang/qt/{src/qgpgmeverifyopaquejob.h => tests/t-verify.cpp} (52%)
 copy tests/gpg/{t-eventloop.c => t-cancel.c} (51%)

-- 
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